ZTS: removal_with_export.ksh busy export
If the pool is active 'zpool export' will fail resulting in a test failure. Swap log_must with log_must_busy so the export is retried when reported as busy before failing the test. Reviewed-by: Tony Hutter <hutter2@llnl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #18498
This commit is contained in:
@@ -29,7 +29,7 @@ log_onexit default_cleanup_noexit
|
||||
function callback
|
||||
{
|
||||
test_removal_with_operation_kill
|
||||
log_must zpool export $TESTPOOL
|
||||
log_must_busy zpool export $TESTPOOL
|
||||
|
||||
#
|
||||
# We are concurrently starting dd processes that will
|
||||
|
||||
Reference in New Issue
Block a user