diff options
author | Matt Ahrens <[email protected]> | 2017-07-24 11:07:39 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-04-17 10:44:50 -0700 |
commit | d830d4795a210b5ba85482fe26909e64857af763 (patch) | |
tree | 421469ce7ca41ab3078290cd581fa9e8cac877a8 /man | |
parent | d68ac65eb61acfd898262709a726bbcd7f5a31f1 (diff) |
OpenZFS 9280 - Assertion failure while running removal_with_ganging test with 4K devices
Authored by: Matt Ahrens <[email protected]>
Reviewed by: George Wilson <[email protected]>
Reviewed by: John Kennedy <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Approved by: Garrett D'Amore <[email protected]>
Ported-by: Brian Behlendorf <[email protected]>
OpenZFS-issue: https://www.illumos.org/issues/9280
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/243952c
Closes #7445
Diffstat (limited to 'man')
-rw-r--r-- | man/man5/zfs-module-parameters.5 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index 8b007ea17..75fd5808b 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -223,6 +223,18 @@ Use \fB1\fR for yes (default) and \fB0\fR for no. .sp .ne 2 .na +\fBmetaslab_force_ganging\fR (ulong) +.ad +.RS 12n +Make some blocks above a certain size be gang blocks. This option is used +by the test suite to facilitate testing. +.sp +Default value: \fB16,777,217\fR. +.RE + +.sp +.ne 2 +.na \fBzfs_metaslab_segment_weight_enabled\fR (int) .ad .RS 12n |