Skip to content

Commit

Permalink
ZTS: fix zfs_copies_006_pos test on Ubuntu 20.04 (openzfs#16409)
Browse files Browse the repository at this point in the history
This test was failing before:
- FAIL cli_root/zfs_copies/zfs_copies_006_pos (expected PASS)

Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
  • Loading branch information
mcmilk authored and lundman committed Sep 4, 2024
1 parent 4d2da4a commit 2fcfd31
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,7 @@ function do_vol_test
log_must umount $mntp
fi

# Ubuntu 20.04 wants a sync here
log_must sync
log_must zfs destroy $vol
}

0 comments on commit 2fcfd31

Please sign in to comment.