summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2019-12-20 18:16:13 +1100
committerAmitay Isaacs <amitay@samba.org>2020-01-21 13:05:00 +0000
commit85478847a1f6bf8027a1a91df23ae746042620db (patch)
tree4dd2b33e04a20e2c3c291b2542630d3d7b146631 /WHATSNEW.txt
parentaa2977e1519b76b2c70871032bbc5ab85f8a0c45 (diff)
downloadsamba-85478847a1f6bf8027a1a91df23ae746042620db.tar.gz
WHATSNEW: Add CTDB changes for 4.12
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Tue Jan 21 13:05:00 UTC 2020 on sn-devel-184
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 0faf69e030f..18c787d3cba 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -129,6 +129,17 @@ Heimdal-DC: removal of weak-crypto.
Following removal of DES encryption types from Samba, the embedded Heimdal
build has been updated to not compile weak crypto code (HEIM_WEAK_CRYPTO).
+CTDB changes
+------------
+
+* The ctdb_mutex_fcntl_helper periodically re-checks the lock file
+
+ The re-check period is specified using a 2nd argument to this
+ helper. The default re-check period is 5s.
+
+ If the file no longer exists or the inode number changes then the
+ helper exits. This triggers an election.
+
smb.conf changes
================