talos icon indicating copy to clipboard operation
talos copied to clipboard

Support md-raid

Open sergelogvinov opened this issue 4 years ago • 11 comments

Feature Request

There are many dedicated cloud providers offers to us the servers with two or more disks. Many of them do not have the hardware raid controllers.

It will be very nice to have softraid on the talos platform.

Thank you.

sergelogvinov avatar May 12 '21 21:05 sergelogvinov

Supporting MD RAID is not only nice to have, it's mandatory in bare metal setups. Could it be possible to configure RAID out of Talos (ie. using a rescue OS) and let Talos use MD's autodetect feature or kernel command line to start the volumes ?

bmalynovytch avatar Oct 20 '21 09:10 bmalynovytch

Having a RAID1 setup for all drives to boot off of would be great too.

https://outflux.net/blog/archives/2018/04/19/uefi-booting-and-raid1/

Manouchehri avatar Aug 16 '22 19:08 Manouchehri

There are many dedicated cloud providers offers to us the servers with two or more disks. Many of them do not have the hardware raid controllers.

Look at Hetzner, OVH, Scaleway. I understand nodes should be disposable, but if we can avoid failure at first it's always better.

Also some IO intensive workload require local disk. The local volume can be handled with CSI driver, but no RAID for the rootfs increase points of failure.

clementd64 avatar May 25 '23 07:05 clementd64

Any updates on this?

maxpain avatar Jul 03 '23 10:07 maxpain

I would like to use Talos Linux in my home lab, but I can't. Since reliability is very important when there are not many servers.

MikeTolkachev avatar Nov 16 '23 17:11 MikeTolkachev

@MikeTolkachev Does your motherboard support hardware RAID in bios?

maxpain avatar Nov 16 '23 17:11 maxpain

I noticed that mdadm was added as extension in this commit: https://github.com/siderolabs/extensions/commit/7618f8ff99844db86c959a924dff001698afa923. I imagine this is one step closer to software raid support. What remains to be done before this is fully supported?

rochecompaan avatar Jan 22 '24 20:01 rochecompaan