From: Martin Schwenke Date: Sun, 19 Apr 2026 04:22:14 +0000 (+1000) Subject: WHATSNEW: Document CTDB network monitor and platform style changes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2ba1b537477d8fb3d2a00fcc53f65a28b231e36;p=thirdparty%2Fsamba.git WHATSNEW: Document CTDB network monitor and platform style changes Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index cf79abb3838..4e0ce68a5b6 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -30,6 +30,19 @@ now corresponds to ‘aes128-cts-hmac-sha1-96 aes256-cts-hmac-sha1-96’ (both A encryption types) if the domain functional level is 2008 or higher. This addresses CVE-2026-20833. +CTDB changes +------------ + +* Monitoring of (infrastructure) hosts is now supported. A good use + of this is to monitor DNS servers. See the NETWORK MONITORING + section in ctdb-script.options(5) for more details. + +* The detect_init_style() script function and associated + CTDB_INIT_STYLE variable are deprecated, so will be removed in a + future release. Use the new, more general CTDB_PLATFORM_STYLE + variable instead. This may affect site-local CTDB (event) scripts. + See ctdb.sysconfig(5) for more details. + REMOVED FEATURES ================