summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2015-07-23 17:14:00 +1200
committerStefan Metzmacher <metze@samba.org>2015-08-04 07:27:23 +0200
commitc1119700d21a4a8dec2fd6de60f2ece1667e5873 (patch)
treec629118d76ef934212cb0fbfd034aa928bbd9d67
parent8e669b5383cc79ea2d0df3d946394c2909ba81e5 (diff)
downloadsamba-c1119700d21a4a8dec2fd6de60f2ece1667e5873.tar.gz
WHATSNEW: add a section about samba_kcc
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
-rw-r--r--WHATSNEW.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 89a03b51c44..2a31d8131f2 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -155,6 +155,21 @@ New modules
vfs_unityed_media - see 'man 8 vfs_unityed_media'
vfs_shell_snap - see 'man 8 vfs_shell_snap'
+New sparsely connected replia graph (Improved KCC)
+--------------------------------------------------
+
+The Knowledge Consistency Checker (KCC) maintains a replication graph
+for DCs across an AD network. The existing Samba KCC uses a fully
+connected graph, so that each DC replicates from all the others, which
+does not scale well with large networks. In 4.3 there is an
+experimental new KCC that creates a sparsely connected replication
+graph and closely follows Microsoft's specification. It is turned off
+by default. To use the new KCC, set "kccsrv:samba_kcc=true" in
+smb.conf and let us know how it goes. You should consider doing this
+if you are making a large new network. For small networks there is
+little benefit and you can always switch over at a later date.
+
+
######################################################################
Changes
#######