From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 2 Apr 2007 16:35:14 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20070402163514.4262.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 2007-04-02 17:35:14 Modified files: luci/site/luci/Extensions: cluster_adapters.py Log message: Package name is lvm2-cluster, service name is clvmd.. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.253&r2=1.254 --- conga/luci/site/luci/Extensions/cluster_adapters.py 2007/04/02 15:56:18 1.253 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2007/04/02 16:35:13 1.254 @@ -4836,7 +4836,7 @@ else: dlist.append("lock_gulmd") dlist.append("rgmanager") - dlist.append("lvm2-cluster") + dlist.append("clvmd") dlist.append("gfs") dlist.append("gfs2") states = getDaemonStates(rc, dlist)