/freebsd-src/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-src/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-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/ |
H A D | redundancy_stripe.ksh | 33 . $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 D | cleanup.ksh | 32 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
|
H A D | redundancy_raidz.ksh | 30 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib 34 # RAIDZ should provide redundancy 248 log_pass "raidz redundancy test succeeded."
|
H A D | redundancy_draid.ksh | 30 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib 34 # dRAID should provide redundancy 248 log_pass "draid redundancy test succeeded."
|
H A D | redundancy_raidz1.ksh | 33 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
|
H A D | redundancy_draid1.ksh | 34 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
|
H A D | redundancy_raidz3.ksh | 33 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
|
H A D | redundancy_draid2.ksh | 34 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
|
H A D | redundancy_draid3.ksh | 34 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
|
H A D | redundancy_raidz2.ksh | 33 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
|
H A D | redundancy_draid_spare2.ksh | 23 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
|
H A D | redundancy_draid_spare1.ksh | 24 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
|
H A D | redundancy_mirror.ksh | 33 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/ |
H A D | zpool_add_010_pos.ksh | 37 # 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-src/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
|
/freebsd-src/sys/contrib/openzfs/man/man8/ |
H A D | zpool-attach.8 | 55 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-src/sys/contrib/openzfs/man/man7/ |
H A D | zpoolconcepts.7 | 140 .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-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/ |
H A D | nopwrite_copies.ksh | 43 # Verify nopwrite is disabled with increased redundancy 55 # Verify nopwrite is disabled with decreased redundancy
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_resilver/ |
H A D | zpool_resilver_concurrent.ksh | 28 . $STF_SUITE/tests/functional/redundancy/redundancy.kshlib
|