Software RAID (MDRaid) installation #8654
Replies: 7 comments 13 replies
-
|
This would be really useful |
Beta Was this translation helpful? Give feedback.
-
|
👍 |
Beta Was this translation helpful? Give feedback.
-
|
👍 |
Beta Was this translation helpful? Give feedback.
-
|
👍 |
Beta Was this translation helpful? Give feedback.
-
|
Hi all, I am evaluating also Talos for a deployement in my datacenter as bare metal with MDRAID or ZFS Raid for my boot drives. I have read that Equinix and Nokia has deployed mass K8S with Talos, how do they do ? I have also looked on youtube at Talos Linux Install Fest with Justin Garrison and on hardware install (ie not virtual Proxmox Azure Vmware), i didn't see any attempt for a Raid. Thanks for the Talos team for any guidance or pointing me to the right direction (even to know that Software Raid is not possible). François |
Beta Was this translation helpful? Give feedback.
-
|
I was able to install Talos on Software Raid 1, on a Hetzner Dedicated Server. But I am not sure if I did it right, the "Talos" way. Because I see the two disks in Talos.
talosctl -n <IP> get disks --insecure
NODE NAMESPACE TYPE ID VERSION SIZE READ ONLY TRANSPORT ROTATIONAL WWID MODEL SERIAL
runtime Disk loop0 2 78 MB true
runtime Disk nvme0n1 2 512 GB false nvme eui.002538b441b2ae03 SAMSUNG MZVL2512HCJQ-00B00 S675NF0X414314
runtime Disk nvme1n1 2 512 GB false nvme eui.002538b441b2adee SAMSUNG MZVL2512HCJQ-00B00 S675NF0X414308 |
Beta Was this translation helpful? Give feedback.
-
|
I tried to setup the software RAID1 and install talos into it with the following steps, but finally failed after reboot.
mdadm --create --verbose --level=1 --metadata=1.0 --raid-devices=2 /dev/md/ESP /dev/sdaX /dev/sdbY
$ talosctl get disk --insecure -n 192.168.122.18
NODE NAMESPACE TYPE ID VERSION SIZE READ ONLY TRANSPORT ROTATIONAL WWID MODEL SERIAL
runtime Disk loop0 2 4.1 kB true
runtime Disk loop1 2 696 kB true
runtime Disk loop2 2 463 kB true
runtime Disk loop3 2 73 MB true
runtime Disk md127 2 22 GB false true
runtime Disk sr0 2 306 MB false sata true QEMU DVD-ROM
runtime Disk vda 2 22 GB false virtio true
runtime Disk vdb 2 22 GB false virtio true
install:
disk: /dev/md127 # The disk used for installations.
image: factory.talos.dev/metal-installer/e64b8550e91230fce862eabbf5c156688372811a955160544d26ef06b9024ca1:v1.11.5
wipe: false
As most of the budget home NAS don't support hardware raid. Really hope the talos team can support this type of installation. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
As I researched, Talos can not be installed to MDRaid disk automatically.
It would be perfect to be able to install Talos to software raid.
Config can looks like:
Beta Was this translation helpful? Give feedback.
All reactions