Skip to content

Commit

Permalink
13411 zfs_mount_all_mountpoints.ksh: cleanup_all should leave pool ro…
Browse files Browse the repository at this point in the history
…ot mounted

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Approved by: Dan McDonald <danmcd@joyent.com>
  • Loading branch information
tsoome committed May 10, 2021
1 parent 8459c77 commit 2663b05
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -109,6 +109,8 @@ function cleanup_all
export __ZFS_POOL_RESTRICT="$TESTPOOL"
log_must zfs $unmountall
unset __ZFS_POOL_RESTRICT
# make sure we leave $TESTPOOL mounted
log_must zfs mount $TESTPOOL

for fs in ${filesystems[@]}; do
cleanup_filesystem "$TESTPOOL" "$fs"
Expand Down

0 comments on commit 2663b05

Please sign in to comment.