mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
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
This commit is contained in:
parent
31d3224550
commit
68e5fa5087
20
WHATSNEW.txt
20
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
|
||||
|
Loading…
Reference in New Issue
Block a user