OCPBUGS-70168: Increase size of /var/ostreecontainer mount#10304
OCPBUGS-70168: Increase size of /var/ostreecontainer mount#10304openshift-merge-bot[bot] merged 2 commits intoopenshift:mainfrom
Conversation
|
@zaneb: An error was encountered searching for bug OCPBUGS-70168 on the Jira server at https://issues.redhat.com/. No known errors were detected, please see the full error message for details. Full error message.
invalid character '<' looking for beginning of value: file already closed
Please contact an administrator to resolve this issue, then request a bug refresh with 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@tthvo: This pull request references Jira Issue OCPBUGS-70168, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@tthvo: This pull request references Jira Issue OCPBUGS-70168, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: 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 openshift-eng/jira-lifecycle-plugin repository. |
Evidently on PPC64LE we need about 200MiB more space than a 4GiB volume can contain, despite the image we're pulling being only about 1.4GB. It's not clear why the system repo is (presumably) taking up so much space, but a 5GiB volume should be enough to contain it. Since a tmpfs only allocates RAM for space that is actually used, it should be safe to increase the allocation. If this causes us to actually run out of RAM, we will encounter that problem later (it may, however, be more difficult to debug).
154e6fe to
68e2f4c
Compare
|
/cherry-pick release-4.21 |
|
@zaneb: once the present PR merges, I will cherry-pick it on top of 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-sigs/prow repository. |
|
/label acknowledge-critical-fixes-only |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bfournie, prb112 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 |
|
Hey @zaneb we've tested this with a manual change. Since prow doesn't generate ppc64le images, do we want to mark /verified qe manual test, and verify in a subsequent build? Thank you for the guidance, Paul |
|
/verified by @hemali Gujarathi from Power QE |
|
@prb112: This PR has been marked as verified by 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/retest-required |
|
@zaneb: all tests passed! 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-sigs/prow repository. I understand the commands that are listed here. |
|
@zaneb: Jira Issue Verification Checks: Jira Issue OCPBUGS-70168 Jira Issue OCPBUGS-70168 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@zaneb: new pull request created: #10346 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-sigs/prow repository. |
Evidently on PPC64LE we need about 200MiB more space than a 4GiB volume
can contain, despite the image we're pulling being only about 1.4GB.
It's not clear why the system repo is (presumably) taking up so much
space, but a 5GiB volume should be enough to contain it.
Since a tmpfs only allocates RAM for space that is actually used, it
should be safe to increase the allocation. If this causes us to actually
run out of RAM, we will encounter that problem later (it may, however,
be more difficult to debug).