Hello,
I have ran into an issue recently that I haven't been able so find a solution on (Google seems to turn up no results).
My node has 4 VM's (2 Windows, 2 Linux) that are on an LVM storage made up of a raid 10 array. One of my drives had failed and I replaced it, rebuilding went fine and everything checked out.
Each night I have vzdump run to do backups of the 4 VM's. The backups have been working great for the last two years, but now one of them is not able to back up, and I get the following error after about 30% on the backup:
I am using the following command to run the backup (scheduled via the GUI)
Where sv-01-10-bak is my backup storage.
I have searched through the vzdump man pages and google and can't seem to find out what the error means.
Any Idea on what could be causing the issue?
[Edit] The VM in question is a Windows 7 VM
I have ran into an issue recently that I haven't been able so find a solution on (Google seems to turn up no results).
My node has 4 VM's (2 Windows, 2 Linux) that are on an LVM storage made up of a raid 10 array. One of my drives had failed and I replaced it, rebuilding went fine and everything checked out.
Each night I have vzdump run to do backups of the 4 VM's. The backups have been working great for the last two years, but now one of them is not able to back up, and I get the following error after about 30% on the backup:
Code:
Aug 29 08:52:47 INFO: status: 32% (103678345216/322122547200), sparse 4% (14100836352), duration 2615, 241/0 MB/s
Aug 29 08:52:47 ERROR: job failed with err -5 - Input/output error
Aug 29 08:52:47 INFO: aborting backup job
Aug 29 08:52:50 ERROR: Backup of VM 103 failed - job failed with err -5 - Input/output error
I am using the following command to run the backup (scheduled via the GUI)
Code:
vzdump 103 --storage sv-01-10-bak --quiet 1 --compress lzo --node sv-01-08 --mode snapshot
Where sv-01-10-bak is my backup storage.
I have searched through the vzdump man pages and google and can't seem to find out what the error means.
Any Idea on what could be causing the issue?
[Edit] The VM in question is a Windows 7 VM