Accepting request 213524 from Virtualization
Updated sanlock package for Factory / SLE12 alpha2. - Update to sanlock 3.1.0 - fix debug status for add/rem lockspace - add_lockspace error for conflicting lockspace definitions - transient timeout handling in acquire and release - allow more than 8 resources per client - fix spaces in path names OBS-URL: https://build.opensuse.org/request/show/213524 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sanlock?expand=0&rev=9
This commit is contained in:
commit
013ae55e78
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ed4e8b0355fe14bb79d346f8be36e99889c3a585a61d0cacc0f349c239559071
|
|
||||||
size 120154
|
|
3
sanlock-3.1.0.tar.bz2
Normal file
3
sanlock-3.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9da4a132e356cfb8132c47a0bf28198aaf69397e41bde800b90550d759db9756
|
||||||
|
size 126722
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 10 10:16:16 MST 2014 - jfehlig@suse.com
|
||||||
|
|
||||||
|
- Update to sanlock 3.1.0
|
||||||
|
- fix debug status for add/rem lockspace
|
||||||
|
- add_lockspace error for conflicting lockspace definitions
|
||||||
|
- transient timeout handling in acquire and release
|
||||||
|
- allow more than 8 resources per client
|
||||||
|
- fix spaces in path names
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 1 16:42:24 MDT 2013 - jfehlig@suse.com
|
Thu Aug 1 16:42:24 MDT 2013 - jfehlig@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sanlock
|
# spec file for package sanlock
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: sanlock
|
Name: sanlock
|
||||||
Version: 3.0.1
|
Version: 3.1.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A shared disk lock manager
|
Summary: A shared disk lock manager
|
||||||
License: GPL-2.0 and GPL-2.0+ and LGPL-2.1+
|
License: GPL-2.0 and GPL-2.0+ and LGPL-2.1+
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Index: sanlock-3.0.1/src/main.c
|
Index: sanlock-3.1.0/src/main.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- sanlock-3.0.1.orig/src/main.c
|
--- sanlock-3.1.0.orig/src/main.c
|
||||||
+++ sanlock-3.0.1/src/main.c
|
+++ sanlock-3.1.0/src/main.c
|
||||||
@@ -1863,8 +1863,8 @@ static int read_command_line(int argc, c
|
@@ -1870,8 +1870,8 @@ static int read_command_line(int argc, c
|
||||||
|
|
||||||
if (!strcmp(arg1, "version") || !strcmp(arg1, "--version") ||
|
if (!strcmp(arg1, "version") || !strcmp(arg1, "--version") ||
|
||||||
!strcmp(arg1, "-V")) {
|
!strcmp(arg1, "-V")) {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Index: sanlock-3.0.1/init.d/sanlock.service
|
Index: sanlock-3.1.0/init.d/sanlock.service
|
||||||
===================================================================
|
===================================================================
|
||||||
--- sanlock-3.0.1.orig/init.d/sanlock.service
|
--- sanlock-3.1.0.orig/init.d/sanlock.service
|
||||||
+++ sanlock-3.0.1/init.d/sanlock.service
|
+++ sanlock-3.1.0/init.d/sanlock.service
|
||||||
@@ -6,8 +6,10 @@ Wants=wdmd.service
|
@@ -6,8 +6,10 @@ Wants=wdmd.service
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
@ -15,10 +15,10 @@ Index: sanlock-3.0.1/init.d/sanlock.service
|
|||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
Index: sanlock-3.0.1/init.d/wdmd.service
|
Index: sanlock-3.1.0/init.d/wdmd.service
|
||||||
===================================================================
|
===================================================================
|
||||||
--- sanlock-3.0.1.orig/init.d/wdmd.service
|
--- sanlock-3.1.0.orig/init.d/wdmd.service
|
||||||
+++ sanlock-3.0.1/init.d/wdmd.service
|
+++ sanlock-3.1.0/init.d/wdmd.service
|
||||||
@@ -5,8 +5,10 @@ After=syslog.target
|
@@ -5,8 +5,10 @@ After=syslog.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
Loading…
Reference in New Issue
Block a user