aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan-Luis de Sousa-Valadas Castaño <jdesousa@redhat.com>2020-12-15 12:39:11 +0100
committerJake Hunsaker <jhunsake@redhat.com>2020-12-15 12:56:44 -0500
commitb0442f23bb990bed9adf6d8c39292c09b89a0dab (patch)
treec45c38d52eebfd8bcc2c09ce4f72078db4b0d2f3
parent5c0d31ebca2e2b352d469e2b3aff1d7ae2e7b328 (diff)
downloadsos-b0442f23bb990bed9adf6d8c39292c09b89a0dab.tar.gz
[Openvswitch] Add ovs-configuration journal
OpenShift 4.6 Introduces a new service called ovs-configuration, usually this information is also acquired in the must-gather but if precisely this service is at fault we may not be able to run must-gather. Resolves: #2345 Signed-off-by: Juan Luis de Sousa-Valadas <jdesousa@redhat.com> Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rw-r--r--sos/report/plugins/openvswitch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/report/plugins/openvswitch.py b/sos/report/plugins/openvswitch.py
index fd5ad9b9..89c21d88 100644
--- a/sos/report/plugins/openvswitch.py
+++ b/sos/report/plugins/openvswitch.py
@@ -130,6 +130,7 @@ class OpenVSwitch(Plugin):
self.add_journal(units="openvswitch-nonetwork")
self.add_journal(units="ovs-vswitchd")
self.add_journal(units="ovsdb-server")
+ self.add_journal(units="ovs-configuration")
if check_6wind:
self.add_copy_spec(files_6wind)