Home
last modified time | relevance | path

Searched refs:send_vol (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Dsend-c_stream_size_estimate.ksh33 typeset send_vol="$POOL2/vol"
60 datasetexists $send_vol && log_must zfs destroy -r $send_vol
62 log_must zfs create -V 1g -o compress=$compress $send_vol
68 log_must zfs snapshot $send_vol@snap
75 typeset vol_size=$(get_estimated_size "zfs send -nP $send_vol@snap")
76 typeset vol_lrefer=$(get_prop lrefer $send_vol)
85 typeset vol_csize=$(get_estimated_size "zfs send -nP -c $send_vol@snap")
86 typeset vol_refer=$(get_prop refer $send_vol)