Hi! I set up automated backups for my VM templates and during the backup, several templates encountered this error. I tried backing them up manually and also received the same error. For the backup mode, I'm using
*Note: I'm using a ZFS pool in raid1 and when I back up I'm backing up to a separate mounted HDD (/mnt/data/)
Here is one of the VMs config and the associated error message:
Config
Backup Log
Let me know what you think the problem might be. Just as a heads up I'm using PVE 6.1-7. If you want any more specifications don't be afraid to ask! Thanks!
EDIT 1: I was using PVE 5.4-13, although I upgraded to PVE 6.1-7 and I'm still experiencing the same issue
EDIT 2: I also tried backing up to the host disk. Same result for some of the VMs
stop
and for the compression, I'm using GZIP
. When I switch the mode to snapshot
it successfully backs up, but not all the time.*Note: I'm using a ZFS pool in raid1 and when I back up I'm backing up to a separate mounted HDD (/mnt/data/)
Here is one of the VMs config and the associated error message:
Config
Code:
agent: 1
bios: ovmf
bootdisk: scsi0
cores: 2
efidisk0: local-zfs:base-118-disk-0,size=128K
lock: backup
machine: q35
memory: 4096
name: Windows-10-v3
net0: virtio=1A:69:22:68:5F:BA,bridge=vmbr0
numa: 1
ostype: win10
scsi0: local-zfs:base-118-disk-1,cache=writeback,discard=on,size=32G
scsihw: virtio-scsi-pci
smbios1: uuid=690a7e8c-1bd6-4220-8e2e-2a9cb36fd7fd
sockets: 2
template: 1
vmgenid: e63eb54c-ef9c-4e61-a199-94f566a065a7
Backup Log
Code:
INFO: starting new backup job: vzdump 118 --mode snapshot --remove 0 --node vmworld --compress gzip --storage prox_backup
INFO: Starting Backup of VM 118 (qemu)
INFO: Backup started at 2020-02-23 13:01:46
INFO: status = stopped
INFO: update VM 118: -lock backup
INFO: backup mode: stop
INFO: ionice priority: 7
INFO: VM Name: Windows-10-v3
INFO: include disk 'scsi0' 'local-zfs:base-118-disk-1' 32G
INFO: include disk 'efidisk0' 'local-zfs:base-118-disk-0' 128K
INFO: creating archive '/mnt/data/backup/dump/vzdump-qemu-118-2020_02_23-13_01_46.vma.gz'
INFO: starting template backup
INFO: /usr/bin/vma create -v -c /mnt/data/backup/dump/vzdump-qemu-118-2020_02_23-13_01_46.tmp/qemu-server.conf exec:gzip > /mnt/data/backup/dump/vzdump-qemu-118-2020_02_23-13_01_46.vma.dat drive-efidisk0=/dev/zvol/rpool/data/base-118-disk-0 drive-scsi0=/dev/zvol/rpool/data/base-118-disk-1
INFO: ** (process:48111): ERROR **: vma_writer_register_stream 'drive-scsi0' failed
ERROR: Backup of VM 118 failed - command '/usr/bin/vma create -v -c /mnt/data/backup/dump/vzdump-qemu-118-2020_02_23-13_01_46.tmp/qemu-server.conf 'exec:gzip > /mnt/data/backup/dump/vzdump-qemu-118-2020_02_23-13_01_46.vma.dat' 'drive-efidisk0=/dev/zvol/rpool/data/base-118-disk-0' 'drive-scsi0=/dev/zvol/rpool/data/base-118-disk-1'' failed: got signal 5
INFO: Failed at 2020-02-23 13:01:48
INFO: Backup job finished with errors
TASK ERROR: job errors
Let me know what you think the problem might be. Just as a heads up I'm using PVE 6.1-7. If you want any more specifications don't be afraid to ask! Thanks!
EDIT 1: I was using PVE 5.4-13, although I upgraded to PVE 6.1-7 and I'm still experiencing the same issue
EDIT 2: I also tried backing up to the host disk. Same result for some of the VMs
Last edited: