summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2022-03-30 11:08:45 +1100
committerAmitay Isaacs <amitay@samba.org>2022-04-06 07:32:04 +0000
commit39f70481bbd87e764775f66948ecfdace3722d7a (patch)
tree41d3cb7e208c80370d69954ca8b242e637458c2a /WHATSNEW.txt
parent8deec3bc67c2831ce63ab4812b6f29baab711b50 (diff)
downloadsamba-39f70481bbd87e764775f66948ecfdace3722d7a.tar.gz
WHATSNEW: Document some CTDB changes
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): Wed Apr 6 07:32:04 UTC 2022 on sn-devel-184
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 1bdf3a01cfb..48f3fcfb090 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -62,6 +62,21 @@ Dynamic DNS updates may not be proxied by the front DNS server when forwarding
to Samba. Dynamic DNS update proxying depends on the features of the other DNS
server used as a front.
+CTDB changes
+------------
+
+* When Samba is configured with both --with-cluster-support and
+ --systemd-install-services then a systemd service file for CTDB will
+ be installed.
+
+* ctdbd_wrapper has been removed. ctdbd is now started directly from
+ a systemd service file or init script.
+
+* The syntax for the ctdb.tunables configuration file has been
+ relaxed. However, trailing garbage after the value, including
+ comments, is no longer permitted. Please see ctdb-tunables(7) for
+ more details.
+
REMOVED FEATURES
================