WHATSNEW: Mention combined CTDB
authorAmitay Isaacs <amitay@gmail.com>
Mon, 22 Sep 2014 00:44:47 +0000 (10:44 +1000)
committerMichael Adam <obnox@samba.org>
Mon, 22 Sep 2014 05:05:26 +0000 (07:05 +0200)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Mon Sep 22 07:05:26 CEST 2014 on sn-devel-104

WHATSNEW.txt

index d9d19762a5ba0164f4461e7245f1ca480e04b1b9..295cbb61d38bb20d3f7f0a3f548bdad9a9313787 100644 (file)
@@ -118,6 +118,26 @@ Our internal messaging subsystem, used for example for things like oplock
 break messages between smbds or setting a process debug level dynamically, has
 been rewritten to use unix domain datagram messages.
 
+Clustering support
+==================
+
+Samba's file server clustering component CTDB is now integrated in the
+Samba tree.  This avoids the confusion of compatibility of Samba and CTDB
+versions as existed previously.
+
+To build the Samba file server with cluster support, use the configure
+command line option --with-cluster-support.  This will build clustered
+file server against the in-tree ctdb.  Building clustered samba with
+previous versions of CTDB is no longer supported.
+
+CTDB is built separately from the ctdb/ sub-directory.  To build CTDB,
+use the following steps:
+
+  $ cd ctdb
+  $ ./configure
+  $ make
+  # make install
+
 
 ######################################################################
 Changes