Fresh installed Tumbleweed looses my RAID configuration after reboot of system.
- Backup RAID array to separate disk
- Restart system to re-install
- 2 Disks are configured in RAID1 during installation (/dev/sda and /dev/sdb)
- Disk is formatted XFS with encryption
- Mount point is set to /data
- Boot system after installation
- /cat/proc/mdstat reports status of RAID
- Transfer all data back to RAID device
- Install package after fresh install
- Reboot
- cat: /proc/mdstat: No such file or directory
- Partitioner in YAST2 only reports 1 disk to be mounted as /data
- No RAID array is shown in Yast
- Adding RAID array fails “not enough suitable devices”
sudo lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 931.5G 0 disk
sdb 8:16 0 931.5G 0 disk
└─cr_data 254:1 0 931.5G 0 crypt /data
cat /etc/mdadm.conf
DEVICE containers partitions
ARRAY /dev/md0 UUID=14fbead6:3304801a:ead6cb97:07d808d0
ARRAY /dev/md0 UUID=972654a6:fd4d9f5e:6a6f1176:2f47cad5
sudo mdadm -A -s
mdadm: Devices UUID-14fbead6:3304801a:ead6cb97:07d808d0 and UUID-972654a6:fd4d9f5e:6a6f1176:2f47cad5 have the same name: /dev/md0
mdadm: Duplicate MD device names in conf file were found.
Been poking at this for some time now and I don’t see what is wrong with the configuration.