From 41b59818189822371217eb646042917c6eb4b263 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Thu, 20 Dec 2018 12:33:48 -0500 Subject: [pacemaker] Collect full status output Changes the 'pcs status' collection to display full status results. Resolves: #1521 Signed-off-by: Jake Hunsaker Signed-off-by: Bryn M. Reeves --- sos/plugins/pacemaker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit