Re: [libvirt] [PATCH] storage: Fix volume cloning for logical volume.

2013-04-04 Thread Ján Tomko
On 04/04/2013 07:15 AM, Atsushi Kumagai wrote: > When creating a logical volume with virStorageVolCreateXMLFrom, > "qemu-img convert" is called internally if clonevol is a file volume. > Then, vol->target.format is used as output_fmt parameter but the > target.format of logical volumes is always 0

[libvirt] [PATCH] storage: Fix volume cloning for logical volume.

2013-04-03 Thread Atsushi Kumagai
When creating a logical volume with virStorageVolCreateXMLFrom, "qemu-img convert" is called internally if clonevol is a file volume. Then, vol->target.format is used as output_fmt parameter but the target.format of logical volumes is always 0 because logical volumes haven't the volume format typ