Skip to content

Commit

Permalink
ZTS: Update raidz_expand_005_pos.ksh
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#15663
  • Loading branch information
behlendorf authored and gamanakis committed Sep 17, 2024
1 parent 47f1401 commit dd25b0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd25b0d

Please sign in to comment.