Home
last modified time | relevance | path

Searched refs:TESTFS1 (Results 1 – 25 of 125) sorted by relevance

12345

/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_015_pos.ksh33 datasetexists $TESTPOOL/$TESTFS1 && $ZFS destroy -R $TESTPOOL/$TESTFS1
42 $ZFS create $TESTPOOL/$TESTFS1
47 log_must $ZFS snapshot $TESTPOOL/$TESTFS1@snap$i
51 log_must $ZFS destroy $TESTPOOL/$TESTFS1@$snaplist
57 log_mustnot $ZFS destroy $TESTPOOL/$TESTFS1@snap12,snap21,sna@pple1@,s""nappy2
61 log_must $ZFS snapshot $TESTPOOL/$TESTFS1@snap$i
63 log_must $ZFS destroy $TESTPOOL/$TESTFS1@snap1,snap2,snapple1,snappy2,snap3
65 log_mustnot snapexists $TESTPOOL/$TESTFS1@snap$i
70 log_must $ZFS snapshot $TESTPOOL/$TESTFS1
[all...]
H A Dzfs_destroy_016_pos.ksh32 datasetexists $TESTPOOL/$TESTFS1 && \
33 log_must $ZFS destroy -R $TESTPOOL/$TESTFS1
41 datasetexists $TESTPOOL/$TESTFS1@snap$i && \
42 log_must $ZFS destroy $TESTPOOL/$TESTFS1@snap$i
45 log_must $ZFS snapshot $TESTPOOL/$TESTFS1@snap$i
55 snapexists $TESTPOOL/$TESTFS1@snap$i || \
57 "$TESTPOOL/$TESTFS1@snap$i"
64 snapexists $TESTPOOL/$TESTFS1@snap$i && \
66 "$TESTPOOL/$TESTFS1@snap$i"
75 @snap1%$TESTPOOL/$TESTFS1
[all...]
H A Dzfs_destroy_014_pos.ksh42 datasets="$TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS1/$TESTFS2
43 $TESTPOOL/$TESTFS1/$TESTFS2/$TESTFS3"
53 log_must $ZFS create -p $TESTPOOL/$TESTFS1/$TESTFS2/$TESTFS3
61 log_must $ZFS snapshot -r $TESTPOOL/$TESTFS1@snap
67 log_must $ZFS destroy -R $TESTPOOL/$TESTFS1@snap
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_004_neg.ksh49 set -A bad_dataset $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTCTR1 \
50 $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTCTR/$TESTFS1 \
51 $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTVOL \
52 $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS1/$TESTFS1 \
53 $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS@snapshot \
56 $TESTPOOL/$TESTCTR1 $TESTPOOL/$TESTFS1 \
57 $TESTPOOL/$TESTCTR1 $TESTPOOL/$TESTCTR/$TESTFS1 \
[all...]
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_property/
H A Dzfs_written_property_001_pos.ksh39 datasetexists $ds && log_must $ZFS destroy -R $TESTPOOL/$TESTFS1
51 datasets="$TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS1/$TESTFS2 \
52 $TESTPOOL/$TESTFS1/$TESTFS2/$TESTFS3"
73 log_must $ZFS create -p $TESTPOOL/$TESTFS1/$TESTFS2/$TESTFS3
75 log_must $ZFS snapshot $TESTPOOL/$TESTFS1@snap$i
76 log_must $DD if=/dev/urandom of=/$TESTPOOL/$TESTFS1/testfile.$i bs=1M \
79 written=$(get_prop written $TESTPOOL/$TESTFS1)
90 written=$(get_prop written $TESTPOOL/$TESTFS1@snap$i)
108 writtenat=$(get_prop written@snap$i $TESTPOOL/$TESTFS1)
[all...]
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_012_pos.ksh46 if datasetexists $TESTPOOL/$TESTFS1 ; then
47 log_must $ZFS destroy -rf $TESTPOOL/$TESTFS1
54 typeset newdataset1="$TESTPOOL/$TESTFS1/$TESTFS/$TESTFS1"
61 log_must check_fs_version $TESTPOOL/$TESTFS1/$TESTFS/$TESTFS1 1
62 for fs in $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS1/$TESTFS ; do
H A Dzfs_create_004_pos.ksh47 datasetexists $TESTPOOL/$TESTFS1 && \
48 log_must $ZFS destroy -f $TESTPOOL/$TESTFS1
59 log_must $ZFS create -o ${RW_FS_PROP[$i]} $TESTPOOL/$TESTFS1
60 datasetexists $TESTPOOL/$TESTFS1 || \
61 log_fail "zfs create $TESTPOOL/$TESTFS1 fail."
62 propertycheck $TESTPOOL/$TESTFS1 ${RW_FS_PROP[i]} || \
64 log_must $ZFS destroy -f $TESTPOOL/$TESTFS1
H A Dzfs_create_009_neg.ksh90 "-s $TESTPOOL/$TESTFS1" "-b 1092 $TESTPOOL/$TESTFS1" \
91 "-b 64k $TESTPOOL/$TESTFS1" "-s -b 32k $TESTPOOL/$TESTFS1" \
114 $TESTPOOL/$TESTFS1
116 $TESTPOOL/$TESTFS1
122 log_mustnot $ZFS create -o ${VOL_ONLY_PROP[i]} $TESTPOOL/$TESTFS1
123 log_mustnot $ZFS create -p -o ${VOL_ONLY_PROP[i]} $TESTPOOL/$TESTFS1
H A Dzfs_create_005_pos.ksh47 datasetexists $TESTPOOL/$TESTFS1 && \
48 log_must $ZFS destroy -f $TESTPOOL/$TESTFS1
67 log_must $ZFS create $opts $TESTPOOL/$TESTFS1
68 datasetexists $TESTPOOL/$TESTFS1 || \
69 log_fail "zfs create $TESTPOOL/$TESTFS1 fail."
74 propertycheck $TESTPOOL/$TESTFS1 ${RW_FS_PROP[i]} || \
H A Dzfs_create_011_pos.ksh46 if datasetexists $TESTPOOL/$TESTFS1 ; then
47 log_must $ZFS destroy -rf $TESTPOOL/$TESTFS1
53 typeset newdataset1="$TESTPOOL/$TESTFS1/$TESTFS/$TESTFS1"
54 typeset newdataset2="$TESTPOOL/$TESTFS1/$TESTFS/$TESTVOL1"
H A Dzfs_create_008_neg.ksh49 if datasetexists $TESTPOOL/$TESTFS1 ; then
50 log_must $ZFS destroy -f $TESTPOOL/$TESTFS1
96 log_mustnot $ZFS create ${args[i]} $TESTPOOL/$TESTFS1
97 log_mustnot $ZFS create -p ${args[i]} $TESTPOOL/$TESTFS1
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_offline/
H A Dzpool_offline_002_neg.ksh45 "-t $TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \
47 "-t $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
51 "-f $TESTPOOL/$TESTCTR" "-f $TESTPOOL/$TESTCTR/$TESTFS1" \
53 "-f $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
58 "-ft $TESTPOOL/$TESTCTR" "-ft $TESTPOOL/$TESTCTR/$TESTFS1" \
60 "-ft $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
65 "-tf $TESTPOOL/$TESTCTR" "-tf $TESTPOOL/$TESTCTR/$TESTFS1" \
67 "-tf $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
71 "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTCTR/$TESTFS1" \
73 "$TESTPOOL/$TESTCTR/$TESTFS1
[all...]
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_006_pos.ksh52 datasetexists $TESTPOOL/$TESTFS1 && \
53 cleanup_filesystem $TESTPOOL $TESTFS1
92 log_must $ZFS create $TESTPOOL/$TESTFS1
94 unmounted $TESTPOOL/$TESTFS1 || \
95 log_must force_unmount $TESTPOOL/$TESTFS1
103 log_must $ZFS set mountpoint=$mtpt $TESTPOOL/$TESTFS1
104 log_mustnot $ZFS $mountcmd $TESTPOOL/$TESTFS1
106 unmounted $TESTPOOL/$TESTFS1 || \
107 log_fail "Filesystem $TESTPOOL/$TESTFS1 is mounted."
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_006_pos.ksh102 log_must $ZFS create $TESTPOOL/$TESTFS1
106 log_must $DD if=/dev/urandom of=/$TESTPOOL/$TESTFS1/file$block_size \
108 log_must $ZFS snapshot $TESTPOOL/$TESTFS1@snap$block_size
111 full_snapshot="$TESTPOOL/$TESTFS1@snap64"
112 increamental_snapshot="$TESTPOOL/$TESTFS1@snap256"
158 log_must $ZFS destroy -r $TESTPOOL/$TESTFS1
161 datasets="$TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS1/$TESTFS2
162 $TESTPOOL/$TESTFS1/$TESTFS2/$TESTFS3"
164 log_must $ZFS create -p $TESTPOOL/$TESTFS1/
[all...]
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_snapshot/
H A Dzfs_snapshot_009_pos.ksh38 datasets="$TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS2
43 {1..$(($ZFS_MAX_DATASET_NAME_LEN - ${#TESTPOOL} - ${#TESTFS1} - 3))})
45 invalid_args=("$TESTPOOL/$TESTFS1@now $TESTPOOL/$TESTFS2@now \
46 $TESTPOOL/$TESTFS@blah?" "$TESTPOOL/$TESTFS1@blah* \
48 "$TESTPOOL/$TESTFS1@x$SNAPSHOT_XXX $TESTPOOL/$TESTFS2@300 \
51 valid_args=("$TESTPOOL/$TESTFS1@snap $TESTPOOL/$TESTFS2@snap \
52 $TESTPOOL/$TESTFS3@snap" "$TESTPOOL/$TESTFS1@$SNAPSHOT_XXX \
106 log_mustnot $ZFS snapshot -r $TESTPOOL/$TESTFS1@snap1 $TESTPOOL/$TESTFS2@snap1 \
110 log_must $ZFS snapshot -r $TESTPOOL/$TESTFS1@snap1 $TESTPOOL/$TESTFS2@snap1 \
/titanic_52/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_cp_001_pos.ksh48 if datasetexists $TESTPOOL/$TESTFS1; then
49 log_must $ZFS destroy -f $TESTPOOL/$TESTFS1
58 log_note "Create the second zfs file system: $TESTPOOL/$TESTFS1."
59 log_must $ZFS create $TESTPOOL/$TESTFS1
60 log_must $ZFS set mountpoint=$TESTDIR1 $TESTPOOL/$TESTFS1
61 log_must $ZFS set aclmode=passthrough $TESTPOOL/$TESTFS1
H A Dzfs_acl_cp_002_pos.ksh49 if datasetexists $TESTPOOL/$TESTFS1; then
50 log_must $ZFS destroy -f $TESTPOOL/$TESTFS1
59 log_note "Create the second zfs file system: $TESTPOOL/$TESTFS1."
60 log_must $ZFS create $TESTPOOL/$TESTFS1
61 log_must $ZFS set mountpoint=$TESTDIR1 $TESTPOOL/$TESTFS1
62 log_must $ZFS set aclmode=passthrough $TESTPOOL/$TESTFS1
/titanic_52/usr/src/test/zfs-tests/tests/functional/replacement/
H A Dreplacement_003_pos.ksh120 log_must $ZFS umount $TESTPOOL1/$TESTFS1
121 log_must $ZDB -cdui $TESTPOOL1/$TESTFS1
122 log_must $ZFS mount $TESTPOOL1/$TESTFS1
135 log_must $ZFS create $TESTPOOL1/$TESTFS1
136 log_must $ZFS set mountpoint=$TESTDIR1 $TESTPOOL1/$TESTFS1
151 log_must $ZFS create $TESTPOOL1/$TESTFS1
152 log_must $ZFS set mountpoint=$TESTDIR1 $TESTPOOL1/$TESTFS1
H A Dreplacement_002_pos.ksh122 log_must $ZFS umount $TESTPOOL1/$TESTFS1
123 log_must $ZDB -cdui $TESTPOOL1/$TESTFS1
124 log_must $ZFS mount $TESTPOOL1/$TESTFS1
144 log_must $ZFS create $TESTPOOL1/$TESTFS1
145 log_must $ZFS set mountpoint=$TESTDIR1 $TESTPOOL1/$TESTFS1
162 log_must $ZFS create $TESTPOOL1/$TESTFS1
163 log_must $ZFS set mountpoint=$TESTDIR1 $TESTPOOL1/$TESTFS1
/titanic_52/usr/src/test/zfs-tests/tests/functional/reservation/
H A Dreservation_013_pos.sh68 OBJ_LIST="$TESTPOOL/$TESTFS1/$TESTFS2 $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTVOL \
71 log_must $ZFS create $TESTPOOL/$TESTFS1
72 log_must $ZFS create $TESTPOOL/$TESTFS1/$TESTFS2
90 log_must $ZFS set reservation=$resv_set $TESTPOOL/$TESTFS1
91 log_must $ZFS set reservation=$resv_set $TESTPOOL/$TESTFS1/$TESTFS2
H A Dreservation_010_pos.sh59 datasetexists $TESTPOOL/$TESTFS1 && \
60 log_must $ZFS destroy $TESTPOOL/$TESTFS1
68 log_must $ZFS create $TESTPOOL/$TESTFS1
80 log_must $ZFS set reservation=$resv_size_set $TESTPOOL/$TESTFS1
95 log_must $ZFS destroy -f $TESTPOOL/$TESTFS1
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_012_pos.ksh109 log_must $ZFS create $pool/$TESTFS/$TESTCTR/$TESTFS1
110 log_must $ZFS create $pool/$TESTFS/$TESTCTR/$TESTCTR1/$TESTFS1
111 log_must $ZFS create $pool/$TESTFS/$TESTFS1
112 log_must $ZFS snapshot $pool/$TESTFS/$TESTFS1@snap
113 log_must $ZFS clone $pool/$TESTFS/$TESTFS1@snap $pool/$TESTCLONE1
116 typeset mount_fs="$TESTFS $TESTFS/$TESTFS1 $TESTCLONE1 \
117 $TESTFS/$TESTCTR/$TESTFS1 $TESTFS/$TESTCTR/$TESTCTR1/$TESTFS1"
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_online/
H A Dzpool_online_002_neg.ksh44 "-t $TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \
46 "-t $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
50 "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTCTR/$TESTFS1" \
52 "$TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" "$TESTPOOL/$TESTVOL $DISKLIST" \
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_replace/
H A Dzpool_replace_001_neg.ksh45 "$TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \
47 "$TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
54 "-f $TESTPOOL/$TESTCTR" "-f $TESTPOOL/$TESTCTR/$TESTFS1" \
56 "-f $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_attach/
H A Dzpool_attach_001_neg.ksh45 "$TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \
47 "$TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
54 "-f $TESTPOOL/$TESTCTR" "-f $TESTPOOL/$TESTCTR/$TESTFS1" \
56 "-f $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \

12345