-
Notifications
You must be signed in to change notification settings - Fork 462
OCPBUGS-197: daemon: Add a workaround for bug 2111817 #3292
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
OCPBUGS-197: daemon: Add a workaround for bug 2111817 #3292
Conversation
systemd's implementation of `InaccessiblePaths` has quadratic behavior in number of mounts. The fix to rpm-ostree is inbound. But...adding this workaround which has the MCD dynamically reconfigure the system to drop that config will help unstick clusters so they can get the real fix. Manual backport of PR openshift#329
|
@sinnykumari: No Bugzilla bug is referenced in the title of this pull request. 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. |
|
@sinnykumari: No Bugzilla bug is referenced in the title of this pull request. 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. |
|
@sinnykumari: This pull request references [Jira Issue OCPBUGS-197](https://issues.redhat.com//browse/OCPBUGS-197), 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 |
|
@sinnykumari: No Bugzilla bug is referenced in the title of this pull request. 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. |
|
/jira refresh |
|
@sinnykumari: This pull request references [Jira Issue OCPBUGS-197](https://issues.redhat.com//browse/OCPBUGS-197), 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. |
|
/jira refresh |
|
@sdodson: This pull request references [Jira Issue OCPBUGS-197](https://issues.redhat.com//browse/OCPBUGS-197), 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. |
|
/jira refresh
|
|
@sdodson: This pull request references [Jira Issue OCPBUGS-197](https://issues.redhat.com//browse/OCPBUGS-197), 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. |
|
Fixed depends on, retrying |
|
@sinnykumari: This pull request references [Jira Issue OCPBUGS-197](https://issues.redhat.com//browse/OCPBUGS-197), 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. |
|
@sinnykumari I think the jira bug validation rules aren't correct, I'll follow up with w/ DPTP on that if you can work on getting QE to test the 4.12 bug in the mean time. |
|
@sinnykumari: 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. |
Yeah, working on it! |
|
/jira refresh |
|
@sinnykumari: This pull request references [Jira Issue OCPBUGS-197](https://issues.redhat.com//browse/OCPBUGS-197), 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. |
|
openshift/release#31412 will fix the jira config up |
|
/jira refresh |
|
@sdodson: This pull request references [Jira Issue OCPBUGS-197](https://issues.redhat.com//browse/OCPBUGS-197), 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. |
|
/label backport-risk-assessed |
|
@cgwalters: Can not set label backport-risk-assessed: Must be member in one of these teams: [openshift-patch-managers] 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. |
Is that... new? /label backport-risk-assessed |
yuqi-zhang
left a comment
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
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sinnykumari, yuqi-zhang 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 |
That's because Colin wasn't added in the list. Should be now with openshift/release#31449 merged. |
|
/jira refresh |
|
@sinnykumari: This pull request references [Jira Issue OCPBUGS-197](https://issues.redhat.com//browse/OCPBUGS-197), 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. |
|
fun, this PR is seeing edges of both bugzilla and Jira world |
|
/assign @rioliu-rh |
|
/jira refresh |
|
@sdodson: This pull request references [Jira Issue OCPBUGS-197](https://issues.redhat.com//browse/OCPBUGS-197), 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. |
|
@sinnykumari: All pull requests linked via external trackers have merged: [Jira Issue OCPBUGS-197](https://issues.redhat.com//browse/OCPBUGS-197) 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. |
systemd's implementation of
InaccessiblePathshasquadratic behavior in number of mounts.
The fix to rpm-ostree is inbound. But...adding this workaround which
has the MCD dynamically reconfigure the system to drop that config will
help unstick clusters so they can get the real fix.
Manual backport of PR #329