Skip to content

Commit

Permalink
Clarify description of zfs_special_class_metadata_reserve_pct (#490)
Browse files Browse the repository at this point in the history
Based on spa_misc.c L1974 the codepath treats DDT objects the same
as regular metadata, so the language in the docs regarding "prevents
small blocks or dedup table from completely consuming" was changed
to clarify this
  • Loading branch information
chrisperedun authored Feb 1, 2024
1 parent 9c76265 commit f6b9154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Performance and Tuning/Module Parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8249,7 +8249,7 @@ zfs_special_class_metadata_reserve_pct

``zfs_special_class_metadata_reserve_pct`` sets a threshold for space in
special vdevs to be reserved exclusively for metadata. This prevents
small blocks or dedup table from completely consuming a special vdev.
small data blocks from completely consuming a special vdev.

====================================== ================================
zfs_special_class_metadata_reserve_pct Notes
Expand Down

0 comments on commit f6b9154

Please sign in to comment.