Re: [ceph-users] rbd snap protect error

2014-06-09 Thread Ignazio Cassano
Many thanks 2014-06-09 14:04 GMT+02:00 Wido den Hollander : > On 06/09/2014 02:00 PM, Ignazio Cassano wrote: > >> Many thanks... >> Can I create a format 2 image (with support for linear snapshot) using >> qemu-img command ? >> > > Yes: > > qemu-img create -f raw rbd:rbd/image1:rbd_default_form

Re: [ceph-users] rbd snap protect error

2014-06-09 Thread Wido den Hollander
On 06/09/2014 02:00 PM, Ignazio Cassano wrote: Many thanks... Can I create a format 2 image (with support for linear snapshot) using qemu-img command ? Yes: qemu-img create -f raw rbd:rbd/image1:rbd_default_format=2 10G 'rbd_default_format' is a Ceph setting which is passed down to librbd d

Re: [ceph-users] rbd snap protect error

2014-06-09 Thread Ignazio Cassano
Many thanks... Can I create a format 2 image (with support for linear snapshot) using qemu-img command ? 2014-06-09 13:05 GMT+02:00 Ilya Dryomov : > On Mon, Jun 9, 2014 at 3:01 PM, Ignazio Cassano > wrote: > > Hi all, > > I installed cep firefly and now I am playing with rbd snapshot. > > I cr

Re: [ceph-users] rbd snap protect error

2014-06-09 Thread Ilya Dryomov
On Mon, Jun 9, 2014 at 3:01 PM, Ignazio Cassano wrote: > Hi all, > I installed cep firefly and now I am playing with rbd snapshot. > I created a pool (libvirt-pool) with two images: > > libvirtimage1 (format 1) > image2 (format 2). > > When I try to protect the first image: > > rbd --pool libvirt-

[ceph-users] rbd snap protect error

2014-06-09 Thread Ignazio Cassano
Hi all, I installed cep firefly and now I am playing with rbd snapshot. I created a pool (libvirt-pool) with two images: libvirtimage1 (format 1) image2 (format 2). When I try to protect the first image: rbd --pool libvirt-pool snap protect --image libvirtimage1 --snap libvirt-snap it gives me