Search results

  1. fabian

    [SOLVED] One Debian Guest VM extremely slow on Proxmox VE 9 - all other seem fine on the same Host

    does look more like an IO issue to be honest.. how is your ZFS configured? could you post "zpool status", "zpool iostat 10" and "zfs get all ..." (the last one for each zvol used by the two VMs you posted)?
  2. fabian

    Speed up backup indexing

    https://bugzilla.proxmox.com/show_bug.cgi?id=3752 this is a known issue that requires some significant refactoring, but with the recent PDM <-> PBS work IIRC we now have a streaming implementation that we could port over to PVE as well.
  3. fabian

    error updating pve 8.4.13

    "dpkg --remove-architecture i386"
  4. fabian

    [SOLVED] One Debian Guest VM extremely slow on Proxmox VE 9 - all other seem fine on the same Host

    it would probably help if you'd include more relevant details - VM config of the slow one and a fast one - storage setup - any relevant logs - an actual benchmark (CPU, disk, ..) showing the performance difference
  5. fabian

    Problem with node update

    poste mal "proxmox-backup-tool status". normalerweise reicht es aus, alte kernel pakete zu entfernen. wenn das nicht funktioniert, musst du eventuell haendisch aufraeumen (/dev/disk/by-uuid/FB5D-B209 wohin mounten, dann aufraeumen, dann unmounten)
  6. fabian

    GC force, or other method to free up space?

    that sounds like a storage problem to be honest, I don't know why removing files has no actual effect for your setup.
  7. fabian

    Problem with node update

    nein - du musst erst das problem loesen..
  8. fabian

    GC force, or other method to free up space?

    that is also very dangerous! you can try moving some of the .chunk hierarchy to other storage (without adding symlinks) and then run GC. it will complain about missing chunks, but should hopefully clear up enough space so that you can move them back and re-run GC a second time. don't attempt...
  9. fabian

    Post PVE 9.0x upgrade from PVE 8

    that is not a complete kernel commandline, which is causing those issues. look at the contents of /proc/cmdline and then add the extra parameter
  10. fabian

    Suspected memory leak in Proxmox CE 9.0.6

    there's two test kernels here: http://download.proxmox.com/temp/kernel-6.8-ice-memleak-fix-1/ (6.8 for Bookworm) http://download.proxmox.com/temp/kernel-6.14-ice-memleak-fix-1/ (6.14 for Trixie) with a potential upstream fix. feedback would be appreciated!
  11. fabian

    Proxmox Offline Mirror released!

    thanks, that was indeed wrong: https://git.proxmox.com/?p=proxmox-offline-mirror.git;a=commitdiff;h=6945134b3ba345687f3ea84870fd98204947adaf next bump will include the fix!
  12. fabian

    Slow memory leak in 6.8.12-13-pve

    https://lore.kernel.org/all/20250825-jk-ice-fix-rx-mem-leak-v2-1-5afbb654aebb@intel.com/ seems like a likely fix for this memory leak, a test kernel is available here and we'd appreciate feedback on whether it fixes your issues: http://download.proxmox.com/temp/kernel-6.8-ice-memleak-fix-1/...
  13. fabian

    Problem with node update

    die ESP wird nur waehrend kernel oder bootloader updates gemounted, wenn proxmox-boot-tool verwendet wird. daher scheint sie in so einem setup auch nicht in `df -h` auf.
  14. fabian

    GC force, or other method to free up space?

    how is your datastore's storage configured? if you cannot add more space, you really need to free up some space (for example, by deleting some more snapshots - but you need to ensure no new backups or syncs are attempted that immediately undo this!) and then trigger a manual GC..
  15. fabian

    Installing on top of Debian with Systemd-boot and BTRFS

    if you want to use proxmox-boot-tool, then yes. you also don't need such custom hooks without p-b-t on Trixie at least, and Bullseye is EOL.
  16. fabian

    PBS compression backup job

    what is the actual storage setup on both sides? what kind of NVMEs? what kind of random IO performance do they give with your storage setup?
  17. fabian

    [SOLVED] Remove or reset cluster configuration.

    if you have backups, those contain a copy of the guest config that you can drop into /etc/pve/local/lxc or /etc/pve/local/qemu . else, you need to recreate the configs from the current running state and memory
  18. fabian

    Problem with node update

    das bedeutet dass auf deiner EFI System Partition nicht genug platz fuer alle installierten kernel ist..
  19. fabian

    Post PVE 9.0x upgrade from PVE 8

    could you post the contents of "/etc/kernel/cmdline"?