mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
KCC: draw a site-edges graph for each partition
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
db4e96ba06
commit
db48fb252f
@ -1077,7 +1077,8 @@ class KCC(object):
|
||||
for a, b in itertools.combinations(edge.vertices, 2):
|
||||
dot_edges.append((a.site.site_dnstr, b.site.site_dnstr))
|
||||
verify_properties = ()
|
||||
verify_and_dot('site_edges', dot_edges, directed=False,
|
||||
name = 'site_edges_%s' % part.partstr
|
||||
verify_and_dot(name, dot_edges, directed=False,
|
||||
label=self.my_dsa_dnstr,
|
||||
properties=verify_properties, debug=DEBUG,
|
||||
verify=self.verify,
|
||||
|
Loading…
x
Reference in New Issue
Block a user