diff options
author | Mateusz Piotrowski <[email protected]> | 2024-06-28 20:21:08 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-28 11:21:08 -0700 |
commit | fd51786f86e4e39ce3aa0a4ab8c44935496ff7c2 (patch) | |
tree | b2baa821882e44f2ea7a28bfa432cf39afb77d78 /man | |
parent | 5f220c62e1c24d9fdb2e9beb7d2796eaf4ef6a74 (diff) |
zfs.4: Document the actual default for zfs_txg_history (#16305)
Sponsored-by: Klara, Inc.
Sponsored-by: Wasabi Technology, Inc.
Signed-off-by: Mateusz Piotrowski <[email protected]>
Reviewed-by: Tony Hutter <[email protected]>
Diffstat (limited to 'man')
-rw-r--r-- | man/man4/zfs.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man4/zfs.4 b/man/man4/zfs.4 index f1d14b4d0..3f7485fa7 100644 --- a/man/man4/zfs.4 +++ b/man/man4/zfs.4 @@ -16,7 +16,7 @@ .\" own identifying information: .\" Portions Copyright [yyyy] [name of copyright owner] .\" -.Dd February 14, 2024 +.Dd June 27, 2024 .Dt ZFS 4 .Os . @@ -2113,7 +2113,7 @@ The default of .Sy 32 was determined to be a reasonable compromise. . -.It Sy zfs_txg_history Ns = Ns Sy 0 Pq uint +.It Sy zfs_txg_history Ns = Ns Sy 100 Pq uint Historical statistics for this many latest TXGs will be available in .Pa /proc/spl/kstat/zfs/ Ns Ao Ar pool Ac Ns Pa /TXGs . . |