diff options
Diffstat (limited to 'sys/contrib/openzfs/man/man1/zhack.1')
| -rw-r--r-- | sys/contrib/openzfs/man/man1/zhack.1 | 22 | 
1 files changed, 21 insertions, 1 deletions
diff --git a/sys/contrib/openzfs/man/man1/zhack.1 b/sys/contrib/openzfs/man/man1/zhack.1 index f58c0527649b..63658cf930e9 100644 --- a/sys/contrib/openzfs/man/man1/zhack.1 +++ b/sys/contrib/openzfs/man/man1/zhack.1 @@ -23,7 +23,7 @@  .\"  .\" lint-ok: WARNING: sections out of conventional order: Sh SYNOPSIS  .\" -.Dd May 26, 2021 +.Dd May 3, 2023  .Dt ZHACK 1  .Os  . @@ -122,6 +122,24 @@ Example:  .Nm zhack Cm label repair Fl cu Ar device    Fix checksums and undetach a device  . +.It Xo +.Nm zhack +.Cm metaslab leak +.Op Fl f +.Ar pool +.Xc +Apply a fragmentation profile generated by +.Sy zdb +to the specified +.Ar pool Ns +\&. +.Pp +The +.Fl f +flag forces the profile to apply even if the vdevs in the +.Ar pool +don't have the same number of metaslabs as the fragmentation profile. +.  .El  .  .Sh GLOBAL OPTIONS @@ -143,6 +161,8 @@ Search for  members in  .Ar dir .  Can be specified more than once. +.It Fl o Ar var Ns = Ns Ar value +Set the given tunable to the provided value.  .El  .  .Sh EXAMPLES  | 
