diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2012-12-11 19:21:19 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2012-12-11 19:21:19 +0000 |
commit | d4a7d00e3323ee7a0d7a4ec82fbdc562f12a1d7d (patch) | |
tree | da298beaec39d0ad98bc313d9d97a2de4e0f3312 | |
parent | 01cde55c9fbd87b9050e5e953e98a5ac81819024 (diff) | |
download | sos-d4a7d00e3323ee7a0d7a4ec82fbdc562f12a1d7d.tar.gz |
Add mkqdisk -L output to cluster module
-rw-r--r-- | sos/plugins/cluster.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/cluster.py b/sos/plugins/cluster.py index 7b78544b..675d48df 100644 --- a/sos/plugins/cluster.py +++ b/sos/plugins/cluster.py @@ -103,6 +103,7 @@ class cluster(Plugin, RedHatPlugin): self.collectExtOutput("fence_tool dump") self.collectExtOutput("dlm_tool dump") self.collectExtOutput("dlm_tool ls -n") + self.collectExtOutput("mkqdisk -L") def do_lockdump(self): rhelver = self.policy().rhelVersion() |