[libvirt] [PATCH] Do not unlink sanlock lockspace if registering with sanlock daemon returns error

2012-08-13 Thread Asad Saeed
This is a patch for bug 847848 If registering an existing lockspace with the sanlock daemon returns an error, libvirt should not proceed to unlink the lockspace. Signed-off-by: Asad Saeed asad.sa...@acidseed.com --- src/locking/lock_driver_sanlock.c |2 +- 1 files changed, 1 insertions(+), 1

Re: [libvirt] [PATCH] Do not unlink sanlock lockspace if registering with sanlock daemon returns error

2012-08-13 Thread Eric Blake
On 08/13/2012 02:21 PM, Asad Saeed wrote: Subject line is a bit long (80 columns); we prefer closer to a max of 60, for use with 'git shortlog'. I changed to: sanlock: don't unlink lockspace if registration fails This is a patch for bug 847848 If registering an existing lockspace with the