mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
KCC: (doc) explain intrasite max edge count a bit better
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
87c68e0bc9
commit
c3dc87eac0
@ -1903,6 +1903,14 @@ class KCC(object):
|
||||
50 48 4903
|
||||
|
||||
:param node_count: total number of nodes in the replica graph
|
||||
|
||||
The intention is that there should be no more than 3 hops
|
||||
between any two DSAs at a site. With up to 7 nodes the 2 edges
|
||||
of the ring are enough; any configuration of extra edges with
|
||||
8 nodes will be enough. It is less clear that the 3 hop
|
||||
guarantee holds at e.g. 15 nodes in degenerate cases, but
|
||||
those are quite unlikely given the extra edges are randomly
|
||||
arranged.
|
||||
"""
|
||||
n = 0
|
||||
while True:
|
||||
|
Loading…
Reference in New Issue
Block a user