aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Bradley <sbradley@redhat.com>2015-02-17 13:54:01 -0500
committerBryn M. Reeves <bmr@redhat.com>2015-03-11 18:42:57 +0000
commit55aebeabb2d2c87c695041cff426afaa6bd2808a (patch)
treeadafb8ee278ff966b7f4d57e4df2077cbc3535e7
parentf5211fd8725629e23a3a0f802bd6e635290dab36 (diff)
downloadsos-55aebeabb2d2c87c695041cff426afaa6bd2808a.tar.gz
[cluster] add a couple pcs commands to the cluster plugin
There are 3 pcs commands added to cluster plugin to get information about the status of pacemaker cluster. Signed-off-by: Shane Bradley <sbradley@redhat.com> Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/cluster.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/sos/plugins/cluster.py b/sos/plugins/cluster.py
index 7aeed44b..bd2cf8a7 100644
--- a/sos/plugins/cluster.py
+++ b/sos/plugins/cluster.py
@@ -92,7 +92,10 @@ class Cluster(Plugin, RedHatPlugin):
"fence_tool dump",
"dlm_tool dump",
"dlm_tool ls -n",
- "mkqdisk -L"
+ "mkqdisk -L",
+ "pcs config",
+ "pcs status",
+ "pcs property list --all"
])
# crm_report needs to be given a --from "YYYY-MM-DD HH:MM:SS" start