Home
last modified time | relevance | path

Searched refs:POOL2 (Results 1 – 25 of 42) sorted by relevance

12

/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Dsend-c_incremental.ksh35 log_onexit cleanup_pool $POOL2
45 log_must cmp_ds_cont $POOL $POOL2
51 cleanup_pool $POOL2
58 final=$(getds_with_suffix $POOL2 @final)
59 list="$final $(getds_with_suffix $POOL2 @snapA)"
60 list="$list $(getds_with_suffix $POOL2 @snapB)"
61 list="$list $(getds_with_suffix $POOL2 @snapC)"
67 dstlist=$(getds_with_suffix $POOL2 @final)
73 vol=$POOL2/$FS/vol
86 final=$(getds_with_suffix $POOL2/$FS @final)
[all …]
H A Drsend_004_pos.ksh49 log_onexit cleanup_pool $POOL2
61 srclist=$(getds_with_suffix $POOL2 @final)
62 interlist="$srclist $(getds_with_suffix $POOL2 @snapC)"
66 log_must eval "zfs send -R -i @init $POOL2@final > " \
72 dstlist=$(getds_with_suffix $POOL2 @final)
76 log_must cmp_ds_cont $POOL $POOL2
79 dstds=$(get_dst_ds $POOL $POOL2)
101 log_must cmp_ds_cont $POOL $POOL2
107 srclist=$(getds_with_suffix $POOL2/$FS/vol @final)
113 dstlist=$(getds_with_suffix $POOL2/$FS/vol @final)
[all …]
H A Drsend_002_pos.ksh48 log_onexit cleanup_pool $POOL2
54 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-R"
60 log_must eval "zfs send -I $POOL2@init $POOL2@final > " \
62 log_must destroy_tree $POOL2@final $POOL2@snapC $POOL2@snapA
63 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-init-final-I"
64 log_must cmp_ds_subs $POOL $POOL2
65 log_must cmp_ds_cont $POOL $POOL2
68 dstds=$(get_dst_ds $POOL $POOL2)
83 dataset=$POOL2/$FS/vol
89 log_must cmp_ds_subs $POOL $POOL2
[all …]
H A Drsend_003_pos.ksh48 log_onexit cleanup_pool $POOL2
54 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-R"
60 log_must eval "zfs send -I $POOL2@psnap $POOL2/pclone@final > " \
62 log_must zfs destroy -rf $POOL2/pclone
64 log_must cmp_ds_subs $POOL $POOL2
65 log_must cmp_ds_cont $POOL $POOL2
68 dstds=$(get_dst_ds $POOL $POOL2)
86 ds=$POOL2/$FS
90 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/vol-clone-I"
91 log_must cmp_ds_subs $POOL $POOL2
[all …]
H A Drsend_005_pos.ksh49 log_onexit cleanup_pool $POOL2
61 log_must eval "zfs send -R -I @init $POOL2@final > " \
63 list=$(getds_with_suffix $POOL2 @snapA)
64 list="$list $(getds_with_suffix $POOL2 @snapB)"
65 list="$list $(getds_with_suffix $POOL2 @snapC)"
66 list="$list $(getds_with_suffix $POOL2 @final)"
69 log_must cmp_ds_cont $POOL $POOL2
72 dstds=$(get_dst_ds $POOL $POOL2)
95 vol=$POOL2/$FS/vol
100 log_must cmp_ds_subs $POOL $POOL2
[all …]
H A Drsend_010_pos.ksh48 log_onexit cleanup_pool $POOL2
50 log_must zfs create $POOL2/$FS
51 log_must zfs snapshot $POOL2/$FS@snap
56 log_must eval "zfs send -R $POOL2/$FS@snap > $BACKDIR/fs-R"
57 log_must eval "zfs receive -d -F $POOL2/$FS < $BACKDIR/fs-R"
63 list=$(zfs list -r -H -o name -t filesystem $POOL2/$FS)
73 log_must eval "zfs send -R $POOL2/$FS@snap > $BACKDIR/fs-R"
74 dstds=$(get_dst_ds $POOL2/$FS $POOL2/$FS)
H A Drsend_012_pos.ksh92 log_must cleanup_pool $POOL2
95 log_must edited_prop "set" $POOL2
100 log_must zfs inherit $prop $POOL2
118 log_must edited_prop "get" $POOL2
165 set -A pair "$POOL" "$POOL2" \
166 "$POOL/$FS" "$POOL2/$FS" \
167 "$POOL/$FS/fs1" "$POOL2/$FS/fs1" \
168 "$POOL/$FS/fs1/fs2" "$POOL2/$FS/fs1/fs2" \
169 "$POOL/pclone" "$POOL2/pclone" \
171 "$POOL/vol" "$POOL2/vol" \
[all …]
H A Dsend-c_lz4_disabled.ksh36 typeset send_ds=$POOL2/testds
41 poolexists $POOL2 && destroy_pool $POOL2
43 log_must zpool create $POOL2 $DISK2
47 datasetexists $POOL2 && log_must zpool destroy $POOL2
48 log_must zpool create -d $POOL2 $DISK2
H A Dsend-c_verify_contents.ksh34 log_onexit cleanup_pool $POOL2
38 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-final-R"
40 dstds=$(get_dst_ds $POOL $POOL2)
45 log_must cleanup_pool $POOL2
49 log_must eval "zfs receive -d $POOL2 < $BACKDIR/fs-final-R"
51 dstds=$(get_dst_ds $POOL/$FS $POOL2)
H A Drsend_001_pos.ksh48 log_onexit cleanup_pool $POOL2
54 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-final-R"
56 dstds=$(get_dst_ds $POOL $POOL2)
61 log_must cleanup_pool $POOL2
67 log_must eval "zfs receive -d $POOL2 < $BACKDIR/fs-final-R"
69 dstds=$(get_dst_ds $POOL/$FS $POOL2)
H A Drsend_014_pos.ksh34 log_onexit cleanup_pool $POOL2
39 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-final-R"
41 dstds=$(get_dst_ds $POOL $POOL2)
45 log_must cleanup_pool $POOL2
48 log_must eval "zfs receive -d $POOL2 < $BACKDIR/fs-final-R"
52 dstds=$(get_dst_ds $POOL/$FS $POOL2)
H A Dsend-c_props.ksh37 destroy_pool $POOL2
39 log_must zpool create $POOL2 $DISK2
56 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-final$opt"
59 log_must cmp_ds_prop $POOL$ds $POOL2$ds
60 log_must cmp_ds_prop $POOL$ds@final $POOL2$ds@final
H A Dsend-c_volume.ksh34 cleanup_pool $POOL2
43 typeset vol2="$POOL2/newvol"
45 typeset voldev2="/dev/zvol/rdsk/$POOL2/newvol"
60 log_must eval "zfs recv -d $POOL2 <$BACKDIR/full"
72 log_must eval "zfs recv -d $POOL2 <$BACKDIR/inc"
H A Drsend_008_pos.ksh69 origin=$(get_prop origin $POOL2)
71 log_must zfs promote $POOL2
73 log_must cleanup_pool $POOL2
90 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-final-R"
92 dstds=$(get_dst_ds $POOL $POOL2)
H A Drsend_013_pos.ksh52 cleanup_pool $POOL2
67 log_must eval "zfs receive -dF $POOL2 < $BACKDIR/pool-final-R"
79 log_must eval "zfs receive -dF $POOL2 < $BACKDIR/pool-final-destroy-IR"
81 dstds=$(get_dst_ds $POOL $POOL2)
H A Dsend-c_recv_lz4_disabled.ksh38 typeset send_ds=$POOL2/testds
43 poolexists $POOL2 && destroy_pool $POOL2
45 log_must zpool create $POOL2 $DISK2
H A Drsend_011_pos.ksh48 export __ZFS_POOL_RESTRICT="$POOL $POOL2"
52 log_must cleanup_pool $POOL2
94 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-R"
96 dstds=$(get_dst_ds $POOL $POOL2)
H A Dsend-c_stream_size_estimate.ksh32 typeset send_ds="$POOL2/testfs"
33 typeset send_vol="$POOL2/vol"
34 typeset send_voldev="/dev/zvol/rdsk/$POOL2/vol"
54 log_onexit cleanup_pool $POOL2
H A Drsend_006_pos.ksh57 log_must cleanup_pool $POOL2
76 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-final-R"
78 dstds=$(get_dst_ds $POOL $POOL2)
H A Dsend-c_mixed_compression.ksh33 log_onexit cleanup_pool $POOL2
35 send_ds=$POOL2/sendfs
36 recv_ds=$POOL2/recvfs
H A Dsend-c_embedded_blocks.ksh35 log_onexit cleanup_pool $POOL2
38 typeset sendfs=$POOL2/sendfs
39 typeset recvfs=$POOL2/recvfs
42 typeset recvfs2=$POOL2/recvfs2
H A Dsend-c_recv_dedup.ksh34 log_onexit cleanup_pool $POOL2
36 typeset sendfs=$POOL2/sendfs
37 typeset recvfs=$POOL2/recvfs
H A Dsend_encrypted_hierarchy.ksh42 log_must cleanup_pool $POOL2
60 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/fs-before-R"
61 dstds=$(get_dst_ds $POOL/$FS $POOL2)
82 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/fs-after-R"
H A Drsend_007_pos.ksh57 log_must cleanup_pool $POOL2
76 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-final-R"
77 dstds=$(get_dst_ds $POOL $POOL2)
H A Dsend-cD.ksh37 log_onexit cleanup_pool $POOL2
39 typeset sendfs=$POOL2/sendfs
40 typeset recvfs=$POOL2/recvfs

12