diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2018-12-12 11:16:16 -0500 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2019-03-19 18:18:12 +0000 |
commit | 8ac6530fe34ab142a869c9ff46c35453a8a4460a (patch) | |
tree | f9aea9e1392ce955a648121b23ade41167022c0f | |
parent | 29ef7a3bc5ec8649340c6fb2dc93c7ad5faeddf3 (diff) | |
download | sos-8ac6530fe34ab142a869c9ff46c35453a8a4460a.tar.gz |
[pacemaker] Collect stonith history and watchdogs
Adds collection of stonith fencing history and a list of configured
watchdogs.
Resolves: #1512
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, 2 insertions, 0 deletions
diff --git a/sos/plugins/pacemaker.py b/sos/plugins/pacemaker.py index ee83e2c2..e47dcb10 100644 --- a/sos/plugins/pacemaker.py +++ b/sos/plugins/pacemaker.py @@ -46,6 +46,8 @@ class Pacemaker(Plugin): "pcs config", "pcs status", "pcs stonith sbd status", + "pcs stonith sbd watchdog list", + "pcs stonith history show", "pcs quorum status", "pcs property list --all" ]) |