Home
last modified time | relevance | path

Searched refs:TESTPOOL (Results 1 – 25 of 1017) sorted by relevance

12345678910>>...41

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_004_neg.ksh56 $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTVOL \
59 $TESTPOOL/$TESTCTR1 $TESTPOOL/$TESTVOL \
61 $TESTPOOL/$TESTCTR1 $TESTPOOL/$TESTFS1 \
67 $TESTPOOL/$TESTVOL $TESTPOOL/$TESTCTR1 \
69 $TESTPOOL/$TESTVOL $TESTPOOL/$TESTFS1 \
75 $TESTPOOL/$TESTFS1 $TESTPOOL/${TESTFS1}%c \
76 $TESTPOOL/$TESTFS1 $TESTPOOL/${TESTFS1}%d \
77 $TESTPOOL/$TESTFS1 $TESTPOOL/${TESTFS1}%x \
78 $TESTPOOL/$TESTFS1 $TESTPOOL/${TESTFS1}%p \
79 $TESTPOOL/$TESTFS1 $TESTPOOL/${TESTFS1}%s \
[all …]
H A Dzfs_rename_mountpoint.ksh37 zfs destroy -fR $TESTPOOL/rename_test
38 zfs destroy -fR $TESTPOOL/renamed
44 log_must zfs create $TESTPOOL/rename_test
49 if ! ismounted $TESTPOOL/rename_test; then
62 log_must zfs rename $TESTPOOL/rename_test $TESTPOOL/renamed
64 log_mustnot zfs list $TESTPOOL/rename_test
69 log_must zfs list $TESTPOOL/renamed
70 log_must zfs list $TESTPOOL/renamed/ds
71 log_must zfs list $TESTPOOL/renamed/child
74 if ! ismounted $TESTPOOL/renamed; then
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_mixed_raw.ksh81 log_must eval "zfs send -i $TESTPOOL/$TESTFS1@1 $TESTPOOL/$TESTFS1@2 |" \
83 log_must eval "zfs send -w -i $TESTPOOL/$TESTFS2@1 $TESTPOOL/$TESTFS2@2 |" \
86 log_mustnot eval "zfs send -w -i $TESTPOOL/$TESTFS1@2 $TESTPOOL/$TESTFS1@3 |" \
88 log_mustnot eval "zfs send -w -i $TESTPOOL/$TESTFS2@2 $TESTPOOL/$TESTFS2@3 |" \
95 log_must zfs bookmark $TESTPOOL/$TESTFS1@1 $TESTPOOL/$TESTFS1#b1
96 log_must zfs bookmark $TESTPOOL/$TESTFS1@2 $TESTPOOL/$TESTFS1#b2
102 log_must zfs bookmark $TESTPOOL/$TESTFS2@1 $TESTPOOL/$TESTFS2#b1
108 log_must eval "zfs send -i $TESTPOOL/$TESTFS1#b1 $TESTPOOL/$TESTFS1@2 |" \
110 log_must eval "zfs send -w -i $TESTPOOL/$TESTFS2#b1 $TESTPOOL/$TESTFS2@2 |" \
114 "$TESTPOOL/$TESTFS1@3 | zfs receive $TESTPOOL/$TESTFS2"
[all …]
H A Dsend_encrypted_files.ksh48 datasetexists $TESTPOOL/$TESTFS2 && \
49 log_must zfs destroy -r $TESTPOOL/$TESTFS2
50 datasetexists $TESTPOOL/recv && \
51 log_must zfs destroy -r $TESTPOOL/recv
59 typeset keyfile=/$TESTPOOL/pkey
60 typeset sendfile=/$TESTPOOL/sendfile
61 typeset sendfile2=/$TESTPOOL/sendfile2
69 log_must touch /$TESTPOOL/$TESTFS2/empty
75 log_must mkdir -p /$TESTPOOL/$TESTFS2/dir
89 log_must touch /$TESTPOOL/$TESTFS2/attrs
[all …]
H A Dsend-L_toggle.ksh49 log_must zfs send -c $TESTPOOL/fs@snap | zfs recv $TESTPOOL/recv/noL-noL
50 log_must zfs send -c -i @snap $TESTPOOL/fs@snap2| zfs recv $TESTPOOL/recv/noL-noL
51 log_must diff /$TESTPOOL/fs/file /$TESTPOOL/recv/noL-noL/file
53 log_must zfs send -c -L $TESTPOOL/fs@snap | zfs recv $TESTPOOL/recv/L-L
54 log_must zfs send -c -L -i @snap $TESTPOOL/fs@snap2 | zfs recv $TESTPOOL/recv/L-L
55 log_must diff /$TESTPOOL/fs/file /$TESTPOOL/recv/L-L/file
57 log_must zfs send -c $TESTPOOL/fs@snap | zfs recv $TESTPOOL/recv/noL-L
58 log_must zfs send -c -L -i @snap $TESTPOOL/fs@snap2 | zfs recv $TESTPOOL/recv/noL-L
59 log_must diff /$TESTPOOL/fs/file /$TESTPOOL/recv/noL-L/file
61 log_must zfs send -c -L $TESTPOOL/fs@snap | zfs recv $TESTPOOL/recv/L-noL
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_offline/
H A Dzpool_offline_002_neg.ksh49 "-t $TESTPOOL" "-t $TESTPOOL/$TESTFS" "-t $TESTPOOL/$TESTFS $DISKLIST" \
50 "-t $TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \
51 "-t $TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \
55 "-f $TESTPOOL" "-f $TESTPOOL/$TESTFS" "-f $TESTPOOL/$TESTFS $DISKLIST" \
56 "-f $TESTPOOL/$TESTCTR" "-f $TESTPOOL/$TESTCTR/$TESTFS1" \
57 "-f $TESTPOOL/$TESTCTR $DISKLIST" "-f $TESTPOOL/$TESTVOL" \
61 "-ft $TESTPOOL" "-ft $TESTPOOL/$TESTFS" \
68 "-tf $TESTPOOL" "-tf $TESTPOOL/$TESTFS" \
75 "$TESTPOOL" "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTFS $DISKLIST" \
76 "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTCTR/$TESTFS1" \
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_nested.ksh39 log_must zfs destroy -fR $TESTPOOL/a
40 log_must zfs destroy -fR $TESTPOOL/b
41 log_must zfs destroy -fR $TESTPOOL/c
48 typeset mountpoint=/$TESTPOOL/mnt
76 if ! ismounted $TESTPOOL/$ds; then
91 if ismounted $TESTPOOL/$ds; then
121 if ismounted $TESTPOOL/$ds; then
151 if ismounted $TESTPOOL/$ds; then
181 if ismounted $TESTPOOL/$ds; then
190 log_must zpool export $TESTPOOL
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_promote/
H A Dzfs_promote_encryptionroot.ksh70 log_must verify_encryption_root $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS1
71 log_must verify_encryption_root $TESTPOOL/clone1 $TESTPOOL/$TESTFS1
72 log_must verify_encryption_root $TESTPOOL/clone2 $TESTPOOL/$TESTFS1
78 log_must verify_encryption_root $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS1
79 log_must verify_encryption_root $TESTPOOL/clone1 $TESTPOOL/$TESTFS1
80 log_must verify_encryption_root $TESTPOOL/clone2 $TESTPOOL/$TESTFS1
86 log_must verify_encryption_root $TESTPOOL/$TESTFS1 $TESTPOOL/clone2
87 log_must verify_encryption_root $TESTPOOL/clone1 $TESTPOOL/clone2
88 log_must verify_encryption_root $TESTPOOL/clone2 $TESTPOOL/clone2
90 log_must verify_encryption_root $TESTPOOL/clone1/child1 $TESTPOOL/clone2
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_007_neg.ksh49 "-R $TESTDIR $TESTPOOL" "-m nodir $TESTPOOL $DISK0" \
50 "-R nodir $TESTPOOL $DISK0" "-m nodir -R nodir $TESTPOOL $DISK0" \
53 "-blah" "$TESTPOOL" "$TESTPOOL blah" "$TESTPOOL c?t0d0" \
54 "$TESTPOOL c0txd0" "$TESTPOOL c0t0dx" "$TESTPOOL cxtxdx" \
55 "$TESTPOOL mirror" "$TESTPOOL raidz" "$TESTPOOL mirror raidz" \
56 "$TESTPOOL raidz1" "$TESTPOOL mirror raidz1" \
57 "$TESTPOOL draid1" "$TESTPOOL mirror draid1" \
58 "$TESTPOOL mirror c?t?d?" "$TESTPOOL mirror $DISK0 c0t1d?" \
62 "$TESTPOOL RAIDZ1 $DISK0 $DISK1" "$TESTPOOL MIRROR $DISK0" \
63 "$TESTPOOL DRAID $DISK1 $DISK2 $DISK3" "$TESTPOOL raidz $DISK0" \
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_change-key/
H A Dzfs_change-key_clones.ksh56 log_must zfs clone $TESTPOOL/$TESTFS1/child@1 $TESTPOOL/$TESTFS1/clone1
57 log_must zfs clone $TESTPOOL/$TESTFS1/child@1 $TESTPOOL/$TESTFS1/clone2
62 log_must verify_encryption_root $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS1
63 log_must verify_encryption_root $TESTPOOL/$TESTFS1/child $TESTPOOL/$TESTFS1/child
72 log_must verify_encryption_root $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS1
73 log_must verify_encryption_root $TESTPOOL/$TESTFS1/child $TESTPOOL/$TESTFS1
74 log_must verify_encryption_root $TESTPOOL/$TESTFS1/clone1 $TESTPOOL/$TESTFS1
75 log_must verify_encryption_root $TESTPOOL/$TESTFS1/clone2 $TESTPOOL/$TESTFS1
76 log_must verify_encryption_root $TESTPOOL/$TESTFS1/child/A $TESTPOOL/$TESTFS1
77 log_must verify_encryption_root $TESTPOOL/$TESTFS1/clone1/B $TESTPOOL/$TESTFS1
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy_draid_spare3.ksh75 setup_test_env $TESTPOOL $draid $children
114 log_must zpool detach $TESTPOOL $BASEDIR/vdev7
165 resilver_cksum=$(cksum_pool $TESTPOOL)
167 log_must zpool status -v $TESTPOOL
172 log_must zpool scrub -w $TESTPOOL
175 log_must zpool scrub -w $TESTPOOL
177 log_must wait_scrubbed $TESTPOOL
181 log_must is_pool_scrubbed $TESTPOOL
183 scrub_cksum=$(cksum_pool $TESTPOOL)
185 log_must zpool status -v $TESTPOOL
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_keylocation.ksh47 datasetexists $TESTPOOL/$TESTFS1 && \
59 log_mustnot zfs set keylocation=/$TESTPOOL/pkey $TESTPOOL/$TESTFS
60 log_mustnot zfs set keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS
64 -o keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1
68 log_mustnot zfs set keylocation=/$TESTPOOL/pkey $TESTPOOL/$TESTFS1
74 log_must zfs set keylocation=/$TESTPOOL/pkey $TESTPOOL/$TESTFS1
77 log_must zfs set keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1
78 log_must verify_keylocation $TESTPOOL/$TESTFS1 "file:///$TESTPOOL/pkey"
86 log_must rm /$TESTPOOL/pkey
95 log_mustnot zfs set keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1/child
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_attach/
H A Dzpool_attach_001_neg.ksh46 DISKLIST=$(get_disklist $TESTPOOL)
49 "$TESTPOOL" "-t $TESTPOOL/$TESTFS" "-t $TESTPOOL/$TESTFS $DISKLIST" \
50 "$TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \
51 "$TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \
52 "$TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
53 "$TESTPOOL/$TESTVOL $DISKLIST" \
56 "$TESTPOOL fakedevice" "$TESTPOOL $DISKLIST" \
58 "-f $TESTPOOL" "-f $TESTPOOL/$TESTFS" "-f $TESTPOOL/$TESTFS $DISKLIST" \
59 "-f $TESTPOOL/$TESTCTR" "-f $TESTPOOL/$TESTCTR/$TESTFS1" \
60 "-f $TESTPOOL/$TESTCTR $DISKLIST" "-f $TESTPOOL/$TESTVOL" \
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_replace/
H A Dzpool_replace_001_neg.ksh46 DISKLIST=$(get_disklist $TESTPOOL)
49 "$TESTPOOL" "-t $TESTPOOL/$TESTFS" "-t $TESTPOOL/$TESTFS $DISKLIST" \
50 "$TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \
51 "$TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \
53 "$TESTPOOL/$TESTVOL $DISKLIST" \
56 "$TESTPOOL fakedevice" "$TESTPOOL $DISKLIST" \
58 "-f $TESTPOOL" "-f $TESTPOOL/$TESTFS" "-f $TESTPOOL/$TESTFS $DISKLIST" \
59 "-f $TESTPOOL/$TESTCTR" "-f $TESTPOOL/$TESTCTR/$TESTFS1" \
60 "-f $TESTPOOL/$TESTCTR $DISKLIST" "-f $TESTPOOL/$TESTVOL" \
62 "-f $TESTPOOL/$TESTVOL $DISKLIST" \
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_replay_fs_001.ksh70 log_must zfs create $TESTPOOL/$TESTFS
83 log_must zpool freeze $TESTPOOL
90 log_must touch /$TESTPOOL/$TESTFS/a
93 log_must mv /$TESTPOOL/$TESTFS/a /$TESTPOOL/$TESTFS/b
96 log_must touch /$TESTPOOL/$TESTFS/c
97 log_must ln -s /$TESTPOOL/$TESTFS/c /$TESTPOOL/$TESTFS/d
100 log_must touch /$TESTPOOL/$TESTFS/e
101 log_must ln /$TESTPOOL/$TESTFS/e /$TESTPOOL/$TESTFS/f
193 log_must zdb -iv $TESTPOOL/$TESTFS
195 log_must zpool export $TESTPOOL
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_016_pos.ksh32 datasetexists $TESTPOOL/$TESTFS1 && \
34 datasetexists $TESTPOOL/$TESTVOL && \
55 snapexists $TESTPOOL/$TESTFS1@snap$i || \
57 "$TESTPOOL/$TESTFS1@snap$i"
58 snapexists $TESTPOOL/$TESTVOL@snap$i || \
60 "$TESTPOOL/$TESTVOL@snap$i"
64 snapexists $TESTPOOL/$TESTFS1@snap$i && \
66 "$TESTPOOL/$TESTFS1@snap$i"
69 "$TESTPOOL/$TESTVOL@snap$i"
81 log_must zfs create $TESTPOOL/$TESTFS1
[all …]
H A Dzfs_destroy_015_pos.ksh33 datasetexists $TESTPOOL/$TESTFS1 && zfs destroy -R $TESTPOOL/$TESTFS1
34 datasetexists $TESTPOOL/$TESTFS2 && zfs destroy -R $TESTPOOL/$TESTFS2
42 zfs create $TESTPOOL/$TESTFS1
107 log_must zfs clone $TESTPOOL/$TESTFS1@snap$i $TESTPOOL/$TESTFS1/clone$i
118 log_must zfs create $TESTPOOL/$TESTFS2
123 long_arg=$TESTPOOL/$TESTFS1@snap1,$TESTPOOL/$TESTFS2@fs2snap,
138 log_must snapexists $TESTPOOL/$TESTFS1@snap3
149 long_arg=$long_arg$TESTPOOL/$TESTFS1@snap5
152 log_must snapexists $TESTPOOL/$TESTFS1@snap3
153 log_must snapexists $TESTPOOL/$TESTFS1@snap5
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Dauto_spare_multiple.ksh49 destroy_pool $TESTPOOL
91 log_must zpool create -f $TESTPOOL $type \
108 log_must zpool scrub $TESTPOOL
121 while is_pool_scrubbing $TESTPOOL || is_pool_resilvering $TESTPOOL; do
124 log_must zpool scrub $TESTPOOL
133 while is_pool_scrubbing $TESTPOOL || is_pool_resilvering $TESTPOOL; do
139 log_must zpool clear $TESTPOOL $FAULT_DEV1
140 log_must zpool clear $TESTPOOL $FAULT_DEV2
147 log_must check_state $TESTPOOL "" "ONLINE"
192 log_must zpool scrub $TESTPOOL
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_concurrent_shares.ksh55 unshare_fs $TESTPOOL/$TESTFS1/$fs
56 unshare_fs $TESTPOOL/$TESTFS2/$fs
57 unshare_fs $TESTPOOL/$TESTFS3/$fs
142 test_share $TESTPOOL/$TESTFS1/$fs &
145 test_share $TESTPOOL/$TESTFS2/$fs &
148 test_share $TESTPOOL/$TESTFS3/$fs &
163 unshare_fs $TESTPOOL/$TESTFS1/$fs &
165 unshare_fs $TESTPOOL/$TESTFS2/$fs &
167 unshare_fs $TESTPOOL/$TESTFS3/$fs &
186 is_shared $TESTPOOL/$TESTFS1/$fs || \
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_snapshot/
H A Dzfs_snapshot_009_pos.ksh42 datasets="$TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS2
43 $TESTPOOL/$TESTFS3"
49 invalid_args=("$TESTPOOL/$TESTFS1@now $TESTPOOL/$TESTFS2@now \
50 $TESTPOOL/$TESTFS@blah?" "$TESTPOOL/$TESTFS1@blah* \
51 $TESTPOOL/$TESTFS2@blah? $TESTPOOL/$TESTFS3@blah%" \
52 "$TESTPOOL/$TESTFS1@x$SNAPSHOT_XXX $TESTPOOL/$TESTFS2@300 \
55 valid_args=("$TESTPOOL/$TESTFS1@snap $TESTPOOL/$TESTFS2@snap \
56 $TESTPOOL/$TESTFS3@snap" "$TESTPOOL/$TESTFS1@$SNAPSHOT_XXX \
57 $TESTPOOL/$TESTFS2@2 $TESTPOOL/$TESTFS3@s")
113 $TESTPOOL/$TESTFS3@snap1 $TESTPOOL/TESTFS4@snap1
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_009_neg.ksh88 set -A args "$TESTPOOL/" "$TESTPOOL//blah" "$TESTPOOL/@blah" \
89 "$TESTPOOL/blah@blah" "$TESTPOOL/blah^blah" "$TESTPOOL/blah%blah" \
90 "$TESTPOOL/blah*blah" "$TESTPOOL/blah blah" \
91 "-s $TESTPOOL/$TESTFS1" "-b 1092 $TESTPOOL/$TESTFS1" \
92 "-b 64k $TESTPOOL/$TESTFS1" "-s -b 32k $TESTPOOL/$TESTFS1" \
93 "$TESTPOOL/$BYND_MAX_NAME" "$TESTPOOL/$BYND_NEST_LIMIT" \
94 "$TESTPOOL/." "$TESTPOOL/.." "$TESTPOOL/../blah" "$TESTPOOL/./blah" \
95 "$TESTPOOL/blah/./blah" "$TESTPOOL/blah/../blah"
104 log_mustnot zfs create $TESTPOOL
117 $TESTPOOL/$TESTFS1
[all …]
H A Dzfs_create_010_neg.ksh93 "-1gb $TESTPOOL/$TESTVOL1" "1g? $TESTPOOL/$TESTVOL1" \
94 "1.01BB $TESTPOOL/$TESTVOL1" "1%g $TESTPOOL/$TESTVOL1" \
95 "1g% $TESTPOOL/$TESTVOL1" "1g$ $TESTPOOL/$TESTVOL1" \
96 "$m $TESTPOOL/$TESTVOL1" "1m$ $TESTPOOL/$TESTVOL1" \
97 "1m! $TESTPOOL/$TESTVOL1" \
98 "1gbb $TESTPOOL/blah" "1blah $TESTPOOL/blah" "blah $TESTPOOL/blah" \
99 "$VOLSIZE $TESTPOOL" "$VOLSIZE $TESTPOOL/" "$VOLSIZE $TESTPOOL//blah"\
100 "$VOLSIZE $TESTPOOL/blah@blah" "$VOLSIZE $TESTPOOL/blah^blah" \
101 "$VOLSIZE $TESTPOOL/blah*blah" "$VOLSIZE $TESTPOOL/blah%blah" \
103 "1m -b $TESTPOOL/$TESTVOL1" "1m -b 11k $TESTPOOL/$TESTVOL1" \
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.list_clones.ksh39 log_must_program $TESTPOOL - <<-EOF
51 log_must_program $TESTPOOL - <<-EOF
64 create_clone $TESTPOOL/$TESTFS@$TESTSNAP $TESTPOOL/$TESTCLONE1
65 create_clone $TESTPOOL/$TESTFS@$TESTSNAP $TESTPOOL/$TESTCLONE2
66 create_clone $TESTPOOL/$TESTFS@$TESTSNAP $TESTPOOL/$TESTCLONE3
69 log_must_program $TESTPOOL - <<-EOF
71 a["$TESTPOOL/$TESTCLONE"] = false
72 a["$TESTPOOL/$TESTCLONE1"] = false
73 a["$TESTPOOL/$TESTCLONE2"] = false
74 a["$TESTPOOL/$TESTCLONE3"] = false
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_encrypted.ksh46 datasetexists $TESTPOOL/$TESTFS2 && \
48 datasetexists $TESTPOOL/$TESTFS1 && \
60 $TESTPOOL/$TESTFS2
62 "$TESTPOOL/$TESTFS1@now $TESTPOOL/$TESTFS2"
63 log_must zfs clone $TESTPOOL/$TESTFS1@now $TESTPOOL/$TESTFS2
64 log_must zfs clone $TESTPOOL/$TESTFS1@now $TESTPOOL/$TESTFS1/child
66 log_must verify_encryption_root $TESTPOOL/$TESTFS2 $TESTPOOL/$TESTFS1
67 log_must verify_encryption_root $TESTPOOL/$TESTFS1/child $TESTPOOL/$TESTFS1
69 log_must zfs unmount $TESTPOOL/$TESTFS1
79 log_must zfs mount $TESTPOOL/$TESTFS1
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/
H A Duserquota_011_pos.ksh51 for ds in $TESTPOOL/fs $TESTPOOL/fs-rename $TESTPOOL/fs-clone; do
70 $TESTPOOL >/dev/null 2>&1"
79 $TESTPOOL/fs@snap $TESTPOOL/fs-clone
82 $TESTPOOL >/dev/null 2>&1"
88 $TESTPOOL/fs-clone >/dev/null 2>&1"
94 $TESTPOOL >/dev/null 2>&1"
100 log_must zfs send $TESTPOOL/fs-clone@snap | zfs receive $TESTPOOL/fs-rev
103 $TESTPOOL >/dev/null 2>&1"
109 log_must zfs rename $TESTPOOL/fs-rev $TESTPOOL/fs-rename
112 $TESTPOOL >/dev/null 2>&1"
[all …]

12345678910>>...41