ztest: reduce `zpool split` frequency
There's no need to so aggressively test splitting a pool. Reduce the occurence of this test to once every 10 seconds. Reviewed-by: Richard Yao <richard.yao@alumni.stonybrook.edu> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #14351
This commit is contained in:
parent
4208a052c2
commit
f7788883ab
|
@ -443,7 +443,7 @@ static ztest_info_t ztest_info[] = {
|
|||
ZTI_INIT(ztest_dmu_commit_callbacks, 1, &zopt_always),
|
||||
ZTI_INIT(ztest_zap, 30, &zopt_always),
|
||||
ZTI_INIT(ztest_zap_parallel, 100, &zopt_always),
|
||||
ZTI_INIT(ztest_split_pool, 1, &zopt_always),
|
||||
ZTI_INIT(ztest_split_pool, 1, &zopt_sometimes),
|
||||
ZTI_INIT(ztest_zil_commit, 1, &zopt_incessant),
|
||||
ZTI_INIT(ztest_zil_remount, 1, &zopt_sometimes),
|
||||
ZTI_INIT(ztest_dmu_read_write_zcopy, 1, &zopt_often),
|
||||
|
|
Loading…
Reference in New Issue