How to interrupt software raid resync?
Posted
by
Adam5
on Server Fault
See other posts from Server Fault
or by Adam5
Published on 2010-12-27T19:20:39Z
Indexed on
2010/12/27
20:55 UTC
Read the original article
Hit count: 341
I want to interrupt a running resync operation on an ubuntu 10.04 software raid. (This is the regular scheduled compare resync)
How to stop it while it is running? Another raid array is "resync pending", I want a complete stop of all resyncing.
[Edit: "sudo kill -9 1010" doesn't do anything, 1010 is the PID of the md2_resync process]
I would also like to know how I can control the intervals between resyncs and the remainig time till the next one.
© Server Fault or respective owner