remove mounts.conf again, but patch buildah change needed to make transient mounts work for us#241
Conversation
|
@gabemontero: 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: gabemontero The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@gabemontero: 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. |
|
e2e-aws failure in /test e2e-aws |
|
i certainly like this fix better if we're confident in it. |
|
OK we discussed this situation with @adambkaplan back from PTO and we've decided to do this approach separately from #240. We'll pursue merging that one, verifying separately, backporting to 4.6, and getting out in the 4.7.z stream, where if this PR goes out in a subsequent 4.7.z release, so be it. I'll open a new BZ for driving this in starting with #239 in 4.8. We are going to try to pursue with patch manager merging 4.7 and 4.6 concurrently to expedite delivery with customers. I've updated the doc update / release note section in the BZ about ignoring the benign warning section with this form. |
4341e73 to
eadc193
Compare
|
/test e2e-aws |
|
@gabemontero do we have a pressing need to backport #239 to 4.7? If we've fixed the root issue already, then I'm not inclined to backport something that isn't user-facing. |
One could claim it is user facing @adambkaplan because if the user looks at a build log and sees those Warning messages, they may get concerned. And unless they think of looking at the release notes to confirm those warning messages are benign, perhaps they instead file a customer to case to ask or complain about them. @bparees also wanted us to move toward this "cleaner" form long term. WDYT? If you are swayed, I'll open BZs for the 4.8 branch and this one, and "officially" start things. thanks |
|
per discussion with @adambkaplan we'll do #239 in master/4.8 but as a rule we do not bump buildah like this in the z stream so close this one out ... we'll go with the openshift/builder only form that has the benign warning messages when running on rhcos |
The 4.7 version of #239
that vendor's in buildah's https://github.com/containers/buildah/pull/3117/commits that allows us to use transient mounts vs. mounts.conf so we don't get those benign warning messages from buildah when the entitlement file are unavailable on RHCOS
this would ultimately replace #240 in 4.7
an options to consider, if we trust the manual verification of the buildah fix I did last week, or stop the merge of #240 in 4.7 and just go with this.
@bparees @nalind @adambkaplan