diff options
author | Rob N <[email protected]> | 2023-04-07 03:52:50 +1000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-04-06 10:52:50 -0700 |
commit | ff73574cd83580e4dd5905a43695bd5d0f4911b3 (patch) | |
tree | dafac4839b704033e7e14d7483ef7c81d3859369 /man/man4/zfs.4 | |
parent | a8a127e2c9f352ba797cd6625d61840b425d6534 (diff) |
vdev: expose zfs_vdev_max_ms_shift as a module parameter
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Tino Reichardt <[email protected]>
Reviewed-by: Alexander Motin <[email protected]>
Signed-off-by: Rob Norris <[email protected]>
Sponsored-by: Klara, Inc.
Sponsored-by: Seagate Technology LLC
Closes #14719
Diffstat (limited to 'man/man4/zfs.4')
-rw-r--r-- | man/man4/zfs.4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/man4/zfs.4 b/man/man4/zfs.4 index 566caae7b..d52914746 100644 --- a/man/man4/zfs.4 +++ b/man/man4/zfs.4 @@ -357,7 +357,10 @@ and the allocation can't actually be satisfied When a vdev is added, target this number of metaslabs per top-level vdev. . .It Sy zfs_vdev_default_ms_shift Ns = Ns Sy 29 Po 512 MiB Pc Pq uint -Default limit for metaslab size. +Default lower limit for metaslab size. +. +.It Sy zfs_vdev_max_ms_shift Ns = Ns Sy 34 Po 16 GiB Pc Pq uint +Default upper limit for metaslab size. . .It Sy zfs_vdev_max_auto_ashift Ns = Ns Sy 14 Pq uint Maximum ashift used when optimizing for logical \[->] physical sector size on |