I got to work this morning to find that all of the backups failed across 4 nodes.
I read that 'backup is sparse means something like a VM that takes 100GiB of space, contains 50GiB of zeros and is not unusual, maybe related to thin provisioning.
However, looking at the errors, it's not clear why since the NFS share is only 7% used yet I received a message that all backups failed.
What really happened?
I read that 'backup is sparse means something like a VM that takes 100GiB of space, contains 50GiB of zeros and is not unusual, maybe related to thin provisioning.
However, looking at the errors, it's not clear why since the NFS share is only 7% used yet I received a message that all backups failed.
What really happened?
Code:
INFO: starting new backup job: vzdump 201 120 121 198 199 1009 --mailnotification always --storage nfs_vmstore --prune-backups 'keep-weekly=1' --notes-template '{{guestname}}' --mailto support@aaa.com --quiet 1 --mode snapshot --compress zstd
INFO: skip external VMs: 120, 121, 198, 201, 1009
ERROR: Backup of VM 199 failed - unable to find VM '199'
INFO: Failed at 2022-12-11 01:00:10
INFO: Backup job finished with errors
TASK ERROR: job errors
-----------------------
This was a longer list of each task. I'm showing only the last one for brevity.
Header
Proxmox
Virtual Environment 7.2-7
Datacenter
Status
Cluster: proclust, Quorate: Yes
Nodes
Online
4
Offline
0
Virtual Machines
Running
16
Stopped
2
LXC Container
Running
0
Stopped
0
CPU
of 128 CPU(s)
Memory
219.94 GiB of 503.41 GiB
Storage
605.41 GiB of 13.80 TiB
No Subscription
You have at least one node without subscription.
Logs
()
INFO: starting new backup job: vzdump 201 120 121 198 199 1009 --prune-backups 'keep-weekly=1' --compress zstd --notes-template '{{guestname}}' --mailto support@aaa.com --mode snapshot --mailnotification always --quiet 1 --storage nfs_vmstore
INFO: skip external VMs: 120, 121
**SNIP**
INFO: Starting Backup of VM 1009 (qemu)
INFO: Backup started at 2022-12-11 01:17:50
INFO: status = running
INFO: VM Name: c8-devzub
INFO: include disk 'scsi0' 'local-zfs:vm-1009-disk-0' 32G
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: creating vzdump archive '/mnt/pve/nfs_vmstore/dump/vzdump-qemu-1009-2022_12_11-01_17_50.vma.zst'
INFO: issuing guest-agent 'fs-freeze' command
INFO: issuing guest-agent 'fs-thaw' command
INFO: started backup task 'c0a4d2e5-828b-4672-b119-fb92e4ecd605'
INFO: resuming VM again
INFO: 2% (899.0 MiB of 32.0 GiB) in 3s, read: 299.7 MiB/s, write: 60.8 MiB/s
**SNIP**
INFO: 100% (32.0 GiB of 32.0 GiB) in 5m 20s, read: 617.9 MiB/s, write: 37.6 MiB/s
INFO: backup is sparse: 10.26 GiB (32%) total zero data
INFO: transferred 32.00 GiB in 320 seconds (102.4 MiB/s)
INFO: archive file size: 14.72GB
INFO: adding notes to backup
INFO: prune older backups with retention: keep-weekly=1
INFO: removing backup 'nfs_vmstore:backup/vzdump-qemu-1009-2022_12_04-01_23_59.vma.zst'
INFO: pruned 1 backup(s) not covered by keep-retention policy
INFO: Finished Backup of VM 1009 (00:05:23)
INFO: Backup finished at 2022-12-11 01:23:13
INFO: Backup job finished with errors
TASK ERROR: job errors
Last edited: