mdadm in 2018 ??
-
@fateknollogee said in mdadm in 2018 ??:
It's easy enough to go in Cockpit, select a few of your non-os disks & create a RAID array of your choice.
It would seem to me, there should be some easy to use utility that would alert you about drive failure (via email) & also include the failed drives serial #.
Auto-rebuild should be automatic once I swap out the failed drive.All the FOSS fan boi's say everything is easier in Linux vs Windows.
Can someone please direct me to any such utility?
Again, I repeat, it must be easy to use!!The CLI is a utility that is easy to use...
-
@dustinb3403 said in mdadm in 2018 ??:
The CLI is a utility that is easy to use...
The CLI does all this..."alert you about drive failure (via email) & also include the failed drives serial #.
Auto-rebuild should be automatic once I swap out the failed drive."? -
@fateknollogee it can, yes I had this setup at my last job.
-
@dustinb3403 said in mdadm in 2018 ??:
@fateknollogee it can, yes I had this setup at my last job.
Pls share!
-
But software raid isn't designed for small uses cases, not like hardware raid is.
-
For the email alerts..
https://dustymabe.com/2012/01/29/monitor-raid-arrays-and-get-e-mail-alerts-using-mdadm/
-
@dustinb3403 said in mdadm in 2018 ??:
But software raid isn't designed for small uses cases, not like hardware raid is.
I never once mentioned anything about use case?
-
@fateknollogee said in mdadm in 2018 ??:
@dustinb3403 said in mdadm in 2018 ??:
But software raid isn't designed for small uses cases, not like hardware raid is.
I never once mentioned anything about use case?
I never said you did, but was putting an assumption out there.
-
@dustinb3403 said in mdadm in 2018 ??:
For the email alerts..
https://dustymabe.com/2012/01/29/monitor-raid-arrays-and-get-e-mail-alerts-using-mdadm/
Thanks for the 1st link.
Failed drive serial # ?
Auto rebuild upon swap ?Is this the setup you used on your last job?
-
@fateknollogee said in mdadm in 2018 ??:
@dustinb3403 said in mdadm in 2018 ??:
For the email alerts..
https://dustymabe.com/2012/01/29/monitor-raid-arrays-and-get-e-mail-alerts-using-mdadm/
Thanks for the 1st link.
Failed drive serial # ?
Auto rebuild upon swap ?Is this the setup you used on your last job?
That is just one of many articles, iirc it was at least one that I reviewed.
The rebuild portion was a pain in the ass, as the system I had at the time didn't have hot swap, so I had to power down to replace disks.
It's possible but just a huge pain.
-
@dustinb3403 How about the failed drive serial # alerting, you did have that at your last job?
-
@fateknollogee said in mdadm in 2018 ??:
@dustinb3403 How about the failed drive serial # alerting, you did have that at your last job?
I had it email the UUID of the disks.
-
I also had smartctl setup on my xs6.5 hosts at the time and looked with that.
-
@dustinb3403 said in mdadm in 2018 ??:
The rebuild portion was a pain in the ass, as the system I had at the time didn't have hot swap, so I had to power down to replace disks.
It's possible but just a huge pain.
You did not have auto-rebuild?
-
@dustinb3403 said in mdadm in 2018 ??:
I had it email the UUID of the disks.
Pls share, even though UUID is not the same as serial number.
-
@fateknollogee said in mdadm in 2018 ??:
@dustinb3403 said in mdadm in 2018 ??:
The rebuild portion was a pain in the ass, as the system I had at the time didn't have hot swap, so I had to power down to replace disks.
It's possible but just a huge pain.
You did not have auto-rebuild?
I didn't because it simply wasn't worth it for us, 4 disks, OBR10.
-
@fateknollogee said in mdadm in 2018 ??:
Auto-rebuild should be automatic once I swap out the failed drive.
This is called blind swap and it is NOT a good idea. The system does not know how you want the new drive to be used, there is a reason it does not do this. RAID is more complicated than that. If you want MD RAID to do things like that (MDADM is the management utility, not the RAID) you have to cripple it and make it a lot less flexible than it is today.
-
@fateknollogee said in mdadm in 2018 ??:
All the FOSS fan boi's say everything is easier in Linux vs Windows.
It is. find any way to do any of this easier on Windows? Given that Windows doesn't even have a production level software RAID facility, that alone proves that this is easier on Linux than on Windows.
Simple rule: hard is always easier than impossible. Impossible is just infinitely difficult. Linux here is hard, Windows is impossible.
-
@fateknollogee said in mdadm in 2018 ??:
Again, I repeat, it must be easy to use!!
Windows has nothing easy to use, this is unrealistic to demand that Linux not only blow Windows away in functionality and be dramatically easier - but must additionally be arbitrarily "easy" on top of being easier. It's a great thing to want, but not reasonable to demand. Would anyone ever demand something like that of Windows? Of course not.
-
@fateknollogee said in mdadm in 2018 ??:
Auto rebuild upon swap ?
No software RAID does this, and only some hardware RAID. If you want this functionality, you script it yourself as you have to include the rebuild assumptions into your script. MD has no way to know the intentions of the added drives, so a rebuild might be something other than what is desired.
I agree, it would be nice if blind swap had a simple GUI to configure. The problem with blind swap is places that want it generally aren't willing to configure it. So the same answer on Linux as on Windows - use hardware RAID with blind swap assumptions built in. Linux can do everything that Windows can do, and more, as easy or easier.
You can do it identically to the Windows way, or you can do it other ways too. Just more options, nothing given up.