Re: [libvirt] [PATCH] phyp: Don't do a flags check in the storage driver

2010-11-12 Thread Daniel P. Berrange
On Fri, Nov 12, 2010 at 08:24:53AM -0700, Eric Blake wrote: > On 11/12/2010 06:03 AM, Matthias Bolte wrote: > > This makes the storage driver fail when the connection is > > opened with the VIR_CONNECT_RO flag, resulting in a read-only > > connection with no storage driver. > > --- > > src/phyp/ph

Re: [libvirt] [PATCH] phyp: Don't do a flags check in the storage driver

2010-11-12 Thread Eric Blake
On 11/12/2010 06:03 AM, Matthias Bolte wrote: > This makes the storage driver fail when the connection is > opened with the VIR_CONNECT_RO flag, resulting in a read-only > connection with no storage driver. > --- > src/phyp/phyp_driver.c |4 +--- > 1 files changed, 1 insertions(+), 3 deletions

Re: [libvirt] [PATCH] phyp: Don't do a flags check in the storage driver

2010-11-12 Thread Matthias Bolte
2010/11/12 Daniel P. Berrange : > On Fri, Nov 12, 2010 at 02:03:34PM +0100, Matthias Bolte wrote: >> This makes the storage driver fail when the connection is >> opened with the VIR_CONNECT_RO flag, resulting in a read-only >> connection with no storage driver. >> --- >>  src/phyp/phyp_driver.c |  

Re: [libvirt] [PATCH] phyp: Don't do a flags check in the storage driver

2010-11-12 Thread Daniel P. Berrange
On Fri, Nov 12, 2010 at 02:03:34PM +0100, Matthias Bolte wrote: > This makes the storage driver fail when the connection is > opened with the VIR_CONNECT_RO flag, resulting in a read-only > connection with no storage driver. > --- > src/phyp/phyp_driver.c |4 +--- > 1 files changed, 1 insertio

[libvirt] [PATCH] phyp: Don't do a flags check in the storage driver

2010-11-12 Thread Matthias Bolte
This makes the storage driver fail when the connection is opened with the VIR_CONNECT_RO flag, resulting in a read-only connection with no storage driver. --- src/phyp/phyp_driver.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/phyp/phyp_driver.c b/src/phyp/phyp_d