Home
last modified time | relevance | path

Searched full:redundancy (Results 1 – 25 of 138) sorted by relevance

123456

/freebsd/tests/sys/cddl/zfs/tests/redundancy/
H A Dredundancy_test.sh36 . $(atf_get_srcdir)/redundancy.kshlib
37 . $(atf_get_srcdir)/redundancy.cfg
45 . $(atf_get_srcdir)/redundancy.kshlib
46 . $(atf_get_srcdir)/redundancy.cfg
61 . $(atf_get_srcdir)/redundancy.kshlib
62 . $(atf_get_srcdir)/redundancy.cfg
70 . $(atf_get_srcdir)/redundancy.kshlib
71 . $(atf_get_srcdir)/redundancy.cfg
86 . $(atf_get_srcdir)/redundancy.kshlib
87 . $(atf_get_srcdir)/redundancy.cfg
[all …]
H A Dredundancy_004_neg.ksh27 . $STF_SUITE/tests/redundancy/redundancy.kshlib
36 # Striped pool have no data redundancy. Any device errors will
59 log_assert "Verify striped pool have no data redundancy."
69 log_pass "Striped pool has no data redundancy as expected."
H A DMakefile4 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/redundancy
11 ${PACKAGE}FILES+= redundancy.cfg
15 ${PACKAGE}FILES+= redundancy.kshlib
H A Dcleanup.ksh27 . $STF_SUITE/tests/redundancy/redundancy.kshlib
H A Dredundancy_001_pos.ksh27 . $STF_SUITE/tests/redundancy/redundancy.kshlib
/freebsd/tests/sys/cddl/zfs/tests/online_offline/
H A Donline_offline_002_neg.ksh36 typeset -i redundancy
40 "") redundancy=0 ;;
41 "mirror") (( redundancy=${#DISKLIST[@]} - 1 )) ;;
42 "raidz") redundancy=1 ;;
43 "raidz2") redundancy=2 ;;
44 "raidz3") redundancy=3 ;;
48 echo redundancy is $redundancy
50 if [ ${#DISKLIST[@]} -le "$redundancy" ]; then
56 for ((i=0; i<$redundancy; i=$i+1 )); do
61 for ((i=$redundancy; i<${#DISKLIST[@]}; i=$i+1 )); do
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy_stripe.ksh33 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
37 # Striped pool have no data redundancy. Any device errors will
51 log_assert "Verify striped pool have no data redundancy."
64 log_pass "Striped pool has no data redundancy as expected."
H A Dcleanup.ksh32 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
H A Dredundancy_draid.ksh30 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
34 # dRAID should provide redundancy
248 log_pass "draid redundancy test succeeded."
H A Dredundancy_raidz.ksh30 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
34 # RAIDZ should provide redundancy
248 log_pass "raidz redundancy test succeeded."
H A Dredundancy_draid1.ksh34 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
H A Dredundancy_raidz1.ksh33 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
H A Dredundancy_draid2.ksh34 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
H A Dredundancy_draid3.ksh34 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
H A Dredundancy_draid_spare2.ksh23 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
H A Dredundancy_raidz2.ksh33 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
H A Dredundancy_raidz3.ksh33 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
H A Dredundancy_draid_spare1.ksh24 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
H A Dredundancy_mirror.ksh33 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/
H A Dzpool_add_010_pos.ksh37 # Verify zpool add succeed when adding vdevs with matching redundancy.
41 # 2. Verify 'zpool add' succeeds with matching redundancy.
42 # 3. Verify 'zpool add' warns with differing redundancy.
43 # 4. Verify 'zpool add' warns with differing redundancy after removal.
174 # 2. Verify 'zpool add' succeeds with matching redundancy.
180 # 3. Verify 'zpool add' warns with differing redundancy.
197 # 4. Verify 'zpool add' warns with differing redundancy after removal.
/freebsd/sys/contrib/openzfs/man/man7/
H A Dzpoolconcepts.7140 .Em N No disks of size Em X , D No data disks per redundancy group , Em P
153 The number of data devices per redundancy group.
183 The redundancy of this device should match the redundancy of the other normal
190 The redundancy of this device should match the redundancy of the other normal
235 of redundancy, using either mirrored or raidz groups.
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzpool-attach.855 initiated, and the new device will contribute to additional redundancy once the
86 Data redundancy is maintained during and after the expansion.
125 is reconstructed sequentially to restore redundancy as quickly as possible.
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Dxlnx,tmr-inject.yaml7 title: Xilinx Triple Modular Redundancy(TMR) Inject IP
13 The Triple Modular Redundancy(TMR) Inject core provides functional fault
H A Dxlnx,tmr-manager.yaml7 title: Xilinx Triple Modular Redundancy(TMR) Manager IP
13 The Triple Modular Redundancy(TMR) Manager is responsible for handling the
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite_copies.ksh43 # Verify nopwrite is disabled with increased redundancy
55 # Verify nopwrite is disabled with decreased redundancy

123456