Skip to content
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

kola: add openvswitch in hugetlbfs group test #1275

Merged
merged 1 commit into from
May 8, 2023

Commits on May 8, 2023

  1. kola: add openvswitch in hugetlbfs group test

    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
    mike-nguyen committed May 8, 2023
    Configuration menu
    Copy the full SHA
    b0b73c9 View commit details
    Browse the repository at this point in the history