Skip to content

Commit bd11b35

Browse files
Alek Pinchukgmelikov
authored andcommitted
remove tunable that is not actually a module param
1 parent 98c1be6 commit bd11b35

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

docs/Performance and Tuning/Module Parameters.rst

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ debug
233233
- `zfs_zevent_len_max <#zfs-zevent-len-max>`__
234234
- `zil_replay_disable <#zil-replay-disable>`__
235235
- `zio_deadman_log_all <#zio-deadman-log-all>`__
236-
- `zio_decompress_fail_fraction <#zio-decompress-fail-fraction>`__
237236
- `zio_delay_max <#zio-delay-max>`__
238237

239238
dedup
@@ -1011,7 +1010,6 @@ Index
10111010
- `zil_replay_disable <#zil-replay-disable>`__
10121011
- `zil_slog_bulk <#zil-slog-bulk>`__
10131012
- `zio_deadman_log_all <#zio-deadman-log-all>`__
1014-
- `zio_decompress_fail_fraction <#zio-decompress-fail-fraction>`__
10151013
- `zio_delay_max <#zio-delay-max>`__
10161014
- `zio_dva_throttle_enabled <#zio-dva-throttle-enabled>`__
10171015
- `zio_requeue_io_start_cut_in_line <#zio-requeue-io-start-cut-in-line>`__
@@ -8552,38 +8550,6 @@ See also `zfs_dbgmsg_enable <#zfs-dbgmsg-enable>`__
85528550
| Versions Affected | planned for v2 |
85538551
+---------------------+-----------------------------------------------+
85548552

8555-
zio_decompress_fail_fraction
8556-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8557-
8558-
If non-zero, ``zio_decompress_fail_fraction`` represents the denominator
8559-
of the probability that ZFS should induce a decompression failure. For
8560-
instance, for a 5% decompression failure rate, this value should be set
8561-
to 20.
8562-
8563-
+------------------------------+--------------------------------------+
8564-
| zio_decompress_fail_fraction | Notes |
8565-
+==============================+======================================+
8566-
| Tags | `debug <#debug>`__ |
8567-
+------------------------------+--------------------------------------+
8568-
| When to change | when debugging ZFS internal |
8569-
| | compressed buffer code |
8570-
+------------------------------+--------------------------------------+
8571-
| Data Type | ulong |
8572-
+------------------------------+--------------------------------------+
8573-
| Units | probability of induced decompression |
8574-
| | failure is |
8575-
| | 1/``zio_decompress_fail_fraction`` |
8576-
+------------------------------+--------------------------------------+
8577-
| Range | 0 = do not induce failures, or 1 to |
8578-
| | MAX_ULONG |
8579-
+------------------------------+--------------------------------------+
8580-
| Default | 0 |
8581-
+------------------------------+--------------------------------------+
8582-
| Change | Dynamic |
8583-
+------------------------------+--------------------------------------+
8584-
| Versions Affected | planned for v2 |
8585-
+------------------------------+--------------------------------------+
8586-
85878553
zio_slow_io_ms
85888554
~~~~~~~~~~~~~~
85898555

0 commit comments

Comments
 (0)