diff options
author | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-04-30 14:16:49 +0000 |
---|---|---|
committer | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-04-30 14:16:49 +0000 |
commit | af8f34e5bf22685ac4c6e1c76286c204d01061d0 (patch) | |
tree | f857ea761e109ce969674245454b00d3eda3f512 | |
parent | a5632a4bcf47065d943af50c8b06a79834c60c8a (diff) | |
download | sos-af8f34e5bf22685ac4c6e1c76286c204d01061d0.tar.gz |
Update cluster plugin to pull correct rhelversion
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@952 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rw-r--r-- | sos/plugins/cluster.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/cluster.py b/sos/plugins/cluster.py index 38f561d2..03a0a0a4 100644 --- a/sos/plugins/cluster.py +++ b/sos/plugins/cluster.py @@ -258,7 +258,7 @@ class cluster(sos.plugintools.PluginBase): # command somehow failed return False - rhelver = self.get_redhat_release() + rhelver = self.policy().rhelVersion() if rhelver == "4": regex = r'^DLM Lock Space:\s*"([^"]*)".*$' |