Home
last modified time | relevance | path

Searched refs:TESTVOL (Results 1 – 25 of 122) sorted by relevance

12345

/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_016_pos.ksh34 datasetexists $TESTPOOL/$TESTVOL && \
35 log_must $ZFS destroy -Rf $TESTPOOL/$TESTVOL
43 datasetexists $TESTPOOL/$TESTVOL@snap$i && \
44 log_must $ZFS destroy $TESTPOOL/$TESTVOL@snap$i
46 log_must $ZFS snapshot $TESTPOOL/$TESTVOL@snap$i
58 snapexists $TESTPOOL/$TESTVOL@snap$i || \
60 "$TESTPOOL/$TESTVOL@snap$i"
67 snapexists $TESTPOOL/$TESTVOL@snap$i && \
69 "$TESTPOOL/$TESTVOL@snap$i"
82 log_must $ZFS create -V $VOLSIZE $TESTPOOL/$TESTVOL
[all...]
/titanic_51/usr/src/test/zfs-tests/tests/functional/zvol/zvol_cli/
H A Dzvol_cli_001_pos.ksh46 TESTVOL='testvol'
49 "list $TESTPOOL/$TESTVOL" "list -r $TESTPOOL/$TESTVOL" \
50 "list -H $TESTPOOL/$TESTVOL" "list -Hr $TESTPOOL/$TESTVOL" \
51 "list -rH $TESTPOOL/$TESTVOL" "list -o name $TESTPOOL/$TESTVOL" \
52 "list -r -o name $TESTPOOL/$TESTVOL" "list -H -o name $TESTPOOL/$TESTVOL" \
53 "list -rH -o name $TESTPOOL/$TESTVOL"
[all...]
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_offline/
H A Dzpool_offline_002_neg.ksh46 "-t $TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \
48 "-t $TESTPOOL/$TESTVOL $DISKLIST" \
52 "-f $TESTPOOL/$TESTCTR $DISKLIST" "-f $TESTPOOL/$TESTVOL" \
54 "-f $TESTPOOL/$TESTVOL $DISKLIST" \
59 "-ft $TESTPOOL/$TESTCTR $DISKLIST" "-ft $TESTPOOL/$TESTVOL" \
61 "-ft $TESTPOOL/$TESTVOL $DISKLIST" \
66 "-tf $TESTPOOL/$TESTCTR $DISKLIST" "-tf $TESTPOOL/$TESTVOL" \
68 "-tf $TESTPOOL/$TESTVOL $DISKLIST" \
72 "$TESTPOOL/$TESTCTR $DISKLIST" "$TESTPOOL/$TESTVOL" \
73 "$TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" "$TESTPOOL/$TESTVOL
[all...]
/titanic_51/usr/src/test/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_004_pos.ksh61 if datasetexists $TESTPOOL/$TESTVOL@$snap ; then
62 log_must $ZFS destroy $TESTPOOL/$TESTVOL@$snap
87 voldev=/dev/zvol/dsk/$TESTPOOL/$TESTVOL
92 log_must is_zvol_dumpified $TESTPOOL/$TESTVOL
94 verify_snapshot $TESTPOOL/$TESTVOL
97 log_mustnot is_zvol_dumpified $TESTPOOL/$TESTVOL
102 log_mustnot is_zvol_dumpified $TESTPOOL/$TESTVOL
104 verify_snapshot $TESTPOOL/$TESTVOL
107 log_mustnot is_zvol_dumpified $TESTPOOL/$TESTVOL
H A Dzvol_misc_002_pos.ksh48 snapexists $TESTPOOL/$TESTVOL@snap && \
49 $ZFS destroy $TESTPOOL/$TESTVOL@snap
60 TESTVOL='testvol'
64 $ECHO "y" | $NEWFS -v /dev/zvol/rdsk/$TESTPOOL/$TESTVOL >/dev/null 2>&1
65 (( $? != 0 )) && log_fail "Unable to newfs(1M) $TESTPOOL/$TESTVOL"
68 log_must $MOUNT /dev/zvol/dsk/$TESTPOOL/$TESTVOL $TESTDIR
85 log_must $ZFS snapshot $TESTPOOL/$TESTVOL@snap
87 $FSCK -n /dev/zvol/rdsk/$TESTPOOL/$TESTVOL@snap >/dev/null 2>&1
H A Dzvol_misc_006_pos.ksh58 voldev=/dev/zvol/dsk/$TESTPOOL/$TESTVOL
61 typeset oblksize=$($ZFS get -H -o value volblocksize $TESTPOOL/$TESTVOL)
62 log_note "original $TESTPOOL/$TESTVOL volblocksize=$oblksize"
66 typeset blksize=$($ZFS get -H -o value volblocksize $TESTPOOL/$TESTVOL)
69 log_fail "ZFS volume $TESTPOOL/$TESTVOL volblocksize=$blksize"
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_snapshot/
H A Dzfs_snapshot_001_neg.ksh61 "$TESTPOOL/$TESTVOL@blah*" "$TESTPOOL/$TESTVOL@blah?" \
62 "/$TESTPOOL/$TESTFS@$TESTSNAP" "/$TESTPOOL/$TESTVOL@$TESTSNAP" \
63 "@$TESTSNAP" "$TESTPOOL/$TESTFS@" "$TESTPOOL/$TESTVOL@" \
64 "$TESTPOOL//$TESTFS@$TESTSNAP" "$TESTPOOL//$TESTVOL@$TESTSNAP" \
65 "$TESTPOOL/$TESTFS/$TESTSNAP" "$TESTPOOL/$TESTVOL/$TESTSNAP" \
67 "$TESTPOOL/$TESTVOL@$TESTSNAP@$TESTSNAP1" \
H A Dzfs_snapshot_002_neg.ksh49 $TESTPOOL/$TESTCTR/$TESTVOL@$TESTSNAP;
55 datasetexists $TESTPOOL/$TESTCTR/$TESTVOL && \
56 log_must $ZFS destroy -rf $TESTPOOL/$TESTCTR/$TESTVOL
85 log_must $ZFS create -V $VOLSIZE $TESTPOOL/$TESTCTR/$TESTVOL
87 log_must $ZFS create $TESTPOOL/$TESTCTR/$TESTVOL
89 log_must $ZFS snapshot $TESTPOOL/$TESTCTR/$TESTVOL@$TESTSNAP
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_007_pos.ksh52 datasetexists $TESTPOOL/$TESTVOL && \
53 log_must $ZFS destroy -f $TESTPOOL/$TESTVOL
74 log_must $ZFS create $opts -V $VOLSIZE $TESTPOOL/$TESTVOL
75 datasetexists $TESTPOOL/$TESTVOL || \
76 log_fail "zfs create $TESTPOOL/$TESTVOL fail."
84 propertycheck $TESTPOOL/$TESTVOL ${RW_VOL_PROP[i]} || \
H A Dzfs_create_002_pos.ksh45 if datasetexists $TESTPOOL/${TESTVOL}${size[j]}; then
46 log_must $ZFS destroy $TESTPOOL/${TESTVOL}${size[j]}
60 $TESTPOOL/${TESTVOL}${size[j]}"
65 log_must datasetexists $TESTPOOL/${TESTVOL}${size[j]}
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_004_neg.ksh51 $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTVOL \
54 $TESTPOOL/$TESTCTR1 $TESTPOOL/$TESTVOL \
58 $TESTPOOL/$TESTCTR/$TESTFS1 $TESTPOOL/$TESTVOL \
62 $TESTPOOL/$TESTVOL $TESTPOOL/$TESTCTR1 \
63 $TESTPOOL/$TESTVOL $TESTPOOL/$TESTFS@snapshot \
64 $TESTPOOL/$TESTVOL $TESTPOOL/$TESTFS1 \
65 $TESTPOOL/$TESTVOL $TESTPOOL/$TESTCTR/$TESTFS1 \
67 $TESTPOOL/$TESTFS@snapshot $TESTPOOL/$TESTVOL \
H A Dzfs_rename_011_pos.ksh54 if datasetexists $TESTPOOL/$TESTVOL ; then
55 log_must $ZFS destroy -Rf $TESTPOOL/$TESTVOL
57 log_must $ZFS create -V $VOLSIZE $TESTPOOL/$TESTVOL
69 log_must verify_opt_p_ops "rename" "vol" "$TESTPOOL/$TESTVOL" \
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dcanmount_001_pos.ksh50 "$TESTPOOL/$TESTVOL" "$TESTPOOL/$TESTFS@$TESTSNAP" \
51 "$TESTPOOL/$TESTVOL@$TESTSNAP" "$TESTPOOL/$TESTCLONE1"
54 "$TESTPOOL/$TESTFS@$TESTSNAP" "$TESTPOOL/$TESTVOL@$TESTSNAP"
65 if snapexists $TESTPOOL/$TESTVOL@$TESTSNAP ; then
66 log_must $ZFS destroy -R $TESTPOOL/$TESTVOL@$TESTSNAP
91 log_must $ZFS snapshot $TESTPOOL/$TESTVOL@$TESTSNAP
93 log_must $ZFS clone $TESTPOOL/$TESTVOL@$TESTSNAP $TESTPOOL/$TESTCLONE1
H A Dcanmount_002_pos.ksh55 "$TESTPOOL/$TESTVOL" "$TESTPOOL/$TESTFS@$TESTSNAP" \
56 "$TESTPOOL/$TESTVOL@$TESTSNAP" "$TESTPOOL/$TESTCLONE1"
59 "$TESTPOOL/$TESTFS@$TESTSNAP" "$TESTPOOL/$TESTVOL@$TESTSNAP"
86 if snapexists $TESTPOOL/$TESTVOL@$TESTSNAP ; then
87 log_must $ZFS destroy -R $TESTPOOL/$TESTVOL@$TESTSNAP
107 log_must $ZFS snapshot $TESTPOOL/$TESTVOL@$TESTSNAP
109 log_must $ZFS clone $TESTPOOL/$TESTVOL@$TESTSNAP $TESTPOOL/$TESTCLONE1
H A Dro_props_001_pos.ksh47 set -A dataset $TESTPOOL $TESTPOOL/$TESTFS $TESTPOOL/$TESTVOL \
49 $TESTPOOL/$TESTVOL@$TESTSNAP
63 datasetexists $TESTPOOL/$TESTVOL@$TESTSNAP && \
64 destroy_snapshot $TESTPOOL/$TESTVOL@$TESTSNAP
74 create_snapshot $TESTPOOL/$TESTVOL $TESTSNAP
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_add/
H A Dzpool_add_004_pos.ksh53 datasetexists $TESTPOOL1/$TESTVOL && \
54 log_must $ZFS destroy -f $TESTPOOL1/$TESTVOL
71 log_must $ZFS create -V $VOLSIZE $TESTPOOL1/$TESTVOL
73 log_must $ZPOOL add "$TESTPOOL" /dev/zvol/dsk/$TESTPOOL1/$TESTVOL
75 log_must vdevs_in_pool "$TESTPOOL" "/dev/zvol/dsk/$TESTPOOL1/$TESTVOL"
/titanic_51/usr/src/test/zfs-tests/tests/functional/reservation/
H A Dreservation_001_pos.sh71 OBJ_LIST="$TESTPOOL/$TESTVOL $TESTPOOL/$TESTVOL2"
83 log_must $ZFS create -V $vol_set_size $TESTPOOL/$TESTVOL
84 log_must $ZFS set reservation=none $TESTPOOL/$TESTVOL
85 log_must $ZFS set refreservation=none $TESTPOOL/$TESTVOL
101 [[ $obj == $TESTPOOL/$TESTVOL ]] && \
H A Dreservation_004_pos.sh75 $TESTPOOL/$TESTVOL $TESTPOOL/$TESTVOL2"
82 log_must $ZFS create -V $vol_set_size $TESTPOOL/$TESTVOL
83 log_must $ZFS set refreservation=none $TESTPOOL/$TESTVOL
84 log_must $ZFS set reservation=none $TESTPOOL/$TESTVOL
104 [[ $obj == $TESTPOOL/$TESTVOL ]] && \
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_011_neg.ksh48 if is_global_zone && datasetexists $TESTPOOL/$TESTVOL; then
49 log_must $ZFS destroy $TESTPOOL/$TESTVOL
73 log_must $ZFS create -V 10m $TESTPOOL/$TESTVOL
74 log_mustnot eval "$ZFS mount $TESTPOOL/$TESTVOL >/dev/null 2>&1"
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_online/
H A Dzpool_online_002_neg.ksh45 "-t $TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \
47 "-t $TESTPOOL/$TESTVOL $DISKLIST" \
51 "$TESTPOOL/$TESTCTR $DISKLIST" "$TESTPOOL/$TESTVOL" \
52 "$TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" "$TESTPOOL/$TESTVOL $DISKLIST" \
/titanic_51/usr/src/test/zfs-tests/tests/functional/largest_pool/
H A Dlargest_pool_001_pos.ksh99 datasetexists $TESTPOOL2/$TESTVOL && \
100 log_must $ZFS destroy $TESTPOOL2/$TESTVOL
126 str=$($ZFS create -sV $volsize $TESTPOOL2/$TESTVOL 2>&1)
137 log_fail "$ZFS create -sV $volsize $TESTPOOL2/$TESTVOL"
156 log_must $ZFS destroy $TESTPOOL2/$TESTVOL
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_common.kshlib91 datasetexists $TESTPOOL/$TESTVOL@$TESTSNAP && \
92 destroy_snapshot $TESTPOOL/$TESTVOL@$TESTSNAP
96 bkmarkexists $TESTPOOL/$TESTVOL#$TESTBKMARK && \
97 destroy_bookmark $TESTPOOL/$TESTVOL#$TESTBKMARK
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_attach/
H A Dzpool_attach_001_neg.ksh46 "$TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \
48 "$TESTPOOL/$TESTVOL $DISKLIST" \
55 "-f $TESTPOOL/$TESTCTR $DISKLIST" "-f $TESTPOOL/$TESTVOL" \
57 "-f $TESTPOOL/$TESTVOL $DISKLIST" \
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_destroy/
H A Dzpool_destroy_001_pos.ksh51 datasetexists $TESTPOOL1/$TESTVOL && \
52 log_must $ZFS destroy -f $TESTPOOL1/$TESTVOL
76 log_must $ZFS create -s -V $VOLSIZE $TESTPOOL1/$TESTVOL
77 create_pool "$TESTPOOL2" "/dev/zvol/dsk/$TESTPOOL1/$TESTVOL"
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_replace/
H A Dzpool_replace_001_neg.ksh46 "$TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \
48 "$TESTPOOL/$TESTVOL $DISKLIST" \
55 "-f $TESTPOOL/$TESTCTR $DISKLIST" "-f $TESTPOOL/$TESTVOL" \
57 "-f $TESTPOOL/$TESTVOL $DISKLIST" \

12345