Re: [libvirt] [PATCH v2] Added new attribute accessmode to filesystem element

2010-10-14 Thread Eric Blake
On 10/14/2010 07:10 AM, Daniel Veillard wrote: otherwise, ACK. I was just a bit worried that if no model was given we always assume passthrough, but since that's what the QEMu backend implementation did so far and this doesn't affect other drivers, that's fine. Applied and pushed with that

Re: [libvirt] [PATCH v2] Added new attribute accessmode to filesystem element

2010-10-14 Thread Harsh Bora
On 10/14/2010 06:40 PM, Daniel Veillard wrote: On Thu, Oct 14, 2010 at 04:41:51PM +0530, Harsh Prateek Bora wrote: This patch introduces new attribute to filesystem element to support customizable access mode for mount type. Valid accessmode are: passthrough, mapped and squash. [...] @@ -1847,

Re: [libvirt] [PATCH v2] Added new attribute accessmode to filesystem element

2010-10-14 Thread Daniel Veillard
On Thu, Oct 14, 2010 at 04:41:51PM +0530, Harsh Prateek Bora wrote: > This patch introduces new attribute to filesystem element > to support customizable access mode for mount type. > Valid accessmode are: passthrough, mapped and squash. [...] > @@ -1847,6 +1853,7 @@ virDomainFSDefParseXML(xmlNodeP

[libvirt] [PATCH v2] Added new attribute accessmode to filesystem element

2010-10-14 Thread Harsh Prateek Bora
This patch introduces new attribute to filesystem element to support customizable access mode for mount type. Valid accessmode are: passthrough, mapped and squash. Usage: Here is the detailed explanation on these access modes: Access mode: mapped -