Re: [libvirt] [PATCH 02/10] Support leases in guest XML and lock manager

2011-05-27 Thread Daniel Veillard
On Thu, May 19, 2011 at 07:24:17AM -0400, Daniel P. Berrange wrote: A lock manager may operate in various modes. The direct mode of operation is to obtain locks based on the resources associated with devices in the XML. The indirect mode is where the app creating the domain provides explicit

Re: [libvirt] [PATCH 02/10] Support leases in guest XML and lock manager

2011-05-27 Thread Daniel Veillard
On Fri, May 27, 2011 at 04:31:36PM +0800, Daniel Veillard wrote: On Thu, May 19, 2011 at 07:24:17AM -0400, Daniel P. Berrange wrote: --- /dev/null +++ b/tests/qemuxml2argvdata/qemuxml2argv-lease.args @@ -0,0 +1,4 @@ +LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test /usr/bin/qemu

[libvirt] [PATCH 02/10] Support leases in guest XML and lock manager

2011-05-24 Thread Daniel P. Berrange
A lock manager may operate in various modes. The direct mode of operation is to obtain locks based on the resources associated with devices in the XML. The indirect mode is where the app creating the domain provides explicit leases for each resource that needs to be locked. This XML extension

[libvirt] [PATCH 02/10] Support leases in guest XML and lock manager

2011-05-19 Thread Daniel P. Berrange
A lock manager may operate in various modes. The direct mode of operation is to obtain locks based on the resources associated with devices in the XML. The indirect mode is where the app creating the domain provides explicit leases for each resource that needs to be locked. This XML extension