From c915608457571de49983966d2a11fc82dabd1c8f Mon Sep 17 00:00:00 2001 From: astokes Date: Tue, 8 Sep 2009 16:26:24 +0000 Subject: update to mangle pwds in cluster.conf and backups git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@633 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- src/lib/sos/plugins/cluster.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib/sos/plugins/cluster.py b/src/lib/sos/plugins/cluster.py index 28495a06..afc45254 100644 --- a/src/lib/sos/plugins/cluster.py +++ b/src/lib/sos/plugins/cluster.py @@ -39,7 +39,7 @@ class cluster(sos.plugintools.PluginBase): def has_gfs(self): return (len(self.doRegexFindAll(r'^\S+\s+\S+\s+gfs\s+.*$', "/etc/mtab")) > 0) - + def diagnose(self): rhelver = self.policy().rhelVersion() @@ -193,6 +193,9 @@ class cluster(sos.plugintools.PluginBase): except: continue if locktable != cluster_name: self.addDiagnose("gfs mountpoint (%s) is using the wrong locking table" % fs[0]) + + # Test fence groups for valid id and state + self.test_fence_id() def setup(self): self.collectExtOutput("/sbin/fdisk -l") -- cgit