On 07/08/2011 04:18 AM, Federico Simoncelli wrote:
> When auto_disk_lease is off we should avoid the automatic lockspace
> creation.
> 
> Signed-off-by: Federico Simoncelli <[email protected]>
> ---
>  src/locking/lock_driver_sanlock.c |    6 ++++--
>  1 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/src/locking/lock_driver_sanlock.c 
> b/src/locking/lock_driver_sanlock.c
> index cd2bbb5..29d4176 100644
> --- a/src/locking/lock_driver_sanlock.c
> +++ b/src/locking/lock_driver_sanlock.c
> @@ -294,8 +294,10 @@ static int virLockManagerSanlockInit(unsigned int 
> version,
>          goto error;
>      }
>  
> -    if (virLockManagerSanlockSetupLockspace() < 0)
> -        goto error;
> +    if (driver->autoDiskLease) {
> +        if (virLockManagerSanlockSetupLockspace() < 0)
> +            goto error;
> +    }

ACK and pushed.

-- 
Eric Blake   [email protected]    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to