From 835c392de85b646a735c2475c098b521c2716cc9 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Thu, 24 Oct 2013 18:20:14 +0200 Subject: cluster-cman: make explicit that only node b is detailed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- cluster-cman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-cman.py b/cluster-cman.py index 13afb67..4f7e27d 100755 --- a/cluster-cman.py +++ b/cluster-cman.py @@ -110,7 +110,7 @@ graph = lambda\ # # node b (in detail) # - ,label='NODE B' + ,label='NODE B (detailed)' ,_subgraphs=\ [SubgraphStandard('cluster.node_b-conga' # -- cgit