Searched refs:raidz (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class_002_neg.ksh34 log_mustnot zpool create $TESTPOOL raidz $ZPOOL_DISKS special $CLASS_DISK0
43 log_mustnot zpool create $TESTPOOL raidz $ZPOOL_DISKS special raidz \
H A Dalloc_class_011_neg.ksh35 log_must zpool create $TESTPOOL raidz $ZPOOL_DISKS special mirror \
H A Dalloc_class_001_pos.ksh38 log_must zpool create $TESTPOOL raidz $ZPOOL_DISKS special mirror \
H A Dalloc_class_007_pos.ksh34 log_must zpool create $TESTPOOL raidz $ZPOOL_DISKS \
H A Dalloc_class_010_pos.ksh35 log_must zpool create $TESTPOOL raidz $ZPOOL_DISKS special mirror \
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/
H A DMakefile.am1 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/raidz
/freebsd-13-stable/tests/sys/cddl/zfs/tests/redundancy/
H A Dredundancy_001_pos.ksh41 # A raidz pool can withstand at most 1 device failing or missing.
45 # 2. Create raidz pool based on the virtual disk files.
49 # 6. Verify the data is correct to prove raidz can withstand 1 devicd is
64 log_assert "Verify raidz pool can withstand one device is failing."
67 setup_test_env $TESTPOOL raidz $cnt
70 # Inject data corruption error for raidz pool
77 # Inject bad device error for raidz pool
84 # Inject missing device error for raidz pool
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_clear/
H A Dzpool_clear_003_neg.ksh76 log_must create_pool $TESTPOOL1 raidz $fbase.1 $fbase.2 $fbase.3 spare $fbase.4
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy_raidz1.ksh37 # A raidz pool can withstand at most 1 device failing or missing.
41 # 2. Create raidz pool based on the virtual disk files.
45 # 6. Verify the data is correct to prove raidz can withstand 1 device is
51 log_assert "Verify raidz pool can withstand one device failing."
55 setup_test_env $TESTPOOL raidz $cnt
58 # Inject data corruption error for raidz pool
65 # Inject bad device error for raidz pool
72 # Inject missing device error for raidz pool
77 log_pass "raidz pool can withstand one device failing passed."
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_007_pos.ksh41 # For raidz, one destroyed pools devices was removed or used by other
45 # 1. Create a raidz pool A with N disks.
48 # 4. Verify import this raidz pool can succeed.
75 log_assert "For raidz, one destroyed pools devices was removed or used by " \
95 log_note "For raidz, two destroyed pool's devices were used, import failed."
103 log_must $ZPOOL create $TESTPOOL1 raidz $VDEV0 $VDEV1 $VDEV2 $VDEV3
107 log_must $ZPOOL create $TESTPOOL1 raidz $VDEV0 $VDEV1 $VDEV2 $VDEV3
111 log_pass "zpool import -D raidz passed."
H A Dzpool_import_010_pos.ksh47 # 4. Create a raidz pool D with dev3/4. Then destroy it.
97 log_must $ZPOOL create $poolD raidz $VDEV3 $VDEV4
/freebsd-13-stable/tools/regression/zfs/zpool/create/
H A Draidz1.t12 expect_fl ${ZPOOL} create ${name0} raidz ${disk0}
15 expect_ok ${ZPOOL} create ${name0} raidz ${disk0} ${disk1}
55 expect_ok ${ZPOOL} create ${name0} raidz ${disk0} ${disk1} ${disk2} ${disk3}
100 expect_ok ${ZPOOL} create ${name0} raidz1 ${disk0} ${disk1} ${disk2} raidz ${disk3} ${disk4} ${disk5} raidz1 ${disk6} ${disk7} ${disk8}
H A Doption-f_replication_level_mismatch_1.t68 expect_fl ${ZPOOL} create ${name0} raidz ${disk0} ${disk1} ${disk2} raidz ${disk3} ${disk4} ${disk5} ${disk6}
72 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} raidz ${disk0} ${disk1} ${disk2} raidz ${disk3} ${disk4} ${disk5} ${disk6}
98 expect_fl ${ZPOOL} create ${name0} raidz ${disk0} ${disk1} ${disk2} ${disk3} raidz ${disk4} ${disk5} ${disk6}
102 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} raidz ${disk0} ${disk1} ${disk2} ${disk3} raidz ${disk4} ${disk5} ${disk6}
192 expect_fl ${ZPOOL} create ${name0} mirror ${disk0} ${disk1} raidz ${disk2} ${disk3}
196 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} mirror ${disk0} ${disk1} raidz
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_clear/
H A Dzpool_clear_003_neg.ksh68 log_must zpool create $TESTPOOL1 raidz $TESTDIR/file.1 $TESTDIR/file.2 \
H A Dzpool_clear_readonly.ksh53 log_must zpool create $TESTPOOL1 raidz $TESTDIR/file.*
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_with_add.ksh41 raidz $TMPDIR/dsk1 $TMPDIR/dsk2
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzloop.sh247 # 1/3 basic, 1/3 raidz mix, and 1/3 draid mix
264 raid_type="raidz"
266 # fully randomized mirror/raidz (sans dRAID)
273 raid_type="raidz"
275 # fully randomized dRAID (sans mirror/raidz)
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/
H A DMakefile.am59 raidz \
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_expand/
H A Dzpool_expand_004_pos.ksh64 for type in " " mirror raidz draid; do
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_007_pos.ksh37 # For raidz, one destroyed pools devices was removed or used by other
41 # 1. Create a raidz pool A with N disks.
44 # 4. Verify import this raidz pool can succeed.
62 log_assert "For raidz, one destroyed pools devices was removed or used by " \
66 log_must zpool create $TESTPOOL1 raidz $VDEV0 $VDEV1 $VDEV2 $VDEV3
84 log_note "For raidz, two destroyed pool's devices were used, import failed."
90 log_pass "zpool import -D raidz passed."
H A Dzpool_import_010_pos.ksh43 # 4. Create a raidz pool D with dev3/4. Then destroy it.
80 log_must zpool create $poolD raidz $VDEV3 $VDEV4
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_expand/
H A Dzpool_expand_001_pos.ksh83 for type in " " mirror raidz raidz2; do
H A Dzpool_expand_003_neg.ksh83 for type in "" mirror raidz raidz2; do
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
H A Dbootfs_006_pos.ksh40 # 1. create pools of each vdev type (raid, raidz, raidz2, mirror + hotspares)
140 # raidz
141 log_must zpool create $TESTPOOL raidz $VDEV1 $VDEV2
144 # raidz + hotspare
145 log_must zpool create $TESTPOOL raidz $VDEV1 $VDEV2 spare $VDEV3
/freebsd-13-stable/tests/sys/cddl/zfs/tests/bootfs/
H A Dbootfs_006_pos.ksh45 # 1. create pools of each vdev type (raid, raidz, raidz2, mirror + hotspares)
146 # raidz
147 log_must $ZPOOL create $TESTPOOL raidz $VDEV1 $VDEV2
150 # raidz + hotspare
151 log_must $ZPOOL create $TESTPOOL raidz $VDEV1 $VDEV2 spare $VDEV3

Completed in 169 milliseconds

12