Search results

  1. B

    Custom pve-kernel fails due to private git repo

    Trying to build a custom Proxmox kernel from https://github.com/proxmox/pve-kernel currently fails as it tries to fetch the ubuntu-kernel submodule from https://github.com/proxmox/mirror_ubuntu-kernels which 404s (presumably its a private repo). Is there a way to build a fresh pve-kernel with...
  2. B

    ice(?) memory leak in Proxmox 9

    After upgrading to proxmox 9 my hosts that use the ice driver (ie Intel 25G NICs) for the ceph network (with jumbo frames) show a pretty quick memory leak (something like 10GB/day). I assume it was fixed in upstream kernel commit 84bf1ac85af84d354c7a2fdbdc0d4efc8aaec34b, any chance we could get...
  3. B

    LXC Containers with CephFS Mountpoints Fail to Start at Boot

    Basically what the title says. I have a few LXC containers that have filesystem mount points pointing to CephFS filesystems to sync containers across hosts. Sadly, they always fail to start on boot (I assume cause CephFS is just slower to start than they are, they have no problem being started...