Searched refs:TESTVOL1 (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_006_pos.ksh52 datasetexists $TESTPOOL/$TESTVOL1 && \
53 destroy_dataset $TESTPOOL/$TESTVOL1 -f
65 $TESTPOOL/$TESTVOL1
66 datasetexists $TESTPOOL/$TESTVOL1 || \
67 log_fail "zfs create -V size $TESTPOOL/$TESTVOL1 fail."
68 propertycheck $TESTPOOL/$TESTVOL1 ${RW_VOL_PROP[i]} || \
70 log_must_busy zfs destroy -f $TESTPOOL/$TESTVOL1
73 $TESTPOOL/$TESTVOL1
74 datasetexists $TESTPOOL/$TESTVOL1 || \
75 log_fail "zfs create -s -V $TESTPOOL/$TESTVOL1 fai
[all...]
H A Dzfs_create_010_neg.ksh90 set -A args "$VOLSIZE" "$TESTVOL1" \
91 "$VOLSIZE $TESTVOL1" "0 $TESTPOOL/$TESTVOL1" \
92 "-1gb $TESTPOOL/$TESTVOL1" "1g? $TESTPOOL/$TESTVOL1" \
93 "1.01BB $TESTPOOL/$TESTVOL1" "1%g $TESTPOOL/$TESTVOL1" \
94 "1g% $TESTPOOL/$TESTVOL1" "1g$ $TESTPOOL/$TESTVOL1" \
95 "$m $TESTPOOL/$TESTVOL1" "
[all...]
H A Dzfs_create_007_pos.ksh53 destroy_dataset $TESTPOOL/$TESTVOL1
75 log_must zfs create -s $opts -V $VOLSIZE $TESTPOOL/$TESTVOL1
76 datasetexists $TESTPOOL/$TESTVOL1 || \
77 log_fail "zfs create $TESTPOOL/$TESTVOL1 fail."
84 propertycheck $TESTPOOL/$TESTVOL1 ${RW_VOL_PROP[i]} || \
H A Dzfs_create_nomount.ksh44 typeset vol="$TESTPOOL/$TESTVOL1"
H A Dzfs_create_011_pos.ksh58 typeset newdataset2="$TESTPOOL/$TESTFS1/$TESTFS/$TESTVOL1"
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_create/
H A Dzfs_create_006_pos.ksh60 datasetexists $TESTPOOL/$TESTVOL1 && \
61 log_must $ZFS destroy -f $TESTPOOL/$TESTVOL1
79 $TESTPOOL/$TESTVOL1
80 datasetexists $TESTPOOL/$TESTVOL1 || \
81 log_fail "zfs create -V size $TESTPOOL/$TESTVOL1 fail."
82 propertycheck $TESTPOOL/$TESTVOL1 ${RW_VOL_PROP[i]} || \
84 log_must $ZFS destroy -f $TESTPOOL/$TESTVOL1
87 $TESTPOOL/$TESTVOL1
88 datasetexists $TESTPOOL/$TESTVOL1 || \
89 log_fail "zfs create -s -V $TESTPOOL/$TESTVOL1 fai
[all...]
H A Dzfs_create_010_neg.ksh98 set -A args "$VOLSIZE" "$TESTVOL1" \
99 "$VOLSIZE $TESTVOL1" "0 $TESTPOOL/$TESTVOL1" \
100 "-1gb $TESTPOOL/$TESTVOL1" "1g? $TESTPOOL/$TESTVOL1" \
101 "1.01BB $TESTPOOL/$TESTVOL1" "1%g $TESTPOOL/$TESTVOL1" \
102 "1g% $TESTPOOL/$TESTVOL1" "1g$ $TESTPOOL/$TESTVOL1" \
103 "$m $TESTPOOL/$TESTVOL1" "
[all...]
H A Dzfs_create_007_pos.ksh60 datasetexists $TESTPOOL/$TESTVOL1 && \
61 log_must $ZFS destroy -f $TESTPOOL/$TESTVOL1
84 log_must $ZFS create -s $opts -V $VOLSIZE $TESTPOOL/$TESTVOL1
85 datasetexists $TESTPOOL/$TESTVOL1 || \
86 log_fail "zfs create $TESTPOOL/$TESTVOL1 fail."
94 propertycheck $TESTPOOL/$TESTVOL1 ${RW_VOL_PROP[i]} || \
H A Dzfs_create_011_pos.ksh71 typeset newdataset2="$TESTPOOL/$TESTFS1/$TESTFS/$TESTVOL1"
/freebsd-current/tests/sys/cddl/zfs/tests/iscsi/
H A Discsi_001_pos.ksh62 datasetexists $TESTPOOL/$TESTVOL1 && \
63 log_must $ZFS destroy $TESTPOOL/$TESTVOL1
87 log_must $ZFS create -V $VOLSIZE $TESTPOOL/$TESTVOL1
88 if ! is_iscsi_target $TESTPOOL/$TESTVOL1 ; then
H A Discsi_004_pos.ksh60 datasetexists $TESTPOOL/$TESTVOL1 && \
61 log_must $ZFS destroy $TESTPOOL/$TESTVOL1
77 log_must $ZFS rename $TESTPOOL/$TESTVOL $TESTPOOL/$TESTVOL1
79 if [[ $iname != $(iscsi_name $TESTPOOL/$TESTVOL1) ]]; then
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_copies/
H A Dzfs_copies_003_pos.ksh59 vol=$TESTPOOL/$TESTVOL1
H A Dzfs_copies_006_pos.ksh65 vol=$TESTPOOL/$TESTVOL1
H A Dzfs_copies_004_neg.ksh52 log_mustnot zfs create -V $VOLSIZE -o copies=$val $TESTPOOL/$TESTVOL1
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_copies/
H A Dzfs_copies_003_pos.ksh70 vol=$TESTPOOL/$TESTVOL1
H A Dzfs_copies.kshlib96 vol=$TESTPOOL/$TESTVOL1
97 vol_b_path=/dev/zvol/$TESTPOOL/$TESTVOL1
98 vol_r_path=/dev/zvol/$TESTPOOL/$TESTVOL1
H A Dzfs_copies_006_pos.ksh76 vol=$TESTPOOL/$TESTVOL1
H A Dzfs_copies_004_neg.ksh61 log_mustnot $ZFS create -V $VOLSIZE -o copies=$val $TESTPOOL/$TESTVOL1
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_010_pos.ksh68 ctrvol=$ctr/$TESTVOL1
73 snapctrvol=$ctr/$TESTVOL1@$TESTSNAP
H A Dsnapshot_009_pos.ksh54 for ds in $ctr/$TESTVOL1 $ctr/$TESTCLONE; do
72 ctrvol=$ctr/$TESTVOL1
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_002_pos.ksh63 "$TESTPOOL/$TESTVOL" "$TESTPOOL/$TESTVOL1"
77 log_must zfs create -sV $BIGVOLSIZE $TESTPOOL/$TESTVOL1
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_destroy/
H A Dzfs_destroy_002_pos.ksh71 "$TESTPOOL/$TESTVOL" "$TESTPOOL/$TESTVOL1"
91 log_must $ZFS create -sV $BIGVOLSIZE $TESTPOOL/$TESTVOL1
/freebsd-current/tests/sys/cddl/zfs/tests/snapshot/
H A Dsnapshot_010_pos.ksh77 ctrvol=$ctr/$TESTVOL1
82 snapctrvol=$ctr/$TESTVOL1@$TESTSNAP
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_011_pos.ksh74 "$TESTPOOL/notexist/new/$TESTVOL1"
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/
H A Dzfs_rename_011_pos.ksh87 "$TESTPOOL/notexist/new/$TESTVOL1"

Completed in 233 milliseconds

12