Skip to content

Commit 3b1f1a7

Browse files
committed
[openshift_ovn] Check plugin enabledness against crio runtime
OpenShift OVN has both podman and crio runtimes and sos detects podman as the default one. While the containers triggering openshift_ovn enabledness are under 'crio' runtime. Closes: #4123 Relevant: RHEL-110512 Signed-off-by: Pavel Moravec <[email protected]>
1 parent 70048b5 commit 3b1f1a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sos/report/plugins/openshift_ovn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class OpenshiftOVN(Plugin, RedHatPlugin):
1818
plugin_name = "openshift_ovn"
1919
containers = ('ovnkube-master', 'ovnkube-node', 'ovn-ipsec',
2020
'ovnkube-controller')
21+
runtime = 'crio'
2122
profiles = ('openshift',)
2223

2324
def setup(self):

0 commit comments

Comments
 (0)