History:
I had some LXC containers build with CentOS8, added the Stream repositories and updated all packages. Rebooted the container from within and everything was running fine for quite some time.
I have updated proxmox/PVE a few times without rebooting the host or the containers. Today I had...
The LXC hook scripts do not recognize the numbering scheme for Stream releases. There is a simple fix:
root@pve:~# pveversion
pve-manager/6.2-12/b287dd27 (running kernel: 5.4.65-1-pve)
root@pve:~# diff -u /usr/share/perl5/PVE/LXC/Setup/CentOS.pm{.orig,}
---...