RAID 5 heavy IO hard freezes Ubuntu: Why?
Posted
by
Luke has no name
on Server Fault
See other posts from Server Fault
or by Luke has no name
Published on 2011-01-09T20:03:50Z
Indexed on
2011/01/09
20:55 UTC
Read the original article
Hit count: 190
I have a software RAID 5 partition on LVM in Ubuntu (desktop, actually, but I'm using it as a server). I have been rsyncing a ton of data to it, and the computer was hard freezing, as in I needed to press "Reset".
So I thought it was rsync. But I decided I'd try a dd if=/dev/zero of=/path/to/raid5 and sure enough, the computer locked up. Did an identical dd to a JBOD partition on the same machine, and it didn't crash.
Assuming a clean RAID5 partition, tri-core processor 2GB of ram, 6GB swap, what could be causing this?
© Server Fault or respective owner