[sheepdog-users] about vdi read

Liu Yuan namei.unix at gmail.com
Thu Mar 14 08:34:09 CET 2013


On 03/13/2013 05:35 PM, Valerio Pachera wrote:
> Hi all,
> 
> correct me if I'm wrong
> 
>   collie vdi read test > test.raw
>   equal to
>   qemu-img convert -O raw sheepdog:test test.raw
> 
>   collie vdi read  --snapshot 2 test > test_snap2.raw
>   it works
>   qemu-img convert -O qcow2 -s 2 sheepdog:squeeze sdb1/squeeze_snap2.qcow2

You should use
 $ qemu-img convert -O qcow2 sheepdog:squeeze:2 sdb1/squeeze_snap2.qcow2

Thanks,
Yuan



More information about the sheepdog-users mailing list