• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

can I disable raid-check? (md raid linux)

Red Squirrel

[H]F Junkie
Joined
Nov 29, 2009
Messages
9,217
I noticed on newer distros there is this raid-check thing that runs almost every day, and it brings the server to it's knees. Is there any reason why this has to run? Can I just disable it completely? I fond the cron job for it, it's in /etc/cron.d/raid-check. Removed it completely and put it in the regular cron tab and set it to once a year, but then I thought, do I even need it? My old server never had it running.
 
Removing it entirely is unwise. You really want to find unreadable blocks and have the RAID system correct them while the RAID is not degraded. Otherwise bad things happen if you are degraded, have to re-sync and *then* hit unreadable blocks.

I agree completely that simply turning it on in a cronjob and making the major unusable for extended periods of time isn't good.

My md raid are in partitions max 1 TB/disk, and I start those when I know the machine is idle-ish. I also give very high(!) priority to the test so that foreground activity doesn't slow it down. If you have eg. the chrome browser messing with the filesystem all the time you can delay the check indefinitely with the default, which is give priority to real work.
 
Back
Top