[libvirt] [PATCH] Add test for transient disk support in VMX files

2014-01-18 Thread Wout Mertens
From: Wout Mertens Adds test for transient disk translation in vmx files --- tests/vmx2xmldata/vmx2xml-harddisk-transient.vmx |6 + tests/vmx2xmldata/vmx2xml-harddisk-transient.xml | 25 ++ tests/vmx2xmltest.c |1 + 3 files changed

[libvirt] Add pool to domain xml

2014-01-02 Thread Wout Mertens
(Renamed subject from [PATCH] Support transient attribute on vmware disks) On Dec 27, 2013, at 22:59 , Eric Blake wrote: > On 12/27/2013 02:40 PM, Wout Mertens wrote: >> >> Otherwise it seems to me that this would be part of the general section, >> perhaps simply a “path”

[libvirt] [PATCH] Add test for transient disk support in VMX files

2013-12-30 Thread Wout Mertens
From: Wout Mertens Adds test for transient disk translation in vmx files --- tests/vmx2xmldata/vmx2xml-harddisk-transient.vmx |6 + tests/vmx2xmldata/vmx2xml-harddisk-transient.xml | 25 ++ tests/vmx2xmltest.c |1 + 3 files changed

Re: [libvirt] [PATCH] Support transient attribute on vmware disks

2013-12-27 Thread Wout Mertens
y a “path” node? Wout. On Dec 27, 2013, at 21:26 , Eric Blake wrote: > On 12/26/2013 04:02 PM, Wout Mertens wrote: > >> Workarounds I can think of: >> - Augment the domain xml description so it also defines the storage pool on >> which the created domain should reside >

Re: [libvirt] [PATCH] Support transient attribute on vmware disks

2013-12-26 Thread Wout Mertens
sense when you think about it - the disk is transient so the vm definition should be, too. Sadly you can’t specify a different datastore then. The third way is a bit of a middle ground but I wouldn’t know what device to use. Help! :-( Wout. On Dec 17, 2013, at 23:06 , Wout Mertens wrote: >

Re: [libvirt] [PATCH] Support transient attribute on vmware disks

2013-12-17 Thread Wout Mertens
Hi Eric, thank you very much for your assistance! I'll take a look at writing that test tomorrow. Wout. On Tue, Dec 17, 2013 at 10:24 PM, Eric Blake wrote: > On 12/17/2013 01:45 PM, Eric Blake wrote: > > On 12/17/2013 01:42 PM, Eric Blake wrote: > >> On 12/17/2013

[libvirt] [PATCH] Support transient attribute on vmware disks

2013-12-17 Thread Wout Mertens
From: Wout Mertens vmx/vmx.c ignores the transient attribute on the disk xml format. This patch adds a 1-1 relationship between it and [disk].mode = "independent-nonpersistent". The other modes are ignored as before. It works in my testing. https://bugzilla.redhat.com/show_bug.cgi?