OCPBUGS-11592: increase etcd memory limit floor#1647
OCPBUGS-11592: increase etcd memory limit floor#1647openshift-merge-robot merged 1 commit intoopenshift:mainfrom
Conversation
|
@dusk125: This pull request references Jira Issue OCPBUGS-11497, 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 kubernetes/test-infra repository. |
|
@dusk125: This pull request references Jira Issue OCPBUGS-11592, 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 kubernetes/test-infra repository. |
|
/jira refresh |
|
@dusk125: This pull request references Jira Issue OCPBUGS-11592, 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 kubernetes/test-infra repository. |
|
/cherry-pick release-4.13 |
|
@dusk125: once the present PR merges, I will cherry-pick it on top of release-4.13 in a new PR and assign it to you. 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. |
41ba431 to
ed4673b
Compare
|
The verify job is reporting an error because we now require changes to microshift code that show up in the etcd build to be revendored as part of the same PR. |
ed4673b to
029f424
Compare
|
Given the refactoring of the config code that landed last week for 4.14 that we won't be backporting, you may have to hand-craft the backport of this fix into 4.13. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dhellmann, dusk125 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 |
|
@dusk125: 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/test-infra repository. I understand the commands that are listed here. |
|
@dusk125: Jira Issue OCPBUGS-11592: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-11592 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. |
|
@dusk125: #1647 failed to apply on top of branch "release-4.13": 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. |
The memory limit floor of 50mb was too low and was causing issues in testing, this PR raises this minimum valid value to 128mb to resolve this issue.