Howdy,
Love the arm64 availability - I've got a CM5 cluster using a Super4C board and I'm building it as I speak. I went the "upgrade" from tixie path - everything appears to work well except its on the trixie kernel `Linux cm5-3-0 6.18.39+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.18.39-1+rpt1 (2026-07-29) aarch64 GNU/Linux`, not the proxmox v7 kernel
Look forward to it being supported officially on these boards
Anyway, PBS backups are not working and I'm wondering if this is expected or something to do with how I've installed it. When I back up the first time, the backup succeeds. Any subsequent back fails with:
A test restore of the original backup also fails:
In PBS, the backup verifies just fine
Any advice?
Love the arm64 availability - I've got a CM5 cluster using a Super4C board and I'm building it as I speak. I went the "upgrade" from tixie path - everything appears to work well except its on the trixie kernel `Linux cm5-3-0 6.18.39+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.18.39-1+rpt1 (2026-07-29) aarch64 GNU/Linux`, not the proxmox v7 kernel
Look forward to it being supported officially on these boards
Anyway, PBS backups are not working and I'm wondering if this is expected or something to do with how I've installed it. When I back up the first time, the backup succeeds. Any subsequent back fails with:
INFO: starting new backup job: vzdump 400 --node cm5-4-0 --storage pbs --remove 0 --mode snapshot --notes-template '{{guestname}}' --notification-mode notification-system
INFO: Starting Backup of VM 400 (qemu)
INFO: Backup started at 2026-08-31 07:49:31
INFO: status = running
INFO: VM Name: debian-12
INFO: include disk 'scsi0' 'zfs:vm-400-disk-1' 32G
INFO: include disk 'efidisk0' 'zfs:vm-400-disk-0' 64M
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: creating Proxmox Backup Server archive 'vm/400/2026-08-31T06:49:31Z'
INFO: issuing guest-agent 'fs-freeze' command
INFO: starting backup via QMP command
INFO: issuing guest-agent 'fs-thaw' command
ERROR: VM 400 qmp command 'backup' failed - backup register image failed: command error: no previous backup found, cannot do incremental backup
INFO: aborting backup job
INFO: resuming VM again
ERROR: Backup of VM 400 failed - VM 400 qmp command 'backup' failed - backup register image failed: command error: no previous backup found, cannot do incremental backup
INFO: Failed at 2026-08-31 07:49:32
INFO: Backup job finished with errors
A test restore of the original backup also fails:
new volume ID is 'zfs:vm-400-disk-0'
new volume ID is 'zfs:vm-400-disk-1'
restore proxmox backup image: /usr/bin/pbs-restore --repository root@pam@pbs-1-1.dege.internal:truenas_s3 vm/400/2026-08-31T06:34:14Z drive-efidisk0.img.fidx /dev/zvol/zfs/vm-400-disk-0 --verbose --format raw --skip-zero
connecting to repository 'root@pam@pbs-1-1.dege.internal:truenas_s3'
using up to 4 threads
open block backend for target '/dev/zvol/zfs/vm-400-disk-0'
starting to restore snapshot 'vm/400/2026-08-31T06:34:14Z'
download and verify backup index
restore failed: unable to read fixed index 'drive-efidisk0.img.fidx' - EINVAL: Invalid argument
temporary volume 'zfs:vm-400-disk-1' successfully removed
temporary volume 'zfs:vm-400-disk-0' successfully removed
error before or during data restore, some or all disks were not completely restored. VM 400 state is NOT cleaned up.
TASK ERROR: command '/usr/bin/pbs-restore --repository root@pam@pbs-1-1.dege.internal:truenas_s3 vm/400/2026-08-31T06:34:14Z drive-efidisk0.img.fidx /dev/zvol/zfs/vm-400-disk-0 --verbose --format raw --skip-zero' failed: exit code 255
In PBS, the backup verifies just fine
2026-08-31T16:56:13+10:00: verify truenas_s3:vm/400/2026-08-31T06:34:14Z
2026-08-31T16:56:13+10:00: check qemu-server.conf.blob
2026-08-31T16:56:13+10:00: check drive-scsi0.img.fidx
2026-08-31T16:57:47+10:00: verified 1837.71/6188.00 MiB in 93.54 seconds, speed 19.65/66.15 MiB/s (0 errors)
2026-08-31T16:57:47+10:00: check drive-efidisk0.img.fidx
2026-08-31T16:57:47+10:00: verified 0.00/4.00 MiB in 0.02 seconds, speed 0.09/184.17 MiB/s (0 errors)
2026-08-31T16:57:47+10:00: TASK OK
Any advice?