On 01/16/2012 02:09 AM, Harald Dunkel wrote: > On 01/13/12 02:13, Cole Robinson wrote: >> >> Thanks for the report and sorry about the regression. >> >> Can you provide --debug output of the failing command? >> > > Maybe the second attachment in my previous EMail was lost, > so here it is again. > Is that storage you are creating a logical volume? What's the output of virsh pool-list --all on the host you are cloning on? Also what's the output of this test script: $ cat test.py import libvirt conn = libvirt.open("qemu:///system") print conn.storageVolLookupByPath("/dev/storage/openSUSE-11.3-i386-template.vda.lv") Thanks, Cole