mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Make zfs_special_class_metadata_reserve_pct into a parameter
Exported and documented a new module parameter. Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: DHE <git@dehacked.net> Closes #8706
This commit is contained in:
committed by
Brian Behlendorf
parent
caf9dd209f
commit
1f02ecc5a5
@@ -2399,6 +2399,20 @@ vdev while discarding the checkpoint.
|
||||
Default value: \fB16,777,216\fR.
|
||||
.RE
|
||||
|
||||
.sp
|
||||
.ne 2
|
||||
.na
|
||||
\fBzfs_special_class_metadata_reserve_pct\fR (int)
|
||||
.ad
|
||||
.RS 12n
|
||||
Only allow small data blocks to be allocated on the special and dedup vdev
|
||||
types when the available free space percentage on these vdevs exceeds this
|
||||
value. This ensures reserved space is available for pool meta data as the
|
||||
special vdevs approach capacity.
|
||||
.sp
|
||||
Default value: \fB25\fR.
|
||||
.RE
|
||||
|
||||
.sp
|
||||
.ne 2
|
||||
.na
|
||||
|
||||
Reference in New Issue
Block a user