diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2018-12-20 12:33:48 -0500 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2019-03-19 18:49:06 +0000 |
commit | 41b59818189822371217eb646042917c6eb4b263 (patch) | |
tree | 47f70ea5178b782e1b80c7a3a464d4d4f033c4fc | |
parent | ce3794e4203fb1ad84ca8d6b71af3e44e32dde65 (diff) | |
download | sos-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.py | 2 |
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", |