Latest activity

  • 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
  • F
    PBS? Ist Proxmox Backup server? Damit habe ich mich noch nie beschäftigt.
  • F
    @Impact: Ich denke dass liegt daran, dass Root Disk und Mount Point des lxc auf HDD liegen?! cat /etc/pve/storage.cfg dir: local path /var/lib/vz content iso,vztmpl,backup lvmthin: local-lvm thinpool data vgname...
  • B
    pfsense runs on FreeBSD just as Proxmox runs on Debain. In both there is nothing stopping you adding upstream packages and user specific modifications. pfsense has a GUI utility to backup the norml pfsense configuration, the extra user specific...
  • B
    One thing I don't understand is, why there is no webUI integration to back up some folders. As you already can use the proxmox-backup-client in CLI to do host backups and backup any file, folder or block device to your PBS server. I for example...
  • B
    I understand your point, not saying your wrong since there are so many ways to customize PVE.. however there should be a backup like PFSense has, where we can choose certain areas and maybe even directories to backup and simply restore. A...
  • B
    I've seen a lot of "answers" effectively saying to just copy the /etc/pve directory from the running node, and when it dies, install PVE onto a new drive and paste the pve directory into the new one. No one has explained how to do that - you...
  • B
    Agree The VM's like 3cx & pfsense have the option to readily backup / restore their configuration. Proxmox can easily be used to take a snapshot or clone a VM Both options minimize the risks / decreasing the cost of doing and possibly reverting...
  • B
    I am considering to switch to proxmox, but not until I can figure out how to do a scheduled backup of the host so that I can easily and quickly do a bare-metal restore. It blows my mind that this does not exists in proxmox......