Well, backing up my kvm machines seems to be failing.
This is a standard instalation (straight from the iso onto a HW RAID 5 array), as can be confirmed by:
I have a simple setup for the backups (full backups everyday at 4am, then I just incude those files in the main backup policy), ans the error that it started outputing is:
Thanks in advance for any help you may provide me.
This is a standard instalation (straight from the iso onto a HW RAID 5 array), as can be confirmed by:
Code:
vgdisplay
--- Volume group ---
VG Name pve
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 1297
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 3
Open LV 3
Max PV 0
Cur PV 1
Act PV 1
VG Size 1.82 TB
PE Size 4.00 MB
Total PE 476703
Alloc PE / Size 475680 / 1.81 TB
Free PE / Size 1023 / 4.00 GB
VG UUID TdsR7c-9Bps-Qh73-godO-W0Ta-Yjb3-FU2Tt4
I have a simple setup for the backups (full backups everyday at 4am, then I just incude those files in the main backup policy), ans the error that it started outputing is:
Code:
201: Jul 13 03:18:58 INFO: Starting Backup of VM 201 (qemu)
201: Jul 13 03:18:58 INFO: status = running
201: Jul 13 03:18:58 INFO: creating lvm snapshot of /dev/mapper/pve-data ('/dev/pve/vzsnap')
201: Jul 13 03:18:59 INFO: Logical volume "vzsnap" created
201: Jul 13 03:18:59 INFO: mounting lvm snapshot
201: Jul 13 03:18:59 INFO: creating archive '/cronus-backup/vzdump-201.dat' (/mnt/vzsnap/images/201)
201: Jul 13 03:18:59 INFO: qemu-server.conf
201: Jul 13 03:18:59 INFO: vm-201-disk.qcow2
201: Jul 13 04:46:42 INFO: 45794361344 B 42.6 GB 5263.2 s (1:27 h) 8700865 B/s 8.30 MB/s
201: Jul 13 04:46:42 INFO: write: No space left on device
201: Jul 13 04:46:44 INFO: Logical volume "vzsnap" successfully removed
201: [COLOR=red]Jul 13 04:47:41 ERROR: Backup of VM 201 failed - command '(tar cvzpf - -C '/mnt/vzsnap/images/201' --totals --sparse --numeric-owner --ignore-failed-read qemu-server.conf vm-201-disk.qcow2|cstream -t 10485760 >/cronus-backup/vzdump-201.dat)' failed with exit code 2
[/COLOR]
Thanks in advance for any help you may provide me.