vzdump with LVM snapshot: strange input/output error [message #39629] |
Sat, 22 May 2010 08:16  |
Master One
Messages: 9 Registered: October 2007
|
Junior Member |
|
|
I am getting a strange error when running vzdump, although everything seems to be working just fine and the dump is done correctly:# vzdump --compress --snapshot --all
INFO: Starting new backup job - vzdump --compress --snapshot --all
INFO: Starting Backup of VM 1010 (openvz)
INFO: status = CTID 1010 exist mounted running
INFO: creating lvm snapshot of /dev/mapper/vg1-vz ('/dev/vg1/vzsnap')
INFO: /dev/dm-10: read failed after 0 of 4096 at 0: Input/output error
INFO: Logical volume "vzsnap" created
INFO: mounting lvm snapshot
INFO: creating archive '/var/lib/vz/dump/vzdump-1010.dat' (/mnt/vzsnap/1010)
INFO: Total bytes written: 573726720 (548MiB, 5.4MiB/s)
INFO: file size 224MB
INFO: /dev/dm-10: read failed after 0 of 4096 at 0: Input/output error
INFO: Logical volume "vzsnap" successfully removed
INFO: Finished Backup of VM 1010 (00:02:02)
I have no idea, what the problem could be, there is enough space left in the VG for creating the snapshot LV.
Any idea?
|
|
|
|
|
Re: vzdump with LVM snapshot: strange input/output error [message #39658 is a reply to message #39657] |
Sun, 23 May 2010 07:37   |
sHaggY_caT
Messages: 144 Registered: August 2008 Location: Moscow, Russian Federatio...
|
Senior Member |

|
|
I think, you have _old_ snapshot. This snapshot destroyed, becouse your file system is changed, but old snapshot has small size.
use ls -l /dev/mapper/, lvs, lvremove -f, to delete old snaphot.
Are you shure of self-status of raid's disks/raid status?
May be, it's was be degraded in some days, and now has new failure?
But i think, it's old lv snapshot
IT-outsource for UNIX servers,
http://ha-systems.ru
|
|
|
|
|
|
|