Latest activity

  • C
    I found out extremely quickly why the Ubuntu24 package is not the right way: See: https://github.com/satorisage/dell-ism-proxmox-9.1-patch (good explanation why it happens but I don't trust running a random github script with no vetting) I had...
  • P
    Oh that explains it. You have a duplicate entry for qemu-server which is not allowed in the Cluster Filesystem. It most likely comes from this command: 254 mv qemu-server/* ../core-routing/qemu-server/ You moved the content of qemu-server rather...
  • V
    Thanks - you've pointed me to exactly the thing I was missing, i.e. where to find the actual changes between the ubuntu kernels that Proxmox kernels are based on. The thing is - I'm not particularly looking forward to spending hours poring...
  • U
    If you think there are few changes between versions 6.14.0-26.26 and 6.14.0-37.37, and the patch described below is small, you should be able to figure it out. You should take a look and decide for yourself if there aren’t that many changes...
  • V
    I ended up going back to 6.14.8, spontaneous reboots are gone, all back happy again. If, as I believe, this issue started between 6.14.8 and 6.14.11 (which I'm not entirely sure about, I think I only tried 6.14.11 once), shouldn't it be possible...
  • U
    Thanks! I think what happened is the ABI bump triggered a rebuild of the ZFS DKMS module and that is a potential root cause of losing block_cloning_endian support. This is a testable hypothesis. I will need to run both the before and after...
  • P
    Proxoxo replied to the thread Decrease a VM Disk Size.
    Sorry, that was a typo, corrected it in my original post. Indeed, I checked and the fs was really shrunk.
  • O
    Well, I've checked the docs. Temporary location is mentioned for backups of containers in suspend mode, see https://pve.proxmox.com/pve-docs/chapter-vzdump.html Also, the snapshot mode uses a temporary snapshot. But have a look at...
  • B
    Proxmox VE is an impressive platform, and what the team is doing is genuinely valuable. I've been running it on one node and was about to deploy it more widely - a second and maybe third node, with plans to cluster. But the lack of built-in host...
  • P
    Hello, @Onslow ! Just the default (snapshot)
  • O
    Onslow replied to the thread Decrease a VM Disk Size.
    Hi, @Proxoxo If you really issued the above command, I suspect that you didn't shring the fs, in fact. resize2fs accordingly to the documentation doesn't support negative number. It must be the new size, not the difference relative to the...
  • S
    Hi, we are experiencing the problem that live migrations get slower over time - meaning the higher the uptime of a host the slower it gets. I know there are several posts already in regards to slow live migrations, however, we - have dedicated...
    • fast.png
    • slow.png
  • B
    No, I tried to make clear I don't think it is a NIC issue as it affects at least 3 completely different type of NICs (including mine, which has the very latest drivers). It is, very specifically, an issue I have only seen when using the...
  • G
    Hey folks, I'm new here. I spent a weekend trying to get full passtrhough of my IGD and wanted to share my configs in case they can be helpful to others. There are few threads around, but none of them quite worked straight away with my hardware...
  • O
    Hi, @ph4zed This message may be about other filesystem. During a backup, the data may be temporarily stored elsewhere and then moved to the final directory. AFAIR, it particularly is the case for some backup mode. What backup mode do you use?
  • P
    Proxoxo replied to the thread Decrease a VM Disk Size.
    This site indicates that there is still a step to repair the partition table with running: fdisk -l gdisk /dev/sda v #to verify that the partition table is repaired; w #to write to the partition table. fdisk -l #to...
  • F
    Hello everyone, I work for a company that has several Proxmox servers installed. However, the company does not want to purchase the enterprise license, and another technician wants to perform Proxmox updates using the no-subscription repository...
    • Captura de tela 2026-05-10 183508.png
  • U
    Apart from commit e057618, it doesn't appear that there have been any changes from the previous version... https://github.com/proxmox/pve-kernel/commits/trixie-6.17/
  • U
    Thanks, but is there a bug in the 6.17.13-7 kernel? The zfs feature was supported in 6.17.13-6.
  • P
    Proxoxo replied to the thread Decrease a VM Disk Size.
    I tried to shrink a VM hard drive on a ZFS pool. This VM (Ubuntu server 24.04 LTS) was migrated from Hyper-V (Gen 2 VM) to Proxmox, so the VM has 2 drives: an EFI drive 'vm-102-disk-0' of 1.05 MB (/dev/sda1) and a Linux Filesystem drive...
    • VM1.png
    • VM2.png
    • VM3.png