Re: [ceph-users] RBD import format 1 & 2

2014-07-27 Thread Stuart Longland
On 25/07/14 23:55, Campbell, Bill wrote: > Unfortunately I don’t think qemu-img supports outputting to stdout, so > this will have to be a two-step process. No, but if I recall correctly, you can tell qemu-img to write to /dev/stdout and pipe that to rbd import. So it can be coerced into doing

Re: [ceph-users] RBD import format 1 & 2

2014-07-25 Thread Campbell, Bill
...@lists.ceph.com] On Behalf Of NEVEU Stephane Sent: Friday, July 25, 2014 8:57 AM To: NEVEU Stephane; ceph-users@lists.ceph.com Subject: Re: [ceph-users] RBD import format 1 & 2 I finally reconverted my only “format 1” image into format 2 so now everything is in format 2, but I’m still confused, my vm d

Re: [ceph-users] RBD import format 1 & 2

2014-07-25 Thread NEVEU Stephane
? De : ceph-users [mailto:ceph-users-boun...@lists.ceph.com] De la part de NEVEU Stephane Envoyé : vendredi 25 juillet 2014 13:45 À : ceph-users@lists.ceph.com Objet : [ceph-users] RBD import format 1 & 2 Hi all, One quick question about image format 1 & 2 : I've got a img.qcow2 and

[ceph-users] RBD import format 1 & 2

2014-07-25 Thread NEVEU Stephane
Hi all, One quick question about image format 1 & 2 : I've got a img.qcow2 and I want to convert it : The first solution is qemu-img convert -f qcow2 -O rbd img.qcow2 rbd:/mypool/myimage As far as I understood It will converted into format 1 which is the default one so I won't be able to clo