Re: [libvirt-users] [libvirt] Creating a storage volume for raw format file

2016-05-04 Thread Paul Carlton
On 04/05/16 14:30, Cole Robinson wrote: On 05/04/2016 09:25 AM, Paul Carlton wrote: On 04/05/16 14:07, Cole Robinson wrote: On 05/04/2016 06:54 AM, Paul Carlton wrote: Hi I'm trying to create a volume in an existing storage pool using python by calling createXML() on the pool object. If th

Re: [libvirt-users] [libvirt] Creating a storage volume for raw format file

2016-05-04 Thread Cole Robinson
On 05/04/2016 09:25 AM, Paul Carlton wrote: > > > On 04/05/16 14:07, Cole Robinson wrote: >> On 05/04/2016 06:54 AM, Paul Carlton wrote: >>> Hi >>> >>> I'm trying to create a volume in an existing storage pool using python by >>> calling createXML() on the pool object. >>> If the file that is the

Re: [libvirt-users] [libvirt] Creating a storage volume for raw format file

2016-05-04 Thread Paul Carlton
On 04/05/16 14:07, Cole Robinson wrote: On 05/04/2016 06:54 AM, Paul Carlton wrote: Hi I'm trying to create a volume in an existing storage pool using python by calling createXML() on the pool object. If the file that is the subject of the new volume exists you get and error, also if it doesn

Re: [libvirt-users] [libvirt] Creating a storage volume for raw format file

2016-05-04 Thread Cole Robinson
On 05/04/2016 06:54 AM, Paul Carlton wrote: > Hi > > I'm trying to create a volume in an existing storage pool using python by > calling createXML() on the pool object. > If the file that is the subject of the new volume exists you get and error, > also if it doesn't exist > > I worked out that s

[libvirt-users] [libvirt] Creating a storage volume for raw format file

2016-05-04 Thread Paul Carlton
Hi I'm trying to create a volume in an existing storage pool using python by calling createXML() on the pool object. If the file that is the subject of the new volume exists you get and error, also if it doesn't exist I worked out that specifying path to copy of file works, seemingly b