kola: add openvswitch in hugetlbfs group test#1275
kola: add openvswitch in hugetlbfs group test#1275openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
jlebon
left a comment
There was a problem hiding this comment.
Should we cross-link coreos/fedora-coreos-tracker#1250 in the commit message since that's the real underlying issue?
|
/approve |
|
/hold looks like openvswitch only adds this user toe hugetblfs on x86_64 and ppc64le |
|
/hold cancel |
|
/lgtm |
openvswitch %pre scriptlet adds the openvswitch user to the hugetblfs group. Since %pre runs without `set -e` by default the failures are ignored resulting in worker nodes that do not come online during a cluster install. This seems to be happening on only RHCOS based on RHEL 9.2 on ppc64le. These errors are showing up during the rpm-ostree compose: 14:30:05 openvswitch3.1.prein: usermod.rpmostreesave: /etc/passwd.6: lock file already used 14:30:05 openvswitch3.1.prein: usermod.rpmostreesave: cannot lock /etc/passwd; try again later. `: xref: coreos/fedora-coreos-tracker#1250
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, jlebon, mike-nguyen 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 |
|
@mike-nguyen: 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. |
|
/cherrypick release-4.13 |
|
@mike-nguyen: new pull request created: #1277 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. |
openvswitch %pre scriptlet adds the openvswitch user to the hugetblfs group. Since %pre runs without
set -eby default the failures are ignored resulting in worker nodes that do not come online during a cluster install. This seems to be happening on only RHCOS based on RHEL 9.2 on ppc64le.These errors are showing up during the rpm-ostree compose:
14:30:05 openvswitch3.1.prein: usermod.rpmostreesave: /etc/passwd.6: lock file already used 14:30:05 openvswitch3.1.prein: usermod.rpmostreesave: cannot lock /etc/passwd; try again later. `:
xref: coreos/fedora-coreos-tracker#1250