diff options
author | Brian Behlendorf <[email protected]> | 2021-04-11 21:49:13 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-04-14 13:23:08 -0700 |
commit | 7de1797cee8b887871f3dede83c76edbe3e961f4 (patch) | |
tree | c4ed2dfc4d73e586b74f5d55b3c7021003bada38 /man/man5 | |
parent | 44ccb1d20fdbc2b510ce1410bbd4ccb82efc127b (diff) |
ZTS: fix removal_condense_export test case
It's been observed in the CI that the required 25% of obsolete bytes
in the mapping can be to high a threshold for this test resulting in
condensing never being triggered and a test failure. To prevent these
failures make the existing zfs_condense_indirect_obsolete_pct tuning
available so the obsolete percentage can be reduced from 25% to 5%
during this test.
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #11869
Diffstat (limited to 'man/man5')
-rw-r--r-- | man/man5/zfs-module-parameters.5 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index 935c8afb0..7a86c56b4 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -1448,6 +1448,19 @@ Default value: \fB0\fR (no throttle). .sp .ne 2 .na +\fBzfs_condense_indirect_obsolete_pct\fR (int) +.ad +.RS 12n +Minimum percent of obsolete bytes in vdev mapping required to attempt to +condense (see \fBzfs_condense_indirect_vdevs_enable\fR). Intended for use +with the test suite to facilitate triggering condensing as needed. +.sp +Default value: \fB25\fR%. +.RE + +.sp +.ne 2 +.na \fBzfs_condense_indirect_vdevs_enable\fR (int) .ad .RS 12n |