summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-11-27 15:51:53 +0100
committerJan Pokorný <jpokorny@redhat.com>2013-11-27 15:51:53 +0100
commit4c07adaa706d59c292e1f25e3205960cb00aa4ea (patch)
treea1ccd02e1b3b9d9ea37bf1c9e0bc5076bbdb29a7
parent0e69b3e2f4462f2b340ac528099eaca81d675bdd (diff)
downloadcluster-overview-4c07adaa706d59c292e1f25e3205960cb00aa4ea.tar.gz
cluster-overview-4c07adaa706d59c292e1f25e3205960cb00aa4ea.tar.xz
cluster-overview-4c07adaa706d59c292e1f25e3205960cb00aa4ea.zip
cluster-cman: s|libccsconfdb|libconfdb (confused by src dir name)
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rwxr-xr-xcluster-cman.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/cluster-cman.py b/cluster-cman.py
index c8d48c6..8220cee 100755
--- a/cluster-cman.py
+++ b/cluster-cman.py
@@ -227,12 +227,12 @@ graph = lambda\
[Artefact('node_b-cluster.conf'
,label='/etc/cluster/\ncluster.conf'
)
- ,Library('node_b-libccsconfdb'
- ,label='libccsconfdb'
+ ,Library('node_b-libconfdb'
+ ,label='libconfdb'
)]
,_edges=\
[Consume\
- ('node_b-libccsconfdb'
+ ('node_b-libconfdb'
,'node_b-cluster.conf'
,label='version?'
)]
@@ -340,19 +340,19 @@ graph = lambda\
,_edges=\
[Consume\
('node_b-rgmanager'
- ,'node_b-libccsconfdb'
+ ,'node_b-libconfdb'
)
,Consume\
('node_b-qdiskd'
- ,'node_b-libccsconfdb'
+ ,'node_b-libconfdb'
)
,Consume\
('node_b-fenced'
- ,'node_b-libccsconfdb'
+ ,'node_b-libconfdb'
)
,Consume\
('node_b-fence_tool'
- ,'node_b-libccsconfdb'
+ ,'node_b-libconfdb'
)
,Consume\
('node_b-modcluster'