Merge commit 'refs/top-bases/linux-zfs-branch' into linux-zfs-branch
This commit is contained in:
commit
ef71316c11
|
@ -186,14 +186,16 @@ date
|
||||||
echo ${ZPIOS_CMD}
|
echo ${ZPIOS_CMD}
|
||||||
$ZPIOS_CMD || exit 1
|
$ZPIOS_CMD || exit 1
|
||||||
|
|
||||||
|
print_stats
|
||||||
|
|
||||||
if [ -n "${ZPIOS_POST}" ]; then
|
if [ -n "${ZPIOS_POST}" ]; then
|
||||||
msg "Executing ${ZPIOS_POST}"
|
msg "Executing ${ZPIOS_POST}"
|
||||||
${ZPIOS_POST} || exit 1
|
${ZPIOS_POST} || exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
msg "${CMDDIR}/zpool/zpool destroy zpios"
|
msg "${CMDDIR}/zpool/zpool destroy ${ZPOOL_NAME}"
|
||||||
${CMDDIR}/zpool/zpool destroy zpios
|
${CMDDIR}/zpool/zpool destroy ${ZPOOL_NAME}
|
||||||
|
|
||||||
print_stats
|
unload_modules
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue