The branch, master has been updated
via 68e5fa5 WHATSNEW: Mention combined CTDB
from 31d3224 smbd: fix a comment typo.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 68e5fa50878d42ce43dca3b3021ae59a924d2b11
Author: Amitay Isaacs <[email protected]>
Date: Mon Sep 22 10:44:47 2014 +1000
WHATSNEW: Mention combined CTDB
Signed-off-by: Amitay Isaacs <[email protected]>
Reviewed-by: Michael Adam <[email protected]>
Autobuild-User(master): Michael Adam <[email protected]>
Autobuild-Date(master): Mon Sep 22 07:05:26 CEST 2014 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
WHATSNEW.txt | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
Changeset truncated at 500 lines:
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index d9d1976..295cbb6 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
--
Samba Shared Repository