summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2015-08-10 14:27:01 +1000
committerStefan Metzmacher <metze@samba.org>2015-08-10 23:02:18 +0200
commitf8b5de91379d44ca717f4c2fe7620ea7f738f5eb (patch)
tree59173f6c6a2d4e67e3c7a9e7524cd24f91f6cee9
parent4fb42e87182b25bb3f0695864be848018f79973c (diff)
downloadsamba-f8b5de91379d44ca717f4c2fe7620ea7f738f5eb.tar.gz
WHATSNEW: Document CTDB logging and NFS changes
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Stefan Metzmacher <metze@samba.org>
-rw-r--r--WHATSNEW.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 04d0e58f91c..636f5185727 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -194,6 +194,31 @@ It can now also show, transfer or seize the DNS infrastructure roles:
DomainDnsZones Infrastructure Master
ForestDnsZones Infrastructure Master
+CTDB logging changes
+--------------------
+
+The destination for CTDB logging is now set via a single new
+configuration variable CTDB_LOGGING. This replaces CTDB_LOGFILE and
+CTDB_SYSLOG, which have both been removed. See ctdbd.conf(5) for
+details of CTDB_LOGGING.
+
+CTDB no longer runs a separate logging daemon.
+
+CTDB NFS support changes
+------------------------
+
+CTDB's NFS service management has been combined into a single 60.nfs
+event script. This updated 60.nfs script now uses a call-out to
+interact with different NFS implementations. See the CTDB_NFS_CALLOUT
+option in the ctdbd.conf(5) manual page for details. A default
+call-out is provided to interact with the Linux kernel NFS
+implementation. The 60.ganesha event script has been removed - a
+sample call-out is provided for NFS Ganesha, based on this script.
+
+The method of configuring NFS RPC checks has been improved. See
+ctdb/config/nfs-checks.d/README for details.
+
+
######################################################################
Changes
#######