From 68e5fa50878d42ce43dca3b3021ae59a924d2b11 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Mon, 22 Sep 2014 10:44:47 +1000 Subject: WHATSNEW: Mention combined CTDB Signed-off-by: Amitay Isaacs Reviewed-by: Michael Adam Autobuild-User(master): Michael Adam Autobuild-Date(master): Mon Sep 22 07:05:26 CEST 2014 on sn-devel-104 --- WHATSNEW.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'WHATSNEW.txt') 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 -- cgit v1.2.1