Hello,
I am very new to Proxmox.
I am trying to perform backups of the KVM-qemu guests that I have however I am getting the following error:
====================
Aug 21 13:27:20 INFO: Starting Backup of VM 102 (qemu)
Aug 21 13:27:20 INFO: status = running
Aug 21 13:27:21 INFO: mode failure - unable to dump into snapshot (use option --dumpdir)
Aug 21 13:27:21 INFO: trying 'suspend' mode instead
Aug 21 13:27:21 INFO: backup mode: suspend
Aug 21 13:27:21 INFO: ionice priority: 7
Aug 21 13:27:21 INFO: suspend vm
Aug 21 13:27:21 INFO: creating archive '/VMS-BACKUPS/dump/vzdump-qemu-102-2012_08_21-13_27_20.tar.lzo'
Aug 21 13:27:21 INFO: adding '/VMS-BACKUPS/dump/vzdump-qemu-102-2012_08_21-13_27_20.tmp/qemu-server.conf' to archive ('qemu-server.conf')
Aug 21 13:27:21 INFO: adding '/var/lib/vz/images/102/vm-102-disk-1.raw' to archive ('vm-disk-ide1.raw')
Aug 21 13:28:37 INFO: Total bytes written: 16106129920 (202.11 MiB/s)
Aug 21 13:28:37 INFO: archive file size: 1.62GB
Aug 21 13:28:38 INFO: resume vm
Aug 21 13:28:38 INFO: vm is online again after 77 seconds
Aug 21 13:28:38 INFO: Finished Backup of VM 102 (00:01:18)
====================
I understand that snapshot backups require LVM to work however my root (/) in based on LVM so /VMS-BACKUPS should work, correct?
My fstab is as follows:
proc /proc proc defaults 0 0
none /dev/pts devpts gid=5,mode=620 0 0
/dev/md/0 /boot ext3 defaults 0 0
# /dev/md/1 belongs to LVM volume group 'vg0'
/dev/vg0/swap swap swap defaults 0 0
/dev/vg0/root / ext4 defaults 0 0
Isn't this the correct way of arranging the hard disk for proxmox (and hence the snapshot backups)?
Please advise,
Thank you
N
I am very new to Proxmox.
I am trying to perform backups of the KVM-qemu guests that I have however I am getting the following error:
====================
Aug 21 13:27:20 INFO: Starting Backup of VM 102 (qemu)
Aug 21 13:27:20 INFO: status = running
Aug 21 13:27:21 INFO: mode failure - unable to dump into snapshot (use option --dumpdir)
Aug 21 13:27:21 INFO: trying 'suspend' mode instead
Aug 21 13:27:21 INFO: backup mode: suspend
Aug 21 13:27:21 INFO: ionice priority: 7
Aug 21 13:27:21 INFO: suspend vm
Aug 21 13:27:21 INFO: creating archive '/VMS-BACKUPS/dump/vzdump-qemu-102-2012_08_21-13_27_20.tar.lzo'
Aug 21 13:27:21 INFO: adding '/VMS-BACKUPS/dump/vzdump-qemu-102-2012_08_21-13_27_20.tmp/qemu-server.conf' to archive ('qemu-server.conf')
Aug 21 13:27:21 INFO: adding '/var/lib/vz/images/102/vm-102-disk-1.raw' to archive ('vm-disk-ide1.raw')
Aug 21 13:28:37 INFO: Total bytes written: 16106129920 (202.11 MiB/s)
Aug 21 13:28:37 INFO: archive file size: 1.62GB
Aug 21 13:28:38 INFO: resume vm
Aug 21 13:28:38 INFO: vm is online again after 77 seconds
Aug 21 13:28:38 INFO: Finished Backup of VM 102 (00:01:18)
====================
I understand that snapshot backups require LVM to work however my root (/) in based on LVM so /VMS-BACKUPS should work, correct?
My fstab is as follows:
proc /proc proc defaults 0 0
none /dev/pts devpts gid=5,mode=620 0 0
/dev/md/0 /boot ext3 defaults 0 0
# /dev/md/1 belongs to LVM volume group 'vg0'
/dev/vg0/swap swap swap defaults 0 0
/dev/vg0/root / ext4 defaults 0 0
Isn't this the correct way of arranging the hard disk for proxmox (and hence the snapshot backups)?
Please advise,
Thank you
N