Hi,
i am testing proxmox 1.5 and the backup schedules.
I backup a qcow2 kvm domain with 100 GB from a share with 900 GTB free to a san volume that has 500 GB space free.
The Backup finishes with a disk full error on a temporary generated snapshot volume
What is excactly happening there ? How can I influence the size of the temporary snapshot volume and why the helll gets a snapshot of a 100GB Volume 350 GB big ?? There were no big changes on the webserver during the 10h backup period.
I also noticed a very high disk load during the first 20 minutes of the vzdump backup. Afterwards the bwlimit seemed to take effect and the backup load was not noticeable anymore. Can I do anything do reduce the initial high load ? Before on a manual kvm server I was using lvm snapshots on raw images where the snapshot load was not noticeable.
i am testing proxmox 1.5 and the backup schedules.
I backup a qcow2 kvm domain with 100 GB from a share with 900 GTB free to a san volume that has 500 GB space free.
The Backup finishes with a disk full error on a temporary generated snapshot volume
Code:
Feb 03 22:06:01 INFO: Starting Backup of VM 112 (qemu)
Feb 03 22:06:02 INFO: running
Feb 03 22:06:02 INFO: status = running
Feb 03 22:06:02 INFO: backup mode: snapshot
Feb 03 22:06:02 INFO: bandwidth limit: 10000 KB/s
Feb 03 22:06:02 INFO: Logical volume "vzsnap-san04-0" created
Feb 03 22:06:02 INFO: creating archive '/mnt/pve/san03backupexport/vzdump-qemu-112-2010_02_03-22_06_01.tar'
Feb 03 22:06:02 INFO: adding '/mnt/pve/san03backupexport/vzdump-qemu-112-2010_02_03-22_06_01.tmp/qemu-server.conf' to archive ('qemu-server.conf')
Feb 03 22:06:02 INFO: adding '/mnt/vzsnap0/images/112/vm-112-disk-1.qcow2' to archive ('vm-disk-virtio0.qcow2')
Feb 04 08:31:36 INFO: 383314812928 B 357.0 GB 37534.1 s (10:25 h) 10212450 B/s 9.74 MB/s
Feb 04 08:31:36 INFO: write: No space left on device
Feb 04 08:31:36 INFO: received signal - terminate process
Feb 04 08:31:38 INFO: Logical volume "vzsnap-san04-0" successfully removed
Feb 04 08:32:17 ERROR: Backup of VM 112 failed - command '/usr/lib/qemu-server/vmtar '/mnt/pve/san03backupexport/vzdump-qemu-112-2010_02_03-22_06_01.tmp/qemu-server.conf' 'qemu-server.conf' '/mnt/vzsnap0/images/112/vm-112-disk-1.qcow2' 'vm-disk-virtio0.qcow2' |cstream -t 10240000 >/mnt/pve/san03backupexport/vzdump-qemu-112-2010_02_03-22_06_01.dat' failed with exit code 2
What is excactly happening there ? How can I influence the size of the temporary snapshot volume and why the helll gets a snapshot of a 100GB Volume 350 GB big ?? There were no big changes on the webserver during the 10h backup period.
I also noticed a very high disk load during the first 20 minutes of the vzdump backup. Afterwards the bwlimit seemed to take effect and the backup load was not noticeable anymore. Can I do anything do reduce the initial high load ? Before on a manual kvm server I was using lvm snapshots on raw images where the snapshot load was not noticeable.