Hi,
This speed is normal for your setup.
Backups are slow because:
The backup system is running inside a virtual machine
The disk is a USB hard drive
The storage is going through another device (Raspberry Pi)
Backup software does more work...
Hi,
Thank you for the detailed explanation and for sharing your field-tested procedure.
Before we communicate this back to the customer, we just want to double-check with the Proxmox community:
Is this manual cleanup approach (Safe Mode...
Hi,
After migrating Windows VMs from VMware ESXi to Proxmox, we are seeing VMware Tools errors on the guest OS.
Guest OS: Windows Server 2016 / 2019 / 2022 / 2025
Could you please advise:
The recommended way to manually remove VMware Tools on...
Hi,
Since other VMs back up fine to the same PBS, this looks VM-specific, not a PBS issue.
The error happens before the backup task starts, which often points to:
Corrupted incremental / dirty bitmap state
Snapshot issue on that VM
Small...
We try to curl with both IP and hostname, but there is an error stating that there are SSL ceritifcate problem: self-signed certificate.
Currently, we have 2 certificates configured on our proxmox mail relay server.
I have attached the...
This is not a kernel issue. The ZFS storage was missing support for cloud-init disks.
In /etc/pve/storage.cfg, the ZFS pool did not include cloudinit in the content types:
zfspool: proxmox
content images,rootdir
After updating it to...
Hi,
Thanks for the clarification.
So to confirm:
• New VMs already include Microsoft UEFI CA 2023
• qm enroll-efi-keys is only for older VMs
• Windows Server is supported when OS Type and EFI config are correct
• No further action required...
Hi,
This is normal.
Disk format options depend on the storage type.
LVM / ZFS / Ceph → only raw
Directory / NFS → qcow2 is available
Your storage only supports raw, so no other options are shown.
Check Datacenter → Storage to see the storage...
Hi,
Thanks for confirming.
Understood — so at the moment `qm enroll-efi-keys` only applies to Windows 10/11,
and Windows Server editions are intentionally excluded for now.
We’ll rely on Windows Update inside the guest for Server VMs and wait...
This error is caused by a leftover mount directory from a failed snapshot, which started happening after the Proxmox 9 upgrade. The key message is:
This means Proxmox is trying to mount the snapshot, but the mount directory already contains...
Hi all,
Thank you for the detailed explanations so far — this helped a lot.
Just to double-confirm my understanding:
• It is expected that older EFI vars (created before the recent updates)
may not contain "Microsoft UEFI CA 2023".
• Newly...
Hi,
This issue doesn’t appear to be related to Proxmox Backup Server or the NAS.
On the affected node, the containers have an extra data folder attached. During backup, Proxmox tries to include that folder, but it’s not available at the moment...
This is a TOML limitation, not a ZFS one.
In TOML, the same key cannot be used more than once, so this fails:
filter.ID_SERIAL "*194K"
filter.ID_SERIAL "*191V"
Use an array for filter.ID_SERIAL:
[disk-setup]
filesystem = "zfs"
zfs.raid =...
This problem started after upgrading Proxmox Backup Server to version 4.1.0. While backups and verification jobs continue to run successfully, the Garbage Collection (GC) task fails during the “sweep unused chunks” phase due to an error returned...
Hi,
To add a custom backup time like every day at 23:00, you need to use the Custom option in the Schedule field.
Steps:
Go to Datacenter → Backup.
Click Add or Edit on your backup job.
In the Schedule drop-down
Now you can type your own time...
Your container is stored as a .raw file on ZFS ( local-zfs-dir ), which does not support snapshots. Because of this, snapshot backups fall back to suspend mode, which uses rsync -A to copy files with ACLs. After the Debian upgrade, systemd...
Hi,
Backups can cause high disk I/O on the node, and Grafana/InfluxDB is sensitive to that. Even though both run on the same VM, the storage is shared, so the backup load can slow it down and trigger alerts.
You can try limiting backup speed...
Hi,
Yes, it still makes sense.
Even with one Proxmox server and one PBS server, you get faster backups, deduplication, and safer storage.
PBS is installed using the ISO file.
And yes, it’s best to run PBS on its own physical server.
Hi Team,
We would like to clarify the correct steps for activating Proxmox Mail Gateway (PMG) subscriptions in an offline / air-gapped environment using Proxmox Offline Mirror (POM).
We understand that the general workflow is:
On a machine...
We are currently having an issue where we provisioned 1x Storage LUN via FC to 4x Servers.We mounted the server on 1 of the server as LVM and we realize we are not able to perform snapshot.Understanding from https://pve.proxmox.com/wiki/Storage...