The backup of one of my containers keep failing.
What I tried to solve this:
I changed the backup dir from a usbdisk to /backup, and after that to the /var partitition, but it keeps giving 'No space left on device'.
I made a vzdump.conf with 'size: 2048'
Another container on the same node backups fine, but it is smaller.
The container that fails is 8GB, the space left on the var partition is 80GB.
This is the error I receive:
What is this sentence?
ERROR: unable to dump into snapshot (use option --dumpdir), using 'suspend' mode
It should just use snapshot mode as I entered in the backup configuration on the mainnode.
Any ideas?
Thanks!
What I tried to solve this:
I changed the backup dir from a usbdisk to /backup, and after that to the /var partitition, but it keeps giving 'No space left on device'.
I made a vzdump.conf with 'size: 2048'
Another container on the same node backups fine, but it is smaller.
The container that fails is 8GB, the space left on the var partition is 80GB.
This is the error I receive:
Detailed backup logs:
vzdump --quiet --node 3 --snapshot --dumpdir /var/lib/vz/backup --mailto support@mydomain.com 109
109: Aug 27 09:00:02 INFO: Starting Backup of VM 109 (openvz)
109: Aug 27 09:00:02 INFO: status = CTID 109 exist mounted running
109: Aug 27 09:00:02 ERROR: unable to dump into snapshot (use option --dumpdir), using 'suspend' mode
109: Aug 27 09:00:02 INFO: starting first sync /var/lib/vz/private/109 to /var/tmp/vzdumptmp23399
109: Aug 27 09:24:53 INFO: rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32)
109: Aug 27 09:24:53 INFO: rsync: write failed on "/var/tmp/vzdumptmp23399/109/var/lib/psa/dumps/1/3/support.mydomain.com_2009.08.26_17-22-02": No space left on device (28)
109: Aug 27 09:24:53 INFO: rsync error: error in file IO (code 11) at receiver.c(298) [receiver=3.0.3]
109: Aug 27 09:24:53 INFO: rsync: connection unexpectedly closed (4741367 bytes received so far) [sender]
109: Aug 27 09:24:53 INFO: rsync error: error in rsync protocol data stream (code 12) at io.c(635) [sender=3.0.3]
109: Aug 27 09:27:14 ERROR: Backup of VM 109 failed - command '/usr/bin/rsync --stats --numeric-ids --bwlimit=10240 -aH --delete --no-whole-file --inplace /var/lib/vz/private/109 /var/tmp/vzdumptmp23399' failed with exit code 12
What is this sentence?
ERROR: unable to dump into snapshot (use option --dumpdir), using 'suspend' mode
It should just use snapshot mode as I entered in the backup configuration on the mainnode.
Any ideas?
Thanks!
Last edited: