aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/cluster.py2
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*"([^"]*)".*$'