Bug 1919271: NM resolve prepender: Update for systemd-resolved logic. systemd-resolved requires restart after dropin created#2377
Bug 1919271: NM resolve prepender: Update for systemd-resolved logic. systemd-resolved requires restart after dropin created#2377openshift-merge-robot merged 4 commits intoopenshift:masterfrom fortinj66:update-resolv-prepender
Conversation
- remove OS check. If node has systemd-resolved enabled this will work - Check to see if systemd-resolved is enabled. Otherwise skip - Check if /etc/systemd/resolved.conf.d/60-kni.conf exists. If it doesn't create it and restart systemd-resolved if active - Add logging
|
Hi @fortinj66. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/ok-to-test |
|
/retitle Bug 1919271: NM resolve prepender: Update for systemd-resolved logic. systemd-resolved requires restart after dropin created |
….yaml Co-authored-by: Vadim Rutkovsky <roignac@gmail.com>
|
@fortinj66: This pull request references Bugzilla bug 1919271, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/bugzilla refresh |
|
@vrutkovs: This pull request references Bugzilla bug 1919271, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
master didn't come up in openstack. /test e2e-openstack rhel7 workers is known to be failing - missing RPM repo. |
|
This is a followup for #2359, fixing NM/resolved races and ensures it would work on RHEL once it switches to systemd-resolved @celebdor @jcpowermac @mandre PTAL |
|
/test e2e-vsphere |
|
/retest |
1 similar comment
|
/retest |
….yaml Co-authored-by: Martin André <martin.andre@gmail.com>
….yaml Co-authored-by: Martin André <martin.andre@gmail.com>
|
/test okd-e2e-vsphere |
|
/test e2e-vsphere |
|
/lgtm |
|
assuming these red okd jobs are expected. /approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cybertron, fortinj66, kikisdeliveryservice, mandre The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
according to @vrutkovs yes... |
|
OKD e2e aws should now pass (vsphere's run is more prone to flakes). I'll babysit this one |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@fortinj66: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@fortinj66: All pull requests linked via external trackers have merged: Bugzilla bug 1919271 has been moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
- What I did
- How to verify it
- Description for the changelog
NM resolve prepender: Update for systemd-resolved logic