summaryrefslogtreecommitdiffstats
path: root/cluster-cman.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-05-20 15:55:48 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-05-20 15:55:48 +0200
commit2a664383dd3343ba8deeafeb15edc6faa01fab8d (patch)
treed9fc2a1baf27f067b7d2ff8cf1e5489333ec2810 /cluster-cman.py
parentc3564708ce88b0d73494231bb59e36826b71c4c7 (diff)
downloadcluster-overview-master.tar.gz
cluster-overview-master.tar.xz
cluster-overview-master.zip
cluster-cman: add fenvce_virt.confHEADmaster
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'cluster-cman.py')
-rwxr-xr-xcluster-cman.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/cluster-cman.py b/cluster-cman.py
index f289dd1..5347e41 100755
--- a/cluster-cman.py
+++ b/cluster-cman.py
@@ -582,6 +582,9 @@ graph = lambda\
,_nodes=\
[SharedFenceVirtd('fence_virtd'
)
+ ,Artefact('fence_virt.conf'
+ ,label='/etc/fence\n_virt.conf'
+ )
,Daemon('libvirt'
)]
,_edges=\
@@ -589,6 +592,10 @@ graph = lambda\
('fence_virtd'
,'libvirt'
,constraint='false'
+ )
+ ,Consume\
+ ('fence_virtd'
+ ,'fence_virt.conf'
)]
)]
,_nodes=\