[SCM] Samba Shared Repository - branch master updated

Amitay Isaacs amitay at samba.org
Wed Dec 21 07:37:03 UTC 2016


The branch, master has been updated
       via  0383034 WHATSNEW: CTDB updates
      from  c94f824 getncchanges: use the uptodateness_vector to filter links to replicate

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0383034633a113aa0c54f39b17a1a3dfbb53ade7
Author: Martin Schwenke <martin at meltin.net>
Date:   Tue Dec 20 22:40:36 2016 +1100

    WHATSNEW: CTDB updates
    
    Signed-off-by: Martin Schwenke <martin at meltin.net>
    Reviewed-by: Amitay Isaacs <amitay at gmail.com>
    
    Autobuild-User(master): Amitay Isaacs <amitay at samba.org>
    Autobuild-Date(master): Wed Dec 21 08:36:32 CET 2016 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 WHATSNEW.txt | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index e5ce010..f542a5b 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -81,6 +81,57 @@ A new option, "unix only", enables this feature only for the UNIX owner
 of the file, not affecting the SID owner in the Windows NT ACL of the
 file. This can be used to emulate something very similar to folder quotas.
 
+CTDB changes
+------------
+
+* "ctdb event" is a new top-level command for interacting with event scripts
+
+  "ctdb event status" replaces "ctdb scriptstatus" - the latter is
+  maintained for backward compatibility but the output format has been
+  cleaned up
+
+  "ctdb event run" replaces "ctdb eventscript"
+
+  "ctdb event script enable" replaces "ctdb enablescript"
+
+  "ctdb event script disable" replaces "ctdb disablescript"
+
+  The new command "ctdb event script list" lists event scripts.
+
+* CTDB's back-end for running event scripts has been replaced by a
+  separate, long-running daemon ctdbd_eventd.
+
+* Running ctdb interactively will log to stderr
+
+* CTDB logs now include process id for each process
+
+* CTDB tags log messages differently.  Changes include:
+
+  ctdb-recoverd: Messages from CTDB's recovery daemon
+  ctdb-recovery: Messages from CTDB database recovery
+  ctdb-eventd: Messages from CTDB's event daemon
+  ctdb-takeover: Messgaes from CTDB's public IP takeover subsystem
+
+* The mapping between symbolic and numeric debug levels has changed
+
+  Configurations containing numeric debug levels should be updated.
+  Symbolic debug levels are recommended.  See the DEBUG LEVEL section
+  of ctdb(7) for details.
+
+*  Tunable IPAllocAlgorithm replaces LCP2PublicIPs, DeterministicIPs
+
+   See ctdb-tunables(7) for details
+
+* CTDB's configuration tunables should be consistently set across a cluster
+
+  This has always been the cases for most tunables but this fact is
+  now documented.
+
+* CTDB ships with recovery lock helper call-outs for etcd and Ceph RADOS
+
+  To build/install these, use the --enable-etcd-reclock and
+  --enable-ceph-reclock configure options.
+
 
 REMOVED FEATURES
 ================


-- 
Samba Shared Repository



More information about the samba-cvs mailing list