diff options
-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", |