Home
last modified time | relevance | path

Searched refs:VDEV4 (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dimport_cachefile_mirror_detached.ksh42 log_note "$0: pool '$poolcreate', detach $VDEV4."
48 log_must zpool detach $TESTPOOL1 $VDEV4
49 log_must rm -f $VDEV4
59 log_must mkfile $FILE_SIZE $VDEV4
64 test_detach_vdev "mirror $VDEV0 $VDEV4" "$VDEV0"
65 test_detach_vdev "mirror $VDEV0 $VDEV4 mirror $VDEV1 $VDEV2" \
67 test_detach_vdev "mirror $VDEV0 $VDEV1 $VDEV4" "mirror $VDEV0 $VDEV1"
68 test_detach_vdev "$VDEV0 log mirror $VDEV1 $VDEV4" "$VDEV0 log $VDEV1"
H A Dimport_cachefile_mirror_attached.ksh64 test_attach_vdev "$VDEV0" "$VDEV0" "$VDEV4" "mirror $VDEV0 $VDEV4"
65 test_attach_vdev "$VDEV0 $VDEV1" "$VDEV1" "$VDEV4" \
66 "$VDEV0 mirror $VDEV1 $VDEV4"
67 test_attach_vdev "mirror $VDEV0 $VDEV1" "$VDEV0" "$VDEV4" \
68 "mirror $VDEV0 $VDEV1 $VDEV4"
69 test_attach_vdev "$VDEV0 log $VDEV1" "$VDEV1" "$VDEV4" \
70 "$VDEV0 log mirror $VDEV1 $VDEV4"
H A Dimport_cachefile_device_removed.ksh80 $VDEV0 $VDEV1 $VDEV2 $VDEV3 $VDEV4
84 log_must zpool remove $TESTPOOL1 $VDEV4
89 log_must rm $VDEV3 $VDEV4
99 log_must mkfile $FILE_SIZE $VDEV3 $VDEV4
121 log_must zpool add $TESTPOOL1 $VDEV4
126 log_must check_pool_config $TESTPOOL1 "$VDEV0 $VDEV2 $VDEV4"
H A Dzpool_import_010_pos.ksh71 log_must zpool create $poolA mirror $VDEV0 $VDEV1 $VDEV2 $VDEV3 $VDEV4
77 log_must zpool create $poolC raidz2 $VDEV2 $VDEV3 $VDEV4
80 log_must zpool create $poolD raidz $VDEV3 $VDEV4
83 log_must zpool create $poolE $VDEV4
H A Dimport_rewind_device_replaced.ksh146 log_must zpool create -f $TESTPOOL2 $VDEV0 $VDEV1 $VDEV2 $VDEV3 $VDEV4
H A Dimport_rewind_config_changed.ksh143 log_must zpool create -f $TESTPOOL2 $VDEV0 $VDEV1 $VDEV2 $VDEV3 $VDEV4
H A Dzpool_import.cfg89 export VDEV4=$DEVICE_DIR/${DEVICE_FILE}4
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_001_pos.ksh53 for file in $VDEV1 $VDEV2 $VDEV3 $VDEV4; do
64 VDEV3=$mntpnt/vdev3; VDEV4=$mntpnt/vdev4;
67 log_must mkfile $(($MINVDEVSIZE * 2)) $VDEV4
74 run_and_verify -p "$MPOOL" "zpool attach $MPOOL $VDEV1 $VDEV4"
75 run_and_verify -p "$MPOOL" "zpool detach $MPOOL $VDEV4"
76 run_and_verify -p "$MPOOL" "zpool replace -f $MPOOL $VDEV1 $VDEV4"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/bootfs/
H A Dbootfs_006_pos.ksh57 VDEV4=$TESTDIR/bootfs_006_pos_d.$$.dat
92 log_must rm $VDEV1 $VDEV2 $VDEV3 $VDEV4
100 log_must mkfile $MINVDEVSIZE $VDEV1 $VDEV2 $VDEV3 $VDEV4
142 log_must zpool create $TESTPOOL raidz2 $VDEV1 $VDEV2 $VDEV3 spare $VDEV4