1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00
samba-mirror/ctdb
Martin Schwenke f2924e98ab ctdb-scripts: Initialise CTDB_NFS_CALLOUT in statd-callout
Some configurations may set CTDB_NFS_CALLOUT to the empty string.
They may do this if they allow a choice of NFS implementations.  In
this case the default call-out for Linux kernel NFS should be used.
However, statd-callout does not call nfs_callout_init() to set the
default.  Therefore, statd-callout is unable to restart the lock
manager, so the grace period is never entered.

statd-callout must call nfs_callout_init() before trying to restart
the lock manager.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12589

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>

Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Thu Feb 16 09:21:03 CET 2017 on sn-devel-144

(cherry picked from commit 5e7ae1b1e2)

Autobuild-User(v4-4-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-4-test): Fri Feb 17 16:02:00 CET 2017 on sn-devel-144
2017-02-17 16:02:00 +01:00
..
client ctdb-client: Add client API functions for new controls 2016-06-09 13:07:25 +02:00
common ctdb-common: Fix use-after-free error in comm_fd_handler() 2017-02-17 12:26:21 +01:00
config ctdb-scripts: Initialise CTDB_NFS_CALLOUT in statd-callout 2017-02-17 16:02:00 +01:00
doc ctdb-tunables: Add new tunable RecBufferSizeLimit 2016-06-09 13:07:25 +02:00
ib ctdb-transport: Replace ctdb_logging.h with common/logging.h 2015-11-16 00:46:15 +01:00
include ctdb-daemon: Implement new controls DB_PULL and DB_PUSH_START/DB_PUSH_CONFIRM 2016-06-09 13:07:25 +02:00
packaging ctdb-packaging: Move CTDB tests to /usr/local/share/ctdb/tests/ 2016-10-31 14:58:04 +01:00
protocol ctdb-protocol: Fix marshalling for GET_DB_SEQNUM control request 2016-09-16 12:39:00 +02:00
server ctdb-recovery: Avoid NULL dereference in failure case 2016-11-22 13:32:29 +01:00
tcp ctdb-transport: Replace ctdb_logging.h with common/logging.h 2015-11-16 00:46:15 +01:00
tests ctdb-tests: Add more comm tests 2017-02-17 12:26:21 +01:00
tools ctdb-common: Use documented names for protocol family in socket() 2016-02-04 12:23:41 +01:00
utils ctdb-utils: Fix CID 1297451 Explicit null dereferenced (FORWARD_NULL) 2016-08-10 09:03:25 +02:00
web ctdb/web: Fix typo. 2016-01-11 21:40:36 +01:00
.bzrignore more code rearrangement 2007-06-07 22:16:48 +10:00
.gitignore git: Ignore generated documentation files 2013-10-22 13:07:13 +11:00
configure ctdb-build: Allow configure and Makefile to find waf in tarball 2014-09-10 01:36:14 +02:00
configure.rpm ctdb-packaging: Package private libraries 2015-07-01 07:19:43 +02:00
COPYING add a licence file 2009-02-07 08:10:34 +11:00
Makefile ctdb-build: Allow configure and Makefile to find waf in tarball 2014-09-10 01:36:14 +02:00
NEWS ctdb: Update NEWS 2013-11-27 18:46:17 +01:00
README doc: README - add information about CTDB, license and website 2012-10-22 17:39:49 +11:00
wscript ctdb-packaging: Move CTDB tests to /usr/local/share/ctdb/tests/ 2016-10-31 14:58:04 +01:00

This is the release version of CTDB, a clustered implementation of TDB
database used by Samba and other projects to store temporary data.

This software is freely distributable under the GNU public license,
a copy of which you should have received with this software (in a file
called COPYING).

For documentation on CTDB, please visit CTDB website http://ctdb.samba.org.