From af8f34e5bf22685ac4c6e1c76286c204d01061d0 Mon Sep 17 00:00:00 2001 From: astokes Date: Fri, 30 Apr 2010 14:16:49 +0000 Subject: Update cluster plugin to pull correct rhelversion git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@952 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- sos/plugins/cluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*"([^"]*)".*$' -- cgit