/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | import_cachefile_device_removed.ksh | 80 $VDEV0 $VDEV1 $VDEV2 $VDEV3 $VDEV4 86 "$VDEV0 $VDEV1 $VDEV2 $VDEV3" 87 log_must zpool remove $TESTPOOL1 $VDEV3 89 log_must rm $VDEV3 $VDEV4 99 log_must mkfile $FILE_SIZE $VDEV3 $VDEV4 112 $VDEV0 $VDEV1 $VDEV2 log $VDEV3 117 log_must wait_for_pool_config $TESTPOOL1 "$VDEV0 $VDEV2 log $VDEV3" 118 log_must zpool remove $TESTPOOL1 $VDEV3 120 log_must rm $VDEV1 $VDEV3 131 log_must mkfile $FILE_SIZE $VDEV1 $VDEV3 [all …]
|
H A D | import_cachefile_device_added.ksh | 68 test_add_vdevs "mirror $VDEV0 $VDEV1" "mirror $VDEV2 $VDEV3" \ 69 "mirror $VDEV0 $VDEV1 mirror $VDEV2 $VDEV3" 70 test_add_vdevs "$VDEV0" "raidz $VDEV1 $VDEV2 $VDEV3" \ 71 "$VDEV0 raidz $VDEV1 $VDEV2 $VDEV3" 72 test_add_vdevs "$VDEV0" "draid $VDEV1 $VDEV2 $VDEV3" \ 73 "$VDEV0 draid $VDEV1 $VDEV2 $VDEV3"
|
H A D | import_rewind_device_replaced.ksh | 147 log_must zpool create -f $TESTPOOL2 $VDEV0 $VDEV1 $VDEV2 $VDEV3 $VDEV4 175 "$VDEV1" "$VDEV3" \ 176 "raidz $VDEV0 $VDEV3 $VDEV2" \ 179 test_replace_vdev "draid $VDEV0 $VDEV1 $VDEV2 $VDEV3" \ 181 "draid $VDEV0 $VDEV4 $VDEV2 $VDEV3 spares draid1-0-0" \ 182 "$VDEV0 $VDEV1 $VDEV2 $VDEV3" 10
|
H A D | import_cachefile_device_replaced.ksh | 153 "$VDEV1" "$VDEV3" \ 154 "raidz $VDEV0 $VDEV3 $VDEV2" \ 158 test_replacing_vdevs "draid:1s $VDEV0 $VDEV1 $VDEV2 $VDEV3 $VDEV4" \ 160 "draid $VDEV0 $VDEV5 $VDEV2 $VDEV3 $VDEV4 spares draid1-0-0" \ 161 "$VDEV0 $VDEV1 $VDEV2 $VDEV3 $VDEV4" \
|
H A D | import_rewind_config_changed.ksh | 150 log_must zpool create -f $TESTPOOL2 $VDEV0 $VDEV1 $VDEV2 $VDEV3 $VDEV4 250 typeset pathstochange="$VDEV0 $VDEV1 $VDEV2 $VDEV3" 257 test_add_vdevs "mirror $VDEV0 $VDEV1" "mirror $VDEV2 $VDEV3" 258 test_add_vdevs "$VDEV0" "raidz $VDEV1 $VDEV2 $VDEV3" 259 test_add_vdevs "$VDEV0" "draid $VDEV1 $VDEV2 $VDEV3" 285 test_detach_vdev "mirror $VDEV0 $VDEV1 mirror $VDEV2 $VDEV3" "$VDEV1"
|
H A D | import_devices_missing.ksh | 111 test_devices_missing "mirror $VDEV0 $VDEV1" "mirror $VDEV2 $VDEV3" \ 112 "$VDEV2 $VDEV3" 1 120 test_devices_missing "$VDEV0" "$VDEV1 $VDEV2 $VDEV3" "$VDEV1 $VDEV3" 2
|
H A D | zpool_import_010_pos.ksh | 71 log_must zpool create $poolA mirror $VDEV0 $VDEV1 $VDEV2 $VDEV3 $VDEV4 77 log_must zpool create $poolC draid2 $VDEV2 $VDEV3 $VDEV4 $VDEV5 80 log_must zpool create $poolD raidz $VDEV3 $VDEV4
|
H A D | import_log_missing.ksh | 73 test_missing_log "$VDEV0" "$VDEV1" "$VDEV2" "$VDEV3"
|
H A D | zpool_import_007_pos.ksh | 66 log_must zpool create $TESTPOOL1 raidz $VDEV0 $VDEV1 $VDEV2 $VDEV3
|
H A D | zpool_import_016_pos.ksh | 67 log_must zpool create $TESTPOOL1 draid $VDEV0 $VDEV1 $VDEV2 $VDEV3
|
H A D | zpool_import_008_pos.ksh | 66 log_must zpool create $TESTPOOL1 raidz2 $VDEV0 $VDEV1 $VDEV2 $VDEV3
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/ |
H A D | bootfs_006_pos.ksh | 49 VDEV3=$TESTDIR/bootfs_006_pos_c.$$.dat 85 log_must rm $VDEV1 $VDEV2 $VDEV3 $VDEV4 93 log_must mkfile $MINVDEVSIZE $VDEV1 $VDEV2 $VDEV3 $VDEV4 111 log_must zpool create $TESTPOOL mirror $VDEV1 $VDEV2 spare $VDEV3 120 log_must zpool create $TESTPOOL $VDEV1 $VDEV2 spare $VDEV3 130 log_must zpool create $TESTPOOL $VDEV1 $VDEV2 spare $VDEV3 139 log_must zpool create $TESTPOOL raidz $VDEV1 $VDEV2 spare $VDEV3 143 log_must zpool create $TESTPOOL raidz2 $VDEV1 $VDEV2 $VDEV3 147 log_must zpool create $TESTPOOL raidz2 $VDEV1 $VDEV2 $VDEV3 spare $VDEV4
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/ |
H A D | events_001_pos.ksh | 47 for file in $VDEV1 $VDEV2 $VDEV3 $VDEV4; do 57 log_must truncate -s $MINVDEVSIZE $VDEV1 $VDEV2 $VDEV3 $VDEV4 78 "zpool add -f $MPOOL spare $VDEV3" 81 "zpool remove $MPOOL $VDEV3" 87 "zpool add -f $MPOOL log $VDEV3" 90 "zpool remove $MPOOL $VDEV3"
|
H A D | zed_diagnose_multiple.ksh | 42 VDEV3="$TEST_BASE_DIR/vdevfile3.$$" 44 VDEVS="$VDEV1 $VDEV2 $VDEV3 $VDEV4"
|
H A D | zed_slow_io_many_vdevs.ksh | 41 VDEV3="$TEST_BASE_DIR/vdevfile3.$$" 43 VDEVS="$VDEV1 $VDEV2 $VDEV3 $VDEV4"
|
/freebsd/tests/sys/cddl/zfs/tests/bootfs/ |
H A D | bootfs_006_pos.ksh | 63 VDEV3=$TMPDIR/bootfs_006_pos_c.${TESTCASE_ID}.dat 101 log_must $RM $VDEV1 $VDEV2 $VDEV3 $VDEV4 109 log_must create_vdevs $VDEV1 $VDEV2 $VDEV3 $VDEV4 127 log_must $ZPOOL create $TESTPOOL mirror $VDEV1 $VDEV2 spare $VDEV3 138 log_must $ZPOOL create $TESTPOOL $VDEV1 $VDEV2 spare $VDEV3 146 log_must $ZPOOL create $TESTPOOL raidz $VDEV1 $VDEV2 spare $VDEV3 150 log_must $ZPOOL create $TESTPOOL raidz2 $VDEV1 $VDEV2 $VDEV3 154 log_must $ZPOOL create $TESTPOOL raidz2 $VDEV1 $VDEV2 $VDEV3 spare $VDEV4
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/ |
H A D | zpool_wait_trim_flag.ksh | 50 typeset -r VDEV3="$TESTDIR/file_vdev3" 55 log_must truncate -s 10G "$VDEV1" "$VDEV2" "$VDEV3" 56 log_must zpool create -f $TESTPOOL "$VDEV1" "$VDEV2" "$VDEV3" 60 log_bkgrnd zpool trim -r 1M -w $TESTPOOL "$VDEV3" 80 log_must zpool trim -c $TESTPOOL "$VDEV3"
|
/freebsd/tests/sys/cddl/zfs/tests/history/ |
H A D | history_001_pos.ksh | 66 $VDEV1 $VDEV2 $VDEV3 $VDEV4 77 VDEV3=$TMPDIR/vdev3; VDEV4=$TMPDIR/vdev4; 79 log_must create_vdevs $VDEV1 $VDEV2 $VDEV3 $VDEV4 83 exec_record $ZPOOL add -f $MPOOL spare $VDEV3 84 exec_record $ZPOOL remove $MPOOL $VDEV3
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/ |
H A D | history_001_pos.ksh | 53 for file in $VDEV1 $VDEV2 $VDEV3 $VDEV4; do 63 VDEV3=$mntpnt/vdev3; VDEV4=$mntpnt/vdev4; 65 log_must mkfile $MINVDEVSIZE $VDEV1 $VDEV2 $VDEV3 69 run_and_verify -p "$MPOOL" "zpool add -f $MPOOL spare $VDEV3" 70 run_and_verify -p "$MPOOL" "zpool remove $MPOOL $VDEV3"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/ |
H A D | zpool_events_clear_retained.ksh | 48 VDEV3=$TEST_BASE_DIR/vfile3 67 log_must rm -fd $VDEV1 $VDEV2 $VDEV3 $SUPPLY $MOUNTDIR 105 log_must truncate -s $MINVDEVSIZE $VDEV1 $VDEV2 $VDEV3 108 log_must zpool create -f -m $MOUNTDIR -o failmode=continue $POOL raidz $VDEV1 $VDEV2 $VDEV3
|
H A D | zpool_events_errors.ksh | 46 VDEV3=$TEST_BASE_DIR/file3 62 log_must rm -fd $VDEV1 $VDEV2 $VDEV3 $MOUNTDIR 73 log_must truncate -s $MINVDEVSIZE $VDEV1 $VDEV2 $VDEV3 88 log_must zpool create -f -m $MOUNTDIR -o failmode=continue $POOL $POOLTYPE $VDEV1 $VDEV2 $VDEV3
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
H A D | zpool_import_010_pos.ksh | 83 log_must $ZPOOL create $poolA mirror $VDEV0 $VDEV1 $VDEV2 $VDEV3 $VDEV4 89 log_must $ZPOOL create $poolC raidz2 $VDEV2 $VDEV3 $VDEV4 92 log_must $ZPOOL create $poolD raidz $VDEV3 $VDEV4
|
H A D | zpool_import_008_pos.ksh | 99 log_must $ZPOOL create $TESTPOOL1 raidz2 $VDEV0 $VDEV1 $VDEV2 $VDEV3 103 log_must $ZPOOL create $TESTPOOL1 raidz2 $VDEV0 $VDEV1 $VDEV2 $VDEV3
|
H A D | zpool_import_007_pos.ksh | 98 log_must $ZPOOL create $TESTPOOL1 raidz $VDEV0 $VDEV1 $VDEV2 $VDEV3 102 log_must $ZPOOL create $TESTPOOL1 raidz $VDEV0 $VDEV1 $VDEV2 $VDEV3
|
/freebsd/tests/sys/cddl/zfs/tests/zinject/ |
H A D | zinject.cfg | 48 export VDEV3=${DISK0}p4 54 export sparedevs="$VDEV3"
|