Re: [libvirt-users] creation of storage volume fails

2012-05-07 Thread Alex Jia
On 05/08/2012 09:58 AM, John Wayne wrote: hi, i am getting this error below when i try to create a storage volume: libvirt.virStoragePool.CreateXML(storagepoolobject,xmldesc,0) AttributeError: class virStoragePool has no attribute 'CreateXML' Please see the above error message carefully, you

Re: [libvirt-users] creation of storage volume fails

2012-05-07 Thread John Wayne
i figured out the problem, i had to change CreateXML to createXML From: John Wayne To: "libvirt-users@redhat.com" Sent: Monday, May 7, 2012 6:58 PM Subject: [libvirt-users] creation of storage volume fails hi, i am getting this error below whe

[libvirt-users] creation of storage volume fails

2012-05-07 Thread John Wayne
hi, i am getting this error below when i try to create a storage volume:     libvirt.virStoragePool.CreateXML(storagepoolobject,xmldesc,0) AttributeError: class virStoragePool has no attribute 'CreateXML' my code is: xmldesc="xml description of storage volume which i got from sudo virsh vol-dump