Search results

  1. O

    Publish latest pve-kernel-5.15 kernel

    Dear Proxmox Team, It seems you forgot to upload the latest versions of pve-kernel 5.15 on your git repo (pve-kernel-5.15.152-1 and corresponding pve-kernel-5.15 v7.4-13) Looking forward this new version to be able to recompile the kernel with our own options/modules. Thanks in advance, and...
  2. O

    Last 5.15 kernel (5.15.136-1-pve) not published on proxmox git?

    Hello, A new 5.15 kernel has been rolled out for PVE 7.4 a couple days ago, pve-kernel-5.15.136-1-pve, but I cant find its source published on the proxmox' git server. Am I just being too impatient? :-) (I am actually, because I need to recompile ASAP with additional modules). BTW, I would...
  3. O

    pvestatd runs "zfs mount -a" over and over again -- how stopping it?

    Same issue here with pve 7.3-1, mount -a is using 100% of a core (72TB server, 957 datasets)...
  4. O

    lxc with docker have issues on proxmox 7 (aufs failed: driver not supported)

    Hi all! After lots of trial and errors, I finally managed to set up a toolchain to recompile our own recent kernels with AUFS and ZFS and install them in PVE6.X (And now that I have it working, I guess I can safely upgrade our machines to PVE7.X without risking service disruption). First, what...
  5. O

    Linux Kernel 5.13, ZFS 2.1 for Proxmox VE

    Can I "build only the module"? I tried but was never able to insmod it, because the module was not matching with the kernel. I'd be happy to try this option if you can help or give some tips on how to match the two parts. The safe way for sure. The other issue I have is that older 5.4 kernel...
  6. O

    Linux Kernel 5.13, ZFS 2.1 for Proxmox VE

    Thank you Thomas. This is a very bad news on my side as we are developing a Proxmox-based product that depends on some of aufs' unique features. I guess I am left with the only option of maintaining my own promox kernel variant and release it through our own repo (which does not exist yet)...
  7. O

    Linux Kernel 5.13, ZFS 2.1 for Proxmox VE

    Thanks for this great news! Does it come with AUFS module support? (see my post here: https://forum.proxmox.com/threads/lxc-with-docker-have-issues-on-proxmox-7-aufs-failed-driver-not-supported.97851/#post-429892) Rationale for supporting AUFS: OVERLAYFS is not compatible with ZFS, but AUFS...
  8. O

    lxc with docker have issues on proxmox 7 (aufs failed: driver not supported)

    I have made progress on this issue. It seems that (the Great! ) Proxmox folks have simply not selected the aufs module when they recompiled the ubuntu kernel their way. However, my previous statement was partly wrong: even though Debian has announced that they will stop distributing AUFS, the...
  9. O

    lxc with docker have issues on proxmox 7 (aufs failed: driver not supported)

    I am stumbling on the same issue here: it turns that the Ubuntu kernel on which the PVE 7 kernel is based has stopped distributing the aufs-dkms package and recommends using the upstream supported overlay fs instead...