summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2017-07-05 16:31:48 +1000
committerStefan Metzmacher <metze@samba.org>2017-07-13 07:41:24 +0200
commita235bb4bcb80a01c6b6566320d624ce975cd8105 (patch)
treec4e43b8f8819d7642aeabffac34be26c6439d119 /WHATSNEW.txt
parentdc3506874da888c0ff53f2df5cd2ffc4d7fac1fc (diff)
downloadsamba-a235bb4bcb80a01c6b6566320d624ce975cd8105.tar.gz
WHATSNEW: CTDB changes for 4.7
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 73daedffe49..2b662424f83 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -276,6 +276,50 @@ smb.conf changes
password hash userPassword schemes New parameter
ntlm auth New values ntlmv2-only
+CTDB changes
+------------
+
+* CTDB no longer allows mixed minor versions in a cluster
+
+ See the AllowMixedVersions tunable option in ctdb-tunables(7) and also
+ https://wiki.samba.org/index.php/Upgrading_a_CTDB_cluster#Policy
+
+* CTDB now ignores hints from Samba about TDB flags when attaching to databases
+
+ CTDB will use the correct flags depending on the type of database.
+ For clustered databases, the smb.conf setting
+ dbwrap_tdb_mutexes:*=true will be ignored. Instead, CTDB continues
+ to use the TDBMutexEnabled tunable.
+
+* New configuration variable CTDB_NFS_CHECKS_DIR
+
+ See ctdbd.conf(5) for more details.
+
+* The CTDB_SERVICE_AUTOSTARTSTOP configuration variable has been
+ removed
+
+ To continue to manage/unmanage services while CTDB is running:
+
+ - Start service by hand and then flag it as managed
+
+ - Mark service as unmanaged and shut it down by hand
+
+ - In some cases CTDB does something fancy - e.g. start Samba under
+ "nice", so care is needed. One technique is to disable the
+ eventscript, mark as managed, run the startup event by hand and then
+ re-enable the eventscript.
+
+* The CTDB_SCRIPT_DEBUGLEVEL configuration variable has been removed
+
+* The example NFS Ganesha call-out has been improved
+
+* A new "replicated" database type is available
+
+ Replicated databases are intended for CTDB's internal use to
+ replicate state data across the cluster, but may find other
+ uses. The data in replicated databases is valid for the lifetime of
+ CTDB and cleared on first attach.
+
KNOWN ISSUES
============