ctdb-scripts: Initialise CTDB_NFS_CALLOUT in statd-callout
authorMartin Schwenke <martin@meltin.net>
Mon, 13 Feb 2017 22:04:41 +0000 (09:04 +1100)
committerMartin Schwenke <martins@samba.org>
Thu, 16 Feb 2017 08:21:03 +0000 (09:21 +0100)
commit5e7ae1b1e2fa8137aaa6a2a2f446156ae61f4c84
tree8cbe2ee728188387fe78d2a4afb85c23dd0d4b21
parent024a2c20d2bcdbcc43d16d492c7cd2d09b93c8f0
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
ctdb/config/statd-callout