ZTS: Update raidz_expand_005_pos.ksh
Align the raidz_expand_005_pos test with the raidz_expand_004_pos test and only verify no errors were reported. Allow scrub repair IO. Reviewed-by: Don Brady <don.brady@klarasystems.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #15663
This commit is contained in:
parent
a9b937e066
commit
f4b97c1e00
|
@ -113,7 +113,7 @@ function test_replace # <pool> <devices> <parity>
|
|||
log_must zpool scrub -w $pool
|
||||
|
||||
log_must zpool status -v
|
||||
log_must check_pool_status $pool "scan" "repaired 0B"
|
||||
log_must check_pool_status $pool "scan" "with 0 errors"
|
||||
}
|
||||
|
||||
log_must set_tunable32 EMBEDDED_SLOG_MIN_MS 99999
|
||||
|
|
Loading…
Reference in New Issue