Hello,
I'm trying to back up some VMs and CT to a S3 bucket.
PBS is a VM running on PVE. My cache is a dedicated ext4 disk, mounted on
Regularly, the backup job hangs in a middle of a backup, and
The command
I've tried adding
When I restart
What is happening?
Emile
I'm trying to back up some VMs and CT to a S3 bucket.
PBS is a VM running on PVE. My cache is a dedicated ext4 disk, mounted on
/var/cache/pbs-s3/, which is hosted on a ZFS datastore.Regularly, the backup job hangs in a middle of a backup, and
proxmox-backup-proxy stops responding, as does the web UI. I can still ping the VM, open a shell, etc.; it's not overloaded. The backup job gets stuck without any error log, just INFO: 11% (82.2 GiB of 747.0 GiB) in 7m 14s, read: 80.5 MiB/s, write: 77.6 MiB/sThe command
service proxmox-backup-proxy shows this:
Code:
root@pbs01-lab:~# service proxmox-backup-proxy status
● proxmox-backup-proxy.service - Proxmox Backup API Proxy Server
Loaded: loaded (/usr/lib/systemd/system/proxmox-backup-proxy.service; enabled; preset: enabled)
Active: active (running) since Tue 2026-08-04 17:06:46 CEST; 23min ago
Invocation: c294629ed5014ee89315d5f6286d26f2
Main PID: 3767 (proxmox-backup-)
Tasks: 43 (limit: 1415)
Memory: 1G (peak: 1.2G)
CPU: 19min 26.042s
CGroup: /system.slice/proxmox-backup-proxy.service
└─3767 /usr/lib/x86_64-linux-gnu/proxmox-backup/proxmox-backup-proxy
Aug 04 17:18:14 pbs01-lab proxmox-backup-proxy[3767]: error during snapshot file listing: 'unable to load blob '"/var/cache/pbs-s3/vm/109/2026-08-04T15:08:24Z/index.json.blob"' - No such file or directory (os error 2)'
Aug 04 17:18:14 pbs01-lab proxmox-backup-proxy[3767]: error during snapshot file listing: 'unable to load blob '"/var/cache/pbs-s3/vm/109/2026-08-04T14:45:21Z/index.json.blob"' - No such file or directory (os error 2)'
Aug 04 17:20:51 pbs01-lab proxmox-backup-proxy[3767]: error during snapshot file listing: 'unable to load blob '"/var/cache/pbs-s3/vm/101/2026-08-04T11:50:19Z/index.json.blob"' - No such file or directory (os error 2)'
Aug 04 17:20:51 pbs01-lab proxmox-backup-proxy[3767]: error during snapshot file listing: 'unable to load blob '"/var/cache/pbs-s3/vm/109/2026-08-04T14:28:59Z/index.json.blob"' - No such file or directory (os error 2)'
Aug 04 17:20:51 pbs01-lab proxmox-backup-proxy[3767]: error during snapshot file listing: 'unable to load blob '"/var/cache/pbs-s3/vm/109/2026-08-04T15:08:24Z/index.json.blob"' - No such file or directory (os error 2)'
Aug 04 17:20:51 pbs01-lab proxmox-backup-proxy[3767]: error during snapshot file listing: 'unable to load blob '"/var/cache/pbs-s3/vm/109/2026-08-04T14:45:21Z/index.json.blob"' - No such file or directory (os error 2)'
Aug 04 17:27:05 pbs01-lab proxmox-backup-proxy[3767]: error during snapshot file listing: 'unable to load blob '"/var/cache/pbs-s3/vm/101/2026-08-04T11:50:19Z/index.json.blob"' - No such file or directory (os error 2)'
Aug 04 17:27:05 pbs01-lab proxmox-backup-proxy[3767]: error during snapshot file listing: 'unable to load blob '"/var/cache/pbs-s3/vm/109/2026-08-04T14:28:59Z/index.json.blob"' - No such file or directory (os error 2)'
Aug 04 17:27:05 pbs01-lab proxmox-backup-proxy[3767]: error during snapshot file listing: 'unable to load blob '"/var/cache/pbs-s3/vm/109/2026-08-04T15:08:24Z/index.json.blob"' - No such file or directory (os error 2)'
Aug 04 17:27:05 pbs01-lab proxmox-backup-proxy[3767]: error during snapshot file listing: 'unable to load blob '"/var/cache/pbs-s3/vm/109/2026-08-04T14:45:21Z/index.json.blob"' - No such file or directory (os error 2)'
I've tried adding
barried=0 to /etc/fstab for my cache disk and writeback (unsafe) for the cache management of that disk. I also tried limiting the bandwidth at 150 MiB/s.When I restart
proxmox-backup-proxy, the GUI immediatly comes back, the current VM job is dropped and the next VM is processed normally.What is happening?
Emile
Last edited: