I'm experiencing a repeatable failure when trying to backup a VM Template. I'm using Proxmox v6.3-3, latest updates applied this morning.
I'm performing these steps:
I don't know why adding notes to a VM template before backing it up would cause a backup to fail. Also, I don't know what's changing behind the scenes that removing the note doesn't fix the issue. But I have found that I can create a clone from the template, and that clone will backup fine. I'm a bit lost.
Any help or direction would be appreciated. Thank you in advance.
I'm performing these steps:
- Create a VM, any VM OS, any VM configuration (in my case: Win2019, OMVF/UEFI).
- Backup the VM (succeeds 100% of the time)
- Convert the VM to a template.
- Backup the VM template (succeeds 100%).
- Create Notes for the VM Template.
- VM Template -> Summary -> Notes -> Gear
- Type 'foo' and click OK.
- Backup the VM template (fails 100% of the time).
- Delete the note that was created.
- Backup the VM template (fails 100%).
- Clone VM from template.
- Backup cloned VM (succeeds 100%).
Code:
INFO: starting new backup job: vzdump 102 --compress zstd --mode stop --remove 0 --node proxmox --storage Tier3-NAS
INFO: Starting Backup of VM 102 (qemu)
INFO: Backup started at 2021-02-17 13:46:28
INFO: status = stopped
INFO: backup mode: stop
INFO: ionice priority: 7
INFO: VM Name: Win2019-2102-Std-Template
INFO: include disk 'scsi0' 'Tier1-NVMe:102/base-102-disk-1.qcow2' 16G
INFO: include disk 'efidisk0' 'Tier1-NVMe:102/base-102-disk-0.qcow2' 128K
INFO: creating vzdump archive '/vm/nas/dump/vzdump-qemu-102-2021_02_17-13_46_28.vma.zst'
INFO: starting template backup
INFO: /usr/bin/vma create -v -c /vm/nas/dump/vzdump-qemu-102-2021_02_17-13_46_28.tmp/qemu-server.conf exec:zstd --rsyncable --threads=1 > /vm/nas/dump/vzdump-qemu-102-2021_02_17-13_46_28.vma.dat drive-efidisk0=/vm/nvme/images/102/base-102-disk-0.qcow2 drive-scsi0=/vm/nvme/images/102/base-102-disk-1.qcow2
INFO: vma: vma_writer_register_stream 'drive-scsi0' failed
ERROR: Backup of VM 102 failed - command '/usr/bin/vma create -v -c /vm/nas/dump/vzdump-qemu-102-2021_02_17-13_46_28.tmp/qemu-server.conf 'exec:zstd --rsyncable --threads=1 > /vm/nas/dump/vzdump-qemu-102-2021_02_17-13_46_28.vma.dat' 'drive-efidisk0=/vm/nvme/images/102/base-102-disk-0.qcow2' 'drive-scsi0=/vm/nvme/images/102/base-102-disk-1.qcow2'' failed: got signal 5
INFO: Failed at 2021-02-17 13:46:28
INFO: Backup job finished with errors
TASK ERROR: job errors
I don't know why adding notes to a VM template before backing it up would cause a backup to fail. Also, I don't know what's changing behind the scenes that removing the note doesn't fix the issue. But I have found that I can create a clone from the template, and that clone will backup fine. I'm a bit lost.
Any help or direction would be appreciated. Thank you in advance.