-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug 1572179 - Remove openvswitch check from UnitStatus diagnostic #19572
Bug 1572179 - Remove openvswitch check from UnitStatus diagnostic #19572
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pravisankar The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@knobunc @sosiouxme PTAL |
/lgtm |
/lgtm Thanks @pravisankar. But is there any other check we should do now OVS is containerized? |
/retest Please review the full test history for this PR and help us cut down flakes. |
On Wed, May 2, 2018 at 8:38 AM, Ben Bennett ***@***.***> wrote:
/lgtm
Thanks @pravisankar <https://github.com/pravisankar>. But is there any
other check we should do now OVS is containerized?
I do not think there is a check for containerized OVS. Since this is no
longer a unit file, at least it can not be part of unitstatus diagnostic.
OVS component is internal implementation details of openshift sdn and sdn
will not start if ovs is not available. So we may not need this explicit
check.
—
… You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#19572 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABM0htSE1gIGjBLpWSGexADpCaLDt9ibks5tudL3gaJpZM4TtVEv>
.
|
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
- For openshift version >= 3.10, openvswitch on the node will be run as a daemonset so it won't appear on node systemd units.
61cfdb2
to
c4082b6
Compare
/retest |
1 similar comment
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
so it won't appear on node systemd units.