diff options
author | Irit goihman <igoihman@redhat.com> | 2019-04-07 14:14:32 +0300 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2019-04-15 17:48:51 +0100 |
commit | 2ebc04da53dc871c8dd5243567afa4f8592dca29 (patch) | |
tree | 0307fd9e08cadb8d3172cfd7daa1b54839cdcc47 | |
parent | cfaf930e58f4996919d0da6c356135cfce26dacb (diff) | |
download | sos-2ebc04da53dc871c8dd5243567afa4f8592dca29.tar.gz |
[vdsm] capture supervdsmd status
-rw-r--r-- | sos/plugins/vdsm.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/vdsm.py b/sos/plugins/vdsm.py index ab5c6130..ae9c17c9 100644 --- a/sos/plugins/vdsm.py +++ b/sos/plugins/vdsm.py @@ -65,6 +65,7 @@ class Vdsm(Plugin, RedHatPlugin): self.add_forbidden_path('/etc/pki/libvirt/private/*') self.add_cmd_output('service vdsmd status') + self.add_cmd_output('service supervdsmd status') self.add_copy_spec([ '/tmp/vds_installer*', |