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.
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.
openvswitch %pre scriptlet adds the
openvswitchuser to thehugetblfsgroup. Since %pre runs withoutset -eby default the failures are ignored resulting in worker nodes that do not come online during a cluster install.These errors are showing up during the rpm-ostree compose: