Recent content by powersupport

  1. powersupport

    How to Setup Retention When Multiple Backup Jobs on Same VM

    Hi, You don't actually need three separate jobs! Having multiple jobs for the same VM causes them to step on each other and prune each other's backups. The best solution is to use 1 single daily backup job and let Proxmox handle the retention automatically. On your single daily job, set the...
  2. powersupport

    USB devices connected to the vm but not working

    Since the host is detecting both USB devices with lsusb, but they are repeatedly resetting and the VM can see them without any traffic passing through, it looks more like a USB passthrough or kernel regression after the PVE 9 upgrade rather than a VM configuration issue. Could you please check...
  3. powersupport

    Live VM Migration fails

    Hi, The error client closed connection to the resume command means that the migration data actually transferred successfully, but the QEMU process on the target node crashed or terminated immediately when trying to resume the VM state. Since the migration network and conntrack toggles aren't...
  4. powersupport

    How can I prevent root user in PVE to delete backups created via PBS?

    Hi, Yes, to some extent. The best approach is to use a dedicated PBS API token with only the permissions needed to create backups, and do not grant delete privileges. Let PBS handle pruning based on its retention policy. However, if someone has full root/admin access to both Proxmox VE and...
  5. powersupport

    Proxmox VE 9 – Management Network Connectivity Loss After Firewall Failover / Reload

    Hi all, We are experiencing an issue on several Proxmox VE 9 nodes where management network connectivity is lost following a firewall failover, firewall reload, or temporary firewall service interruption on our Palo Alto PA1410 HA pair. Symptoms: The affected Proxmox node becomes unreachable...
  6. powersupport

    Clone VM without changing the UUID?

    Hi, I can understand your concern. In your case, VM B is not really a separate machine but a refreshed copy of VM A, so keeping the same UUID would help avoid licensing issues and reduce administrative work. As far as I know, there is currently no option in Proxmox to keep the UUID...
  7. powersupport

    Proxmox not rebooting properly

    Hi, This sounds more like a hardware/BIOS issue than a Proxmox issue, since the system works fine after a full power off and only has trouble on reboot. You may want to check the BIOS boot settings again (especially Fast Boot / boot mode), and also confirm whether the SSD is being detected...
  8. powersupport

    Allow users to see and restore backups but not delete them

    Hi, Unfortunately, this is currently not possible in Proxmox. The VM.Backup privilege allows users to view, restore, and also delete backups. There is no separate restore-only permission available at the moment.
  9. powersupport

    Deleting snapshots extremly slow and VM's freeze

    When you delete a snapshot, Proxmox has to merge the changes back into the base .qcow2 file. Because it's on NFS, QEMU forces every single write to be completely synchronous over the network. This locks up the VM's disk controller and causes the freeze, regardless of how fast your Optane and...
  10. powersupport

    Unable to remove a snapshot

    Hi, It looks like the tape-restored snapshot may still have some locked or protected metadata. You may try: Running datastore verify Running garbage collection Checking for active tasks/locks Restarting proxmox-backup-proxy If normal removal still fails, manual cleanup may be required after...
  11. powersupport

    Proxmox 8.4 and Veeam Backup issue while the VM is offline

    Hi, This is expected in Proxmox. When a VM is shut down from the GUI, its disk is fully deactivated, so Veeam can’t see it. Using: qm stop 114 --keepactive works because it keeps the disk active even when the VM is off. a way to make --keepactive the default in the GUI. As a workaround...
  12. powersupport

    VM not booting up with LVM FC LUN storage

    Hi, Anyone advice on this issue? Thank you
  13. powersupport

    VM not booting up with LVM FC LUN storage

    This is results @alexskysilk root@pVE-04:~# cat /etc/pve/storage.cfg dir: local path /var/lib/vz content backup,vztmpl,iso lvmthin: local-lvm thinpool data vgname pve content images,rootdir lvm: pVE-DataStore vgname PVE-DS01 content rootdir,images saferemove 0 shared 1 esxi: esxi02 server...
  14. powersupport

    Caching drive replacement

    This looks more like a cache path / mount issue than an S3 problem. When PBS marks an S3 datastore as “unavailable,” it’s usually because the local cache directory isn’t accessible or doesn’t match what PBS expects. Here are a few things to check: 1. Verify the new disk is mounted correctly...
  15. powersupport

    Failed backup - unable to activate storage

    Hi, This looks like the NFS storage is temporarily disconnecting during backup. Since it happens on different nodes and VMs, it’s likely a network or NFS mount issue, not the VM itself. Please check NFS connectivity, server logs, and mount stability on /mnt/pve/dm5000h.