• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

spin down an MD raid array?

skyking

Lifer
Has anyone here ever set that up? I was just wondering if that was doable, but it frankly scares the crap out of me to try on anything but a test box. The possibility of it coming back 'dirty' .....yikes.
 
I don't think you'd set the spindown time the array itself but the individual drives with hdparm. And you'd probably have to set laptop mode on and maybe tell the filesystem to wait longer than the default for journal flushes.

And I also don't know if the spinup time would be too long and cause md to think the drives failed.
 
You could try to take it offline first but it will probably fail due to files in use etc... personally I would not try to spin down or shut off an array. Any reason you need to do this?
 
backup server.... I could set an event to shut it down and then Wake On Lan every day but that would be a PITA as well.
 
That's what I do for my backup server, I have my other server send a WOL packet to it, then on the backup server itself it's scheduled to run the backup job and after the job it shuts down. Once I code a better backup program (basically a front end to rsync) I will probably just run the backups right off my main server using one of those HDD docking stations. Once it detects a backup drive it will run the job then send a report once the job is done.
 
Yeah it looks quite interesting, will need to look at implimenting that as well. My system will probably allow to manage multiple solutions at once.
 
Back
Top