aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/openzfs/man/man1/ztest.1
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2023-11-09 10:42:33 +0000
committerMartin Matuska <mm@FreeBSD.org>2023-11-09 12:19:17 +0000
commite716630d4cf89e69ec3f675ebfceee09f1a85e05 (patch)
tree3ee825a5671f470e1481d24312b58895a12d01ac /sys/contrib/openzfs/man/man1/ztest.1
parentf5b3e686292b6502878c64c3c154908024e06eb6 (diff)
parent887a3c533b94a4b70075e310f15c45b9dee19410 (diff)
downloadsrc-e716630d4cf89e69ec3f675ebfceee09f1a85e05.tar.gz
src-e716630d4cf89e69ec3f675ebfceee09f1a85e05.zip
zfs: merge openzfs/zfs@887a3c533
Notable upstream pull request merges: #15022 5caeef02f RAID-Z expansion feature #15457 887a3c533 Increase L2ARC write rate and headroom #15504 1c1be60fa Unbreak FreeBSD world build after 3bd4df384 Obtained from: OpenZFS OpenZFS commit: 887a3c533b94a4b70075e310f15c45b9dee19410
Diffstat (limited to 'sys/contrib/openzfs/man/man1/ztest.1')
-rw-r--r--sys/contrib/openzfs/man/man1/ztest.122
1 files changed, 20 insertions, 2 deletions
diff --git a/sys/contrib/openzfs/man/man1/ztest.1 b/sys/contrib/openzfs/man/man1/ztest.1
index 64514b317275..bbbe751ca01d 100644
--- a/sys/contrib/openzfs/man/man1/ztest.1
+++ b/sys/contrib/openzfs/man/man1/ztest.1
@@ -52,6 +52,16 @@
.Op Fl T Ar time
.Op Fl z Ar zil_failure_rate
.
+.Nm
+.Fl X
+.Op Fl VG
+.Op Fl s Ar size_of_each_vdev
+.Op Fl a Ar alignment_shift
+.Op Fl r Ar raidz_disks
+.Op Fl R Ar raid_parity
+.Op Fl d Ar datasets
+.Op Fl t Ar threads
+.
.Sh DESCRIPTION
.Nm
was written by the ZFS Developers as a ZFS unit test.
@@ -122,11 +132,17 @@ Number of mirror copies.
Number of raidz/draid disks.
.It Fl R , -raid-parity Ns = (default: Sy 1 )
Raid parity (raidz & draid).
-.It Fl K , -raid-kind Ns = Ns Sy raidz Ns | Ns Sy draid Ns | Ns Sy random No (default : Sy random )
+.It Xo
+.Fl K , -raid-kind Ns = Ns
+.Sy raidz Ns | Ns Sy eraidz Ns | Ns Sy draid Ns | Ns Sy random
+(default:
+.Sy random Ns
+)
+.Xc
The kind of RAID config to use.
With
.Sy random
-the kind alternates between raidz and draid.
+the kind alternates between raidz, eraidz (expandable raidz) and draid.
.It Fl D , -draid-data Ns = (default: Sy 4 )
Number of data disks in a dRAID redundancy group.
.It Fl S , -draid-spares Ns = (default: Sy 1 )
@@ -181,6 +197,8 @@ to an unsigned 32-bit integer
Dump zfs_dbgmsg buffer before exiting due to an error.
.It Fl V , -verbose
Verbose (use multiple times for ever more verbosity).
+.It Fl X , -raidz-expansion
+Perform a dedicated raidz expansion test.
.El
.
.Sh EXAMPLES