diff options
author | Kevin Traynor <ktraynor@redhat.com> | 2017-04-13 16:11:08 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2017-04-13 16:11:08 +0100 |
commit | 9593caedebefc2ef10704c8c486a5522e9c98ddb (patch) | |
tree | 4c63d79b4926d6b78583e7f8e008fa5dcc75c6b3 | |
parent | 767368187f410afc0752c895399ad30389fd0574 (diff) | |
download | sos-9593caedebefc2ef10704c8c486a5522e9c98ddb.tar.gz |
[openvswitch] Add logs for ovsdb-server and ovs-vswitchd.
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Acked-by: Flavio Leitner <fbl@redhat.com>
-rw-r--r-- | sos/plugins/openvswitch.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sos/plugins/openvswitch.py b/sos/plugins/openvswitch.py index 9004952e..a788831d 100644 --- a/sos/plugins/openvswitch.py +++ b/sos/plugins/openvswitch.py @@ -79,6 +79,8 @@ class OpenVSwitch(Plugin): # Gather systemd services logs self.add_journal(units="openvswitch") self.add_journal(units="openvswitch-nonetwork") + self.add_journal(units="ovs-vswitchd") + self.add_journal(units="ovsdb-server") # Gather additional output for each OVS bridge on the host. br_list_result = self.call_ext_prog("ovs-vsctl list-br") |