aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2018-12-20 12:33:48 -0500
committerBryn M. Reeves <bmr@redhat.com>2019-03-19 18:49:06 +0000
commit41b59818189822371217eb646042917c6eb4b263 (patch)
tree47f70ea5178b782e1b80c7a3a464d4d4f033c4fc
parentce3794e4203fb1ad84ca8d6b71af3e44e32dde65 (diff)
downloadsos-41b59818189822371217eb646042917c6eb4b263.tar.gz
[pacemaker] Collect full status output
Changes the 'pcs status' collection to display full status results. Resolves: #1521 Signed-off-by: Jake Hunsaker <jhunsake@redhat.com> Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/pacemaker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/pacemaker.py b/sos/plugins/pacemaker.py
index e47dcb10..24135d61 100644
--- a/sos/plugins/pacemaker.py
+++ b/sos/plugins/pacemaker.py
@@ -44,7 +44,7 @@ class Pacemaker(Plugin):
self.add_copy_spec("/var/log/pcsd/pcsd.log")
self.add_cmd_output([
"pcs config",
- "pcs status",
+ "pcs status --full",
"pcs stonith sbd status",
"pcs stonith sbd watchdog list",
"pcs stonith history show",