Re: [libvirt] [PATCH v2 5/7] lock_driver_sanlock: Handle metadata flag gracefully

2018-08-21 Thread Daniel P . Berrangé
On Mon, Aug 20, 2018 at 07:29:30PM +0200, Michal Prívozník wrote: > On 08/20/2018 05:04 PM, Daniel P. Berrangé wrote: > > On Mon, Aug 20, 2018 at 03:59:23PM +0100, Daniel P. Berrangé wrote: > >> On Fri, Aug 17, 2018 at 10:49:12AM -0400, John Ferlan wrote: > >>> > >>> > >>> On 08/14/2018 07:19 AM,

Re: [libvirt] [PATCH v2 5/7] lock_driver_sanlock: Handle metadata flag gracefully

2018-08-20 Thread Michal Prívozník
On 08/20/2018 05:04 PM, Daniel P. Berrangé wrote: > On Mon, Aug 20, 2018 at 03:59:23PM +0100, Daniel P. Berrangé wrote: >> On Fri, Aug 17, 2018 at 10:49:12AM -0400, John Ferlan wrote: >>> >>> >>> On 08/14/2018 07:19 AM, Michal Privoznik wrote: No real support implemented here. But hey, at

Re: [libvirt] [PATCH v2 5/7] lock_driver_sanlock: Handle metadata flag gracefully

2018-08-20 Thread Daniel P . Berrangé
On Mon, Aug 20, 2018 at 03:59:23PM +0100, Daniel P. Berrangé wrote: > On Fri, Aug 17, 2018 at 10:49:12AM -0400, John Ferlan wrote: > > > > > > On 08/14/2018 07:19 AM, Michal Privoznik wrote: > > > No real support implemented here. But hey, at least we will not > > > fail. > > > > > >

Re: [libvirt] [PATCH v2 5/7] lock_driver_sanlock: Handle metadata flag gracefully

2018-08-20 Thread Daniel P . Berrangé
On Fri, Aug 17, 2018 at 10:49:12AM -0400, John Ferlan wrote: > > > On 08/14/2018 07:19 AM, Michal Privoznik wrote: > > No real support implemented here. But hey, at least we will not > > fail. > > > > Signed-off-by: Michal Privoznik > > --- > > src/locking/lock_driver_sanlock.c | 25

Re: [libvirt] [PATCH v2 5/7] lock_driver_sanlock: Handle metadata flag gracefully

2018-08-20 Thread Michal Prívozník
On 08/20/2018 09:25 AM, Michal Prívozník wrote: > On 08/17/2018 04:49 PM, John Ferlan wrote: >> >> >> On 08/14/2018 07:19 AM, Michal Privoznik wrote: >>> No real support implemented here. But hey, at least we will not >>> fail. >>> >>> Signed-off-by: Michal Privoznik >>> --- >>>

Re: [libvirt] [PATCH v2 5/7] lock_driver_sanlock: Handle metadata flag gracefully

2018-08-20 Thread Michal Prívozník
On 08/17/2018 04:49 PM, John Ferlan wrote: > > > On 08/14/2018 07:19 AM, Michal Privoznik wrote: >> No real support implemented here. But hey, at least we will not >> fail. >> >> Signed-off-by: Michal Privoznik >> --- >> src/locking/lock_driver_sanlock.c | 25 ++--- >> 1

Re: [libvirt] [PATCH v2 5/7] lock_driver_sanlock: Handle metadata flag gracefully

2018-08-17 Thread John Ferlan
On 08/14/2018 07:19 AM, Michal Privoznik wrote: > No real support implemented here. But hey, at least we will not > fail. > > Signed-off-by: Michal Privoznik > --- > src/locking/lock_driver_sanlock.c | 25 ++--- > 1 file changed, 18 insertions(+), 7 deletions(-) > > diff