Backup issue

hotwired007

Member
Sep 19, 2011
533
7
16
UK
i'm having an issue with my backups on 1.9... Its happening on all my KVM boxes... the HDDs are set to RAW.


101: Feb 29 02:00:02 INFO: Starting Backup of VM 101 (qemu)
101: Feb 29 02:00:02 INFO: running
101: Feb 29 02:00:02 INFO: status = running
101: Feb 29 02:00:02 INFO: mode failure - unable to detect lvm volume group
101: Feb 29 02:00:02 INFO: trying 'suspend' mode instead
101: Feb 29 02:00:02 INFO: backup mode: suspend

On this box it takes over an hour to run the backup...

Any suggestions on how to enable snapshot mode?

I've now got the server hosted on NFS on one SAN, and the backup running to an NFS share running on another SAN but this hasn't made any difference apart from making my backups a little more useful if the primary SAN failed.
 
Last edited:
vzdump --quiet --node 2 --snapshot --compress --storage PClusterBU --maxfiles 3 --mailto ***************** --all

101: Feb 29 02:00:02 INFO: Starting Backup of VM 101 (qemu)
101: Feb 29 02:00:02 INFO: running
101: Feb 29 02:00:02 INFO: status = running
101: Feb 29 02:00:02 INFO: mode failure - unable to detect lvm volume group
101: Feb 29 02:00:02 INFO: trying 'suspend' mode instead
101: Feb 29 02:00:02 INFO: backup mode: suspend
101: Feb 29 02:00:02 INFO: ionice priority: 7
101: Feb 29 02:00:02 INFO: suspend vm
101: Feb 29 02:00:02 INFO: creating archive '/mnt/pve/PClusterBU/vzdump-qemu-101-2012_02_29-02_00_02.tgz'
101: Feb 29 02:00:02 INFO: adding '/mnt/pve/PClusterBU/vzdump-qemu-101-2012_02_29-02_00_02.tmp/qemu-server.conf' to archive ('qemu-server.conf')
101: Feb 29 02:00:03 INFO: adding '/mnt/pve/PClusterStor/images/101/vm-101-disk-1.raw' to archive ('vm-disk-ide0.raw')
101: Feb 29 03:04:28 INFO: Total bytes written: 30207551488 (7.45 MiB/s)
101: Feb 29 03:04:44 INFO: archive file size: 12.55GB
101: Feb 29 03:04:44 INFO: delete old backup '/mnt/pve/PClusterBU/vzdump-qemu-101-2012_02_22-02_02_21.tgz'
101: Feb 29 03:04:46 INFO: resume vm
101: Feb 29 03:04:46 INFO: vm is online again after 3884 seconds
101: Feb 29 03:04:46 INFO: Finished Backup of VM 101 (01:04:44)
 
You cannot do snapshots if your disk images are on a nfs share.

Gesendet von meinem GT-P1000 mit Tapatalk
 
you use wrong definitions - nfs is NAS (network attached storage), SAN is block storage (check Wikipedia for all details about these definitions).

in order to get snapshot running you need SAN via iSCSI or FC (with LVM) but also local storage works.
 
with iSCSI, is it best to have an iSCSI per VM or an iSCSI assigned for the Proxmox server to store the VM images?