]> git.proxmox.com Git - mirror_zfs.git/commit
Add spa_slop_shift module option
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 1 Sep 2015 16:45:10 +0000 (09:45 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 2 Sep 2015 16:30:18 +0000 (09:30 -0700)
commit6cde64351e236712a17d41c1578d5843a0f006e4
treedf0cd30d4d2db2daa46e7d95ce47642d2c81a751
parent3f1cc17c9005d19faba91fe7236332ed502b1a3f
Add spa_slop_shift module option

Allow for easy turning of a pools reserved free space.  Previous
versions of ZFS (v0.6.4 and earlier) held 1/64 of the pools capacity
in reserve.  Commits 3d45fdd and 0c60cc3 increased this to 1/32.
Setting spa_slop_shift=6 will restore the previous default setting.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #3724
man/man5/zfs-module-parameters.5
module/zfs/spa_misc.c