diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-03-20 18:56:58 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-03-20 18:58:48 +0000 |
commit | f617db3b8232c5864726c60b11a91162409d867f (patch) | |
tree | f43511f5b0783812ce22186477bd161e1b620984 | |
parent | 3ff674035d8962bf3ca3320900fccc6619af7a3d (diff) | |
download | sos-f617db3b8232c5864726c60b11a91162409d867f.tar.gz |
Call rhsm-debug with the --sos switch
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/yum.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/yum.py b/sos/plugins/yum.py index c978842b..b05c0fec 100644 --- a/sos/plugins/yum.py +++ b/sos/plugins/yum.py @@ -48,7 +48,7 @@ class Yum(Plugin, RedHatPlugin): "/var/log/rhsm/rhsmcertd.log"]) self.add_cmd_output("subscription-manager list --installed") self.add_cmd_output("subscription-manager list --consumed") - self.add_cmd_output("rhsm-debug system --no-archive --destination %s" + self.add_cmd_output("rhsm-debug system --sos --no-archive --destination %s" % self.get_cmd_output_path()) if self.get_option("yumlist"): |