Quote:
Originally Posted by Vector
I know that this does not help, and it's probably also not what you want to hear, but that's one of the reasons that i don't raid the OS drive itself..
|
OS mdraid worked fine me for about 15 years, so if it doesn't do that today, then
that's clearly a regression! Having SW raid not working reliable is not an
option for me :-) In this context, I'm having the impression that udevd is
doing more harm than good in general, but YMMV ...
Anyway, here's an update:
When doing a shutdown with "poweroff", then just before the PC switches
off, I can read a "Stopping md devices" (or something like this). When using
"halt", then there's also the stopping message, but afterwards there are
"syncing disks" messages in addition (one for each drive), then the
system powers off.
So it seems that "poweroff" turns of power too early (interrupting the
syncing process), and "halt" shouldn't power-off the system at all
(just keep it powered after shutting down the kernel).
While "halt" seems to do the right thing for me, now (stopping MDs,
syncing disks, then power-off), i guess this need to be fixed.
regards
Bernhard
---------- Post added at 11:43 AM ---------- Previous post was at 11:24 AM ----------
Quote:
Originally Posted by Vector
I know that this does not help, and it's probably also not what you want to hear, but that's one of the reasons that i don't raid the OS drive itself.
[...]
the point is, less complexity on the OS drive. Less aggravation.
|
I'm basically also a strong supported of the KISS principle ("keep it simple,
stupid"), but as already mentioned, mdraid has been around for a while
with an excellent track record (at least in my book), so my intention is
to create an even more complex setup: I'd like to add a SSD to form
a hybrid RAID1 where read operations are most typically carried out
by the SSD. The RAID1 is nested with RAID5 on the HDD side like this:
Code:
md0 = sda1 + md1 / RAID1 (SSD+RAID5)
md1 = sd{b,c,d,e}1 RAID5
md2 = sd{b,c,d,e}2 /home RAID5
sda SSD
sd{b,c,d,e} HDDs
Let's where this is going to take me :-)
Bernhard