-
Notifications
You must be signed in to change notification settings - Fork 29
NO-ISSUE: <carry>: fix: set NoLchown=true to allow image unpack on OCPci #348
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
NO-ISSUE: <carry>: fix: set NoLchown=true to allow image unpack on OCPci #348
Conversation
AFAICT, this avoids running Where are we seeing this problem? |
Hi @tmshort We need to integrate this test with OCP/periodics, see: openshift/release#65050
I understand that setting NoLchown: true tells the unpacking process to skip the lchown() calls. We don’t really need the file ownership metadata here—we’re not the owners of the image or the files inside. We just need to unpack the image so things can run in CI without throwing permission errors. Hope that makes sense! Let me know if I’m missing something. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86, grokspawn 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 |
@camilamacedo86: This pull request explicitly references no jira issue. In 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 openshift-eng/jira-lifecycle-plugin repository. |
a2c9bd8
into
openshift:main
[ART PR BUILD NOTIFIER] Distgit: ose-olm-catalogd |
[ART PR BUILD NOTIFIER] Distgit: ose-olm-operator-controller |
The change is required to allow the tests run in the OCP/ci. See that we are facing the error: