| /freebsd/tests/sys/cddl/zfs/tests/redundancy/ |
| H A D | redundancy_test.sh | 36 . $(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 D | redundancy_004_neg.ksh | 27 . $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 D | Makefile | 4 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/redundancy 11 ${PACKAGE}FILES+= redundancy.cfg 15 ${PACKAGE}FILES+= redundancy.kshlib
|
| H A D | cleanup.ksh | 27 . $STF_SUITE/tests/redundancy/redundancy.kshlib
|
| /freebsd/tests/sys/cddl/zfs/tests/online_offline/ |
| H A D | online_offline_002_neg.ksh | 36 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/cli_root/zpool_add/ |
| H A D | zpool_add_warn_create.ksh | 35 # Verify zpool add succeeds when adding vdevs with matching redundancy 36 # and warns with differing redundancy for a healthy pool. 40 # 2. Verify 'zpool add' succeeds with matching redundancy. 41 # 3. Verify 'zpool add' warns with differing redundancy. 46 log_assert "Verify 'zpool add' warns for differing redundancy." 133 # 2. Verify 'zpool add' succeeds with matching redundancy. 139 # 3. Verify 'zpool add' warns with differing redundancy. 156 log_pass "Verify 'zpool add' warns for differing redundancy."
|
| H A D | zpool_add_warn_degraded.ksh | 35 # Verify zpool add succeeds when adding vdevs with matching redundancy 36 # and warns with differing redundancy for a degraded pool. 40 # 2. Verify 'zpool add' succeeds with matching redundancy 41 # 3. Verify 'zpool add' warns with differing redundancy when 49 log_assert "Verify 'zpool add' warns for differing redundancy." 166 # 2. Verify 'zpool add' succeeds with matching redundancy and a degraded pool. 171 # 3. Verify 'zpool add' warns with differing redundancy and a degraded pool. 204 log_pass "Verify 'zpool add' warns for differing redundancy."
|
| H A D | zpool_add_warn_removal.ksh | 35 # Verify zpool add succeeds when adding vdevs with matching redundancy 36 # and warns with differing redundancy after removal. 40 # 2. Verify 'zpool add' warns with differing redundancy after removal. 45 log_assert "Verify 'zpool add' warns for differing redundancy." 115 # 2. Verify 'zpool add' warns with differing redundancy after removal.
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/ |
| H A D | redundancy_stripe.ksh | 34 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib 38 # Striped pool have no data redundancy. Any device errors will 52 log_assert "Verify striped pool have no data redundancy." 65 log_pass "Striped pool has no data redundancy as expected."
|
| H A D | cleanup.ksh | 33 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
|
| H A D | redundancy_draid.ksh | 31 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib 35 # dRAID should provide redundancy 249 log_pass "draid redundancy test succeeded."
|
| H A D | redundancy_raidz.ksh | 31 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib 35 # RAIDZ should provide redundancy 249 log_pass "raidz redundancy test succeeded."
|
| H A D | redundancy_raidz1.ksh | 34 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
|
| H A D | redundancy_draid1.ksh | 35 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
|
| H A D | redundancy_raidz2.ksh | 34 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
|
| H A D | redundancy_draid_spare2.ksh | 24 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
|
| H A D | redundancy_raidz3.ksh | 34 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
|
| H A D | redundancy_draid2.ksh | 35 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
|
| H A D | redundancy_draid3.ksh | 35 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
|
| H A D | redundancy_mirror.ksh | 34 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/gang_blocks/ |
| H A D | gang_blocks_redundant.ksh | 24 # 2. Verify that gang blocks at different levels have the right amount of redundancy 30 log_assert "Verify that gang blocks at different levels have the right amount of redundancy." 89 log_pass "Gang blocks at different levels have the right amount of redundancy."
|
| /freebsd/sys/contrib/openzfs/man/man7/ |
| H A D | zpoolconcepts.7 | 141 .Em N No disks of size Em X , D No data disks per redundancy group , Em P 154 The number of data devices per redundancy group. 184 The redundancy of this device should match the redundancy of the other normal 191 The redundancy of this device should match the redundancy of the other normal 236 of redundancy, using either mirrored or raidz groups.
|
| /freebsd/sys/contrib/openzfs/man/man8/ |
| H A D | zpool-attach.8 | 56 initiated, and the new device will contribute to additional redundancy once the 87 Data redundancy is maintained during and after the expansion. 126 is reconstructed sequentially to restore redundancy as quickly as possible.
|
| /freebsd/sys/contrib/device-tree/Bindings/misc/ |
| H A D | xlnx,tmr-inject.yaml | 7 title: Xilinx Triple Modular Redundancy(TMR) Inject IP 13 The Triple Modular Redundancy(TMR) Inject core provides functional fault
|
| H A D | xlnx,tmr-manager.yaml | 7 title: Xilinx Triple Modular Redundancy(TMR) Manager IP 13 The Triple Modular Redundancy(TMR) Manager is responsible for handling the
|