ERROR: unable to dump into snapshot

valshare

Renowned Member
Jun 2, 2009
257
2
83
Germany
Hello,

proxmox is unable to dump into a snapshot. Here is the log:

Sep 03 10:44:02 INFO: Starting Backup of VM 107 (qemu)
Sep 03 10:44:02 INFO: status = running
Sep 03 10:44:02 ERROR: unable to dump into snapshot (use option --dumpdir), using 'suspend' mode
Sep 03 10:44:02 INFO: starting first sync /var/lib/vz/images/107 to /var/tmp/vzdumptmp17851
Sep 03 10:57:13 INFO: Number of files: 2
Sep 03 10:57:13 INFO: Number of files transferred: 1
Sep 03 10:57:13 INFO: Total file size: 8096616448 bytes
Sep 03 10:57:13 INFO: Total transferred file size: 8096616448 bytes
Sep 03 10:57:13 INFO: Literal data: 8096616448 bytes
Sep 03 10:57:13 INFO: Matched data: 0 bytes
Sep 03 10:57:13 INFO: File list size: 60
Sep 03 10:57:13 INFO: File list generation time: 0.001 seconds
Sep 03 10:57:13 INFO: File list transfer time: 0.000 seconds
Sep 03 10:57:13 INFO: Total bytes sent: 8097604924
Sep 03 10:57:13 INFO: Total bytes received: 35
Sep 03 10:57:13 INFO: sent 8097604924 bytes received 35 bytes 10230707.47 bytes/sec
Sep 03 10:57:13 INFO: total size is 8096616448 speedup is 1.00
Sep 03 10:57:13 INFO: first sync finished (791 seconds)
Sep 03 10:57:13 INFO: suspend vps
Sep 03 10:57:14 INFO: final sync /var/lib/vz/images/107 to /var/tmp/vzdumptmp17851
Sep 03 11:00:53 INFO: Number of files: 2
Sep 03 11:00:53 INFO: Number of files transferred: 1
Sep 03 11:00:53 INFO: Total file size: 8096616448 bytes
Sep 03 11:00:53 INFO: Total transferred file size: 8096616448 bytes
Sep 03 11:00:53 INFO: Literal data: 5128632 bytes
Sep 03 11:00:53 INFO: Matched data: 8091487816 bytes
Sep 03 11:00:53 INFO: File list size: 60
Sep 03 11:00:53 INFO: File list generation time: 0.001 seconds
Sep 03 11:00:53 INFO: File list transfer time: 0.000 seconds
Sep 03 11:00:53 INFO: Total bytes sent: 5489117
Sep 03 11:00:53 INFO: Total bytes received: 719928
Sep 03 11:00:53 INFO: sent 5489117 bytes received 719928 bytes 28287.22 bytes/sec
Sep 03 11:00:53 INFO: total size is 8096616448 speedup is 1304.00
Sep 03 11:00:53 INFO: final sync finished (219 seconds)
Sep 03 11:00:53 INFO: resume vps
Sep 03 11:00:54 INFO: vps is online again after 221 seconds
Sep 03 11:00:54 INFO: creating archive '/var/lib/vz/backup/vzdump-107.dat' (/var/tmp/vzdumptmp17851/107)


Whats going wrong?

Free space on harddrives are enought.

Regards, Valle
 
Thanx for answer. I have setup the backup over the web interface. I have a second hdd in the proxmox server. Can i setup the second hdd as a fixed "snapshot drive" ?

regards, valle
 
Thanx for answer. I have setup the backup over the web interface. I have a second hdd in the proxmox server. Can i setup the second hdd as a fixed "snapshot drive" ?

LVMs snapshots are always on the same volume group as the original volume - you cannot change that.

But you can mount the second hdd somewhere and use the --dumpdir option (configure in /etc/vzdump.conf - see 'man vzdump')