E
Eric Renfro
Guest
Hi, I'm getting an issue trying to run snapshot backups with qcow2 disks. The qcow2 storage itself is on an NFS server and the backup storage is to another NFS server, but the problem seems to be in "unable to detect lvm volume group", preventing it from doing one thing qcow2 was designed to be able to do, make live snapshots of it for backup purposes.
Shown below is the log of the issue:
INFO: starting new backup job: vzdump 121 --mode snapshot --compress 1 --storage nas3 --node ygg3
INFO: Starting Backup of VM 121 (qemu)
INFO: status = running
INFO: mode failure - unable to detect lvm volume group
INFO: trying 'suspend' mode instead
INFO: backup mode: suspend
INFO: ionice priority: 7
INFO: suspend vm
INFO: creating archive '/mnt/pve/nas3/dump/vzdump-qemu-121-2012_01_09-02_04_25.tgz'
INFO: adding '/mnt/pve/nas3/dump/vzdump-qemu-121-2012_01_09-02_04_25.tmp/qemu-server.conf' to archive ('qemu-server.conf')
INFO: adding '/mnt/pve/vmdisk/images/121/vm-121-disk-1.qcow2' to archive ('vm-disk-virtio0.qcow2')
INFO: Total bytes written: 811501056 (11.71 MiB/s)
INFO: archive file size: 288MB
INFO: resume vm
INFO: vm is online again after 102 seconds
INFO: Finished Backup of VM 121 (00:01:43)
INFO: Backup job finished successfully
TASK OK
Psi-Jack
Shown below is the log of the issue:
INFO: starting new backup job: vzdump 121 --mode snapshot --compress 1 --storage nas3 --node ygg3
INFO: Starting Backup of VM 121 (qemu)
INFO: status = running
INFO: mode failure - unable to detect lvm volume group
INFO: trying 'suspend' mode instead
INFO: backup mode: suspend
INFO: ionice priority: 7
INFO: suspend vm
INFO: creating archive '/mnt/pve/nas3/dump/vzdump-qemu-121-2012_01_09-02_04_25.tgz'
INFO: adding '/mnt/pve/nas3/dump/vzdump-qemu-121-2012_01_09-02_04_25.tmp/qemu-server.conf' to archive ('qemu-server.conf')
INFO: adding '/mnt/pve/vmdisk/images/121/vm-121-disk-1.qcow2' to archive ('vm-disk-virtio0.qcow2')
INFO: Total bytes written: 811501056 (11.71 MiB/s)
INFO: archive file size: 288MB
INFO: resume vm
INFO: vm is online again after 102 seconds
INFO: Finished Backup of VM 121 (00:01:43)
INFO: Backup job finished successfully
TASK OK
Psi-Jack