Summary: | 'oc adm diagnostics unitstatu' gave some incorrect errors when the ovs setup as daemonset | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | zhaozhanqi <zzhao> |
Component: | Networking | Assignee: | Ravi Sankar <rpenta> |
Status: | CLOSED ERRATA | QA Contact: | Meng Bo <bmeng> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.10.0 | CC: | aos-bugs, bbennett |
Target Milestone: | --- | ||
Target Release: | 3.10.0 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: openvswitch is no longer installed on the nodes instead it is deployed as daemonsets
Consequence: 'oc adm diagnostics unitstatus' fails
Fix: Remove openvswitch systemd unit dependency from the unitstatus diagnostic.
Result: 'oc adm diagnostics unitstatus' works as expected.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-07-30 19:14:14 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
zhaozhanqi
2018-04-26 10:45:35 UTC
Commits pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/c4082b65b090fdbd302fc79cca3ac373097d1236 Bug 1572179 - Remove openvswitch check from UnitStatus diagnostic - For openshift version >= 3.10, openvswitch on the node will be run as a daemonset so it won't appear on node systemd units. https://github.com/openshift/origin/commit/42b36d0d9a5808102e6c847b76fd8d5a6afa3b2d Merge pull request #19572 from pravisankar/fix-diag-unitstatus Bug 1572179 - Remove openvswitch check from UnitStatus diagnostic Verified this bug on 3.10.0-0.46.0 # oc adm diagnostics unitstatus [Note] Performing systemd discovery [Note] Running diagnostic: UnitStatus Description: Check status for related systemd units [Note] Summary of diagnostics execution (version v3.10.0-0.46.0): [Note] Completed with no errors or warnings seen. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:1816 |