-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support md-raid #3607
Comments
Supporting MD RAID is not only nice to have, it's mandatory in bare metal setups. |
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/ |
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. |
Any updates on this? |
I would like to use Talos Linux in my home lab, but I can't. |
@MikeTolkachev Does your motherboard support hardware RAID in bios? |
I noticed that mdadm was added as extension in this commit: siderolabs/extensions@7618f8f. I imagine this is one step closer to software raid support. What remains to be done before this is fully supported? |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Not stale |
Still alive 🕺 |
To be honest, that's what I also would like for my home-lab. I currently have two issues with Talos (both possibly being solvable with an md-raid):
I am a novice when it comes to Talos and I've been digging for information for quite a few days now. It seems like 2 should be possible, but I don't exactly understand how and 1 is not yet possible? Or am I mistaken? |
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.
The text was updated successfully, but these errors were encountered: