Re: [libvirt] ceps-based backing stores

2014-10-30 Thread Peter Krempa
On 10/30/14 01:15, Lyssa P. Livingston wrote: I have a file with an ceph-based backing store. I run this command: nova boot vm-clone where vm-clone is the rbd-backed file. It generates this command: qemu-img create -f qcow2 -b

Re: [libvirt] ceps-based backing stores

2014-10-30 Thread Lyssa P. Livingston
Thanks. I’ll be looking for the patch. Lyssa On Oct 30, 2014, at 03:03, Peter Krempa pkre...@redhat.com wrote: On 10/30/14 01:15, Lyssa P. Livingston wrote: I have a file with an ceph-based backing store. I run this command: nova boot vm-clone

[libvirt] ceps-based backing stores

2014-10-29 Thread Lyssa P. Livingston
I have a file with an ceph-based backing store. I run this command: nova boot vm-clone where vm-clone is the rbd-backed file. It generates this command: qemu-img create -f qcow2 -b rbd:rbdpool/disk/instance-0002.0.disk:conf=/etc/ceph/ceph.conf:id=admin -F raw