Home
last modified time | relevance | path

Searched refs:disk2 (Results 1 – 25 of 27) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/
H A Dadd-o_ashift.ksh49 rm -f $disk1 $disk2
56 disk2=$TEST_BASE_DIR/disk2
58 log_must mkfile $SIZE $disk2
66 log_must zpool add -o ashift=$ashift $TESTPOOL $disk2
67 verify_ashift $disk2 $ashift
76 log_must zpool labelclear $disk2
83 log_must zpool add $TESTPOOL $disk2
84 verify_ashift $disk2 $ashift
94 log_must zpool labelclear $disk2
101 log_mustnot zpool add -o ashift="$badval" $TESTPOOL $disk2
[all …]
H A Dadd_prop_ashift.ksh49 log_must rm -f $disk1 $disk2
56 disk2=$TEST_BASE_DIR/disk2
58 log_must mkfile $SIZE $disk2
72 log_must zpool add $TESTPOOL $disk2
73 verify_ashift $disk2 $ashift
82 log_must zpool labelclear $disk2
90 log_must zpool add -o ashift=$cmdval $TESTPOOL $disk2
91 verify_ashift $disk2 $cmdval
100 log_must zpool labelclear $disk2
H A Dzpool_add_001_pos.ksh69 disk2=$TEST_BASE_DIR/disk2
70 truncate -s $MINVDEVSIZE $disk0 $disk1 $disk2
117 "$disk0" "$disk1" "$disk2"
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_replace/
H A Dreplace_prop_ashift.ksh49 rm -f $disk1 $disk2
56 disk2=$TEST_BASE_DIR/disk2
58 log_must truncate -s $SIZE $disk2
78 log_must zpool replace $TESTPOOL1 $disk1 $disk2
80 verify_ashift $disk2 $ashift
88 log_mustnot zpool replace $TESTPOOL1 $disk1 $disk2
91 $disk1 $disk2
93 verify_ashift $disk2 $ashift
103 log_must zpool labelclear $disk2
H A Dreplace-o_ashift.ksh47 rm -f $disk1 $disk2
54 disk2=$TEST_BASE_DIR/disk2
56 log_must truncate -s $SIZE $disk2
82 $disk1 $disk2
83 verify_ashift $disk2 $ashift
92 $disk1 $disk2
97 log_must zpool labelclear $disk2
105 log_mustnot zpool replace -o ashift=$badval $TESTPOOL1 $disk1 $disk2
108 log_mustnot zpool labelclear $disk2
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_zaps/
H A Dvdev_zaps_004_pos.ksh51 disk2=$(echo $DISKS | awk '{print $2}')
52 log_must zpool attach $TESTPOOL $DISK $disk2
72 dsk2_top=$(get_top_vd_zap $disk2 $conf)
73 dsk2_leaf=$(get_leaf_vd_zap $disk2 $conf)
74 [[ -n "$dsk2_top" ]] && log_fail "Attached disk $disk2 has top ZAP."
75 [[ -z "$dsk2_leaf" ]] && log_fail "Attached disk $disk2 has no leaf ZAP."
84 final_top=$(get_top_vd_zap $disk2 $conf)
85 final_leaf=$(get_leaf_vd_zap $disk2 $conf)
88 "promoting $disk2 (expected $orig_top, found $final_top)"
91 [[ "$final_leaf" -ne "$dsk2_leaf" ]] && log_fail "$disk2 lost its leaf ZAP "\
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_attach/
H A Dattach-o_ashift.ksh47 rm -f $disk1 $disk2
54 disk2=$TEST_BASE_DIR/disk2
56 log_must truncate -s $SIZE $disk2
82 $disk1 $disk2
83 verify_ashift $disk2 $ashift
91 $disk1 $disk2
96 log_must zpool labelclear $disk2
104 log_mustnot zpool attach -o ashift=$badval $TESTPOOL1 $disk1 $disk2
107 log_mustnot zpool labelclear $disk2
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_labelclear/
H A Dzpool_labelclear_exported.ksh46 log_must zpool create -O mountpoint=none -f $TESTPOOL $disk1 log $disk2
57 log_mustnot zpool labelclear $disk2
58 log_must zdb -lq $disk2
63 log_must zpool labelclear -f $disk2
64 log_mustnot zdb -lq $disk2
H A Dzpool_labelclear_active.ksh43 log_must zpool create -O mountpoint=none -f $TESTPOOL $disk1 log $disk2
50 log_mustnot zpool labelclear $disk2
51 log_must zdb -lq $disk2
52 log_mustnot zpool labelclear -f $disk2
53 log_must zdb -lq $disk2
H A Dlabelclear.cfg22 typeset disk2=/dev/${disks[1]}
26 typeset disk2=${disks[1]}
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_011_neg.ksh57 rm -rf $disk1 $disk2 $disk3 $disk4
68 disk2=$(create_blockfile $FILESIZE)
72 mirror2="$disk1 $disk2"
76 draid2="$disk1 $disk2 $disk3"
77 diff_size_dev="$disk2 $disk4"
78 draid_diff_size_dev="$disk1 $disk2 $disk4"
H A Dzpool_create_001_pos.ksh52 rm -f $disk1 $disk2
61 typeset disk2=$(create_blockfile $FILESIZE)
66 \"$disk1 $disk2\""
69 \"$disk1 $disk2\""
H A Dzpool_create_002_pos.ksh54 rm -f $disk1 $disk2
69 typeset disk2=$(create_blockfile $FILESIZE1)
101 log_mustnot zpool create $TESTPOOL mirror $disk1 $disk2
102 create_pool $TESTPOOL mirror $disk1 $disk2
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/inuse/
H A Dinuse.cfg39 disk2="${DEV_DSKDIR}/$FS_DISK2"
40 disktargets="$disk0 $disk1 $disk2"
49 export disk0 disk1 disk2 disktargets
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dreplace_rebuild.ksh96 typeset disk2=$3
110 log_must zpool replace -sw $opt $TESTPOOL1 $disk1 $disk2
H A Dreplace_resilver.ksh93 typeset disk2=$3
107 log_must zpool replace -w $opt $TESTPOOL1 $disk1 $disk2
H A Dattach_resilver.ksh93 typeset disk2=$3
107 log_must zpool attach -w $opt $TESTPOOL1 $disk1 $disk2
H A Dattach_rebuild.ksh95 typeset disk2=$3
109 log_must zpool attach -sw $opt $TESTPOOL1 $disk1 $disk2
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dsetup.ksh120 mkfile $MINVDEVSIZE $TEST_BASE_DIR/disk2.dat
131 $TEST_BASE_DIR/disk2.dat $TEST_BASE_DIR/disk3.dat \
H A Dcleanup.ksh44 log_must rm -f $TEST_BASE_DIR/disk1.dat $TEST_BASE_DIR/disk2.dat \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_dev_removal.ksh41 VIRTUAL_DISK2=$TEST_BASE_DIR/disk2
H A Dzfs_destroy_dev_removal_condense.ksh52 VIRTUAL_DISK2=$TEST_BASE_DIR/disk2
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Darmada-370-synology-ds213j.dts138 disk2-led-amber {
139 label = "synology:amber:disk2";
192 disk2_led_pin: disk2-led-pin {
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog.cfg32 export VDIR2=$TEST_BASE_DIR/disk2-slog
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cache/
H A Dcache.cfg66 export VDIR2=$TESTDIR/disk2.cache

12