Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch

This commit is contained in:
Brian Behlendorf 2009-01-16 15:00:44 -08:00
commit 2af42007b5
1 changed files with 5 additions and 3 deletions

View File

@ -186,14 +186,16 @@ date
echo ${ZPIOS_CMD}
$ZPIOS_CMD || exit 1
print_stats
if [ -n "${ZPIOS_POST}" ]; then
msg "Executing ${ZPIOS_POST}"
${ZPIOS_POST} || exit 1
fi
msg "${CMDDIR}/zpool/zpool destroy zpios"
${CMDDIR}/zpool/zpool destroy zpios
msg "${CMDDIR}/zpool/zpool destroy ${ZPOOL_NAME}"
${CMDDIR}/zpool/zpool destroy ${ZPOOL_NAME}
print_stats
unload_modules
exit 0