Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@haircommander
Copy link
Member

What type of PR is this?

/kind api-change
/kind bug
/kind ci
/kind cleanup
/kind dependency-change
/kind deprecation
/kind design
/kind documentation
/kind failing-test
/kind feature
/kind flake
/kind other

What this PR does / why we need it:

unfortunately, it's possible CRI-O races with the sysctl being set, causing it to fail to start
even if the sysctl is correctly set. instead, don't fatally error if it's not.

Signed-off-by: Peter Hunt [email protected]

Which issue(s) this PR fixes:

fixes #4558
fixes #4460

Special notes for your reviewer:

Does this PR introduce a user-facing change?

CRI-O can now start even if `fs_may_detach_mounts` is not set.

unfortunately, it's possible CRI-O races with the sysctl being set, causing it to fail to start
even if the sysctl is correctly set. instead, don't fatally error if it's not.

Signed-off-by: Peter Hunt <[email protected]>
@openshift-ci-robot openshift-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/bug Categorizes issue or PR as related to a bug. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. labels Feb 9, 2021
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: haircommander

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 9, 2021
@haircommander
Copy link
Member Author

/cc @kolyshkin

I'd want your sign-off on this, we talked about it like a month ago and I forgot about it

@codecov
Copy link

codecov bot commented Feb 9, 2021

Codecov Report

Merging #4559 (b69c509) into master (ea0a484) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #4559   +/-   ##
=======================================
  Coverage   40.44%   40.44%           
=======================================
  Files         115      115           
  Lines        9360     9360           
=======================================
  Hits         3786     3786           
  Misses       5149     5149           
  Partials      425      425           

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 9, 2021

@haircommander: The following tests failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/e2e-gcp d94490f link /test e2e-gcp
ci/prow/e2e-agnostic d94490f link /test e2e-agnostic

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@kolyshkin
Copy link
Collaborator

The check was added in #4217.

Copy link
Collaborator

@kolyshkin kolyshkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently (#4460 (comment)) this has uncovered a real configuration issue. This knob is very much needed on RHEL7, and so I suggest we close this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. kind/bug Categorizes issue or PR as related to a bug. release-note Denotes a PR that will be considered when it comes time to generate release notes.

Projects

None yet

3 participants