I noticed my backups recently started failing:
This may have to do with me recently upgrading to proxmox3. or maybe it's just a coincidence.
I have confirmed that /mnt/vzsnap0 is a directory and nothing is mounted on it.
was something managing my backups by removing old dumps that is broken now? or was this just a coincidence that my backups are breaking because of space issues ?
Code:
INFO: starting new backup job: vzdump --quiet 1 --mailto proxmox@example.com --mode snapshot --compress gzip --storage backup0 --all 1
INFO: Starting Backup of VM 100 (openvz)
INFO: CTID 100 exist mounted running
INFO: status = running
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: trying to remove stale snapshot '/dev/pve/vzsnap-proxmox1-0'
INFO: umount: /mnt/vzsnap0: not mounted
ERROR: command 'umount /mnt/vzsnap0' failed: exit code 1
INFO: /dev/pve/vzsnap-proxmox1-0: read failed after 0 of 4096 at 184771608576: Input/output error
INFO: /dev/pve/vzsnap-proxmox1-0: read failed after 0 of 4096 at 184771665920: Input/output error
INFO: /dev/pve/vzsnap-proxmox1-0: read failed after 0 of 4096 at 0: Input/output error
INFO: /dev/pve/vzsnap-proxmox1-0: read failed after 0 of 4096 at 4096: Input/output error
INFO: Logical volume "vzsnap-proxmox1-0" successfully removed
INFO: creating lvm snapshot of /dev/mapper/pve-data ('/dev/pve/vzsnap-proxmox1-0')
INFO: Logical volume "vzsnap-proxmox1-0" created
INFO: creating archive '/var/lib/backup0/dump/vzdump-openvz-100-2013_08_10-03_00_02.tar.gz'
INFO: gzip: stdout: No space left on device
INFO: lvremove failed - trying again in 8 seconds
INFO: lvremove failed - trying again in 16 seconds
INFO: lvremove failed - trying again in 32 seconds
ERROR: command 'lvremove -f /dev/pve/vzsnap-proxmox1-0' failed: exit code 5
ERROR: Backup of VM 100 failed - command '(cd /mnt/vzsnap0/private/100;find . '(' -regex '^\.$' ')' -o '(' -type 's' -prune ')' -o -print0|sed 's/\\/\\\\/g'|tar cpf - --totals --sparse --numeric-owner --no-recursion --one-file-system --null -T -|gzip) >/var/lib/backup0/dump/vzdump-openvz-100-2013_08_10-03_00_02.tar.dat' failed: exit code 1
INFO: Backup job finished with errors
TASK ERROR: job errors
This may have to do with me recently upgrading to proxmox3. or maybe it's just a coincidence.
I have confirmed that /mnt/vzsnap0 is a directory and nothing is mounted on it.
was something managing my backups by removing old dumps that is broken now? or was this just a coincidence that my backups are breaking because of space issues ?