I've been working on a proof-of-concept for a cluster. Created a nightly backup job to experiment (not PBS). It only backed up one of two VMs last night. I see no attempt to back up VM 100 and no error? It is running, the status shows a floppy disk icon and the tooltip/hover shows "config locked (backup)." Log below.
Total running time: 2m 24s
Total size: 1.658 GiB
Any suggestions to diagnose/resolve?
Details
VMID | Name | Status | Time | Size | Filename |
101 | ns2-test | ok | 2m 24s | 1.658 GiB | /mnt/pve/cephfs/dump/vzdump-qemu-101-2025_02_12-21_00_01.vma.zst |
Total running time: 2m 24s
Total size: 1.658 GiB
Logs
Code:
vzdump --storage cephfs --quiet 1 --prune-backups 'keep-daily=3,keep-monthly=1,keep-weekly=2' --mode snapshot --notes-template '{{guestname}}' --fleecing 0 --compress zstd --all 1
101: 2025-02-12 21:00:01 INFO: Starting Backup of VM 101 (qemu)
101: 2025-02-12 21:00:01 INFO: status = running
...
101: 2025-02-12 21:02:25 INFO: prune older backups with retention: keep-daily=3, keep-monthly=1, keep-weekly=2
101: 2025-02-12 21:02:25 INFO: pruned 0 backup(s)
101: 2025-02-12 21:02:25 INFO: Finished Backup of VM 101 (00:02:24)
Any suggestions to diagnose/resolve?