[Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ...

rmccabe at sourceware.org rmccabe at sourceware.org
Mon Apr 2 15:56:18 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2007-04-02 16:56:18

Modified files:
	luci/site/luci/Extensions: cluster_adapters.py 

Log message:
	Show lvm2-cluster, gfs, and gfs2 service status and boot settings on the node information page.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.252&r2=1.253

--- conga/luci/site/luci/Extensions/cluster_adapters.py	2007/03/27 02:03:56	1.252
+++ conga/luci/site/luci/Extensions/cluster_adapters.py	2007/04/02 15:56:18	1.253
@@ -4836,6 +4836,9 @@
       else:
         dlist.append("lock_gulmd")
       dlist.append("rgmanager")
+      dlist.append("lvm2-cluster")
+      dlist.append("gfs")
+      dlist.append("gfs2")
       states = getDaemonStates(rc, dlist)
       infohash['d_states'] = states
   else:




More information about the Cluster-devel mailing list