When trying to backup a particular VM I get this error:
The log file in /var/log/vzdump/qemu-124.log shows the same thing as above.
The last good backup of this VM happened on 2013-08-17. So the backup did succeed on that date. But not anytime after...
Anyone run into this before/know what is going on?
Code:
[COLOR=#000000]INFO: starting new backup job: vzdump 124 --remove 0 --mode snapshot --compress gzip --storage hinds-backup --node chelsea[/COLOR]
[COLOR=#000000]INFO: Starting Backup of VM 124 (qemu)[/COLOR]
[COLOR=#000000]INFO: status = running[/COLOR]
[COLOR=#000000]INFO: backup mode: snapshot[/COLOR]
[COLOR=#000000]INFO: ionice priority: 7[/COLOR]
[COLOR=#000000]INFO: creating archive '/mnt/pve/hinds-backup/dump/vzdump-qemu-124-2013_08_19-10_27_08.vma.gz'[/COLOR]
[COLOR=#000000]ERROR: Device 'drive-virtio0' not found[/COLOR]
[COLOR=#000000]INFO: aborting backup job[/COLOR]
[COLOR=#000000]ERROR: Backup of VM 124 failed - Device 'drive-virtio0' not found[/COLOR]
[COLOR=#000000]INFO: Backup job finished with errors[/COLOR]
[COLOR=#000000]TASK ERROR: job errors[/COLOR]
The log file in /var/log/vzdump/qemu-124.log shows the same thing as above.
Code:
root@chelsea:~# ls -lh /var/lib/vz/images/124/
total 23G
-rw-r--r-- 1 root root 33G Aug 19 10:31 vm-124-disk-1.qcow2
Code:
root@chelsea:~# cat /etc/pve/qemu-server/124.conf
boot: nc
bootdisk: virtio0
cores: 1
cpu: kvm64
ide2: none,media=cdrom
memory: 4096
name: sin
net0: virtio=3A:01:9B:EE:B3:E3,bridge=vmbr0
ostype: l26
sockets: 2
virtio0: local:124/vm-124-disk-1.qcow2,size=32G
The last good backup of this VM happened on 2013-08-17. So the backup did succeed on that date. But not anytime after...
Code:
root@chelsea:/var/log/vzdump# pveversion
pve-manager/2.3/7946f1f1
Anyone run into this before/know what is going on?