diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2019-03-13 11:55:10 -0400 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2019-03-21 16:23:39 +0000 |
commit | 6bb2dde23816e1e570627991e63cac77a8edf1da (patch) | |
tree | 2f27009d458373f48cbbfd19a59b7ae3aed5d2a8 | |
parent | ffed13615c53a08a72f0bc9862dd88da51ae7351 (diff) | |
download | sos-6bb2dde23816e1e570627991e63cac77a8edf1da.tar.gz |
[virtwho] Collect virt-who -dop
Adds collection of 'virt-who -dop'.
Related: #1525
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/virtwho.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/virtwho.py b/sos/plugins/virtwho.py index d1adf52b..2561703d 100644 --- a/sos/plugins/virtwho.py +++ b/sos/plugins/virtwho.py @@ -19,6 +19,7 @@ class VirtWho(Plugin, RedHatPlugin): def setup(self): self.add_copy_spec("/etc/virt-who.d/*") + self.add_cmd_output("virt-who -dop") def postproc(self): self.do_path_regex_sub(r"\/etc\/virt-who\.d", |