summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2014-09-22 10:44:47 +1000
committerMichael Adam <obnox@samba.org>2014-09-22 07:05:26 +0200
commit68e5fa50878d42ce43dca3b3021ae59a924d2b11 (patch)
tree43dc91f5f9d6af14691611eef5ab18310b898244
parent31d322455084555220f0a4dab9d042cb4300da9a (diff)
downloadsamba-68e5fa50878d42ce43dca3b3021ae59a924d2b11.tar.gz
WHATSNEW: Mention combined CTDB
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
-rw-r--r--WHATSNEW.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index d9d19762a5b..295cbb61d38 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -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