After updating yesterday my TW system with zypper dup --no-allow-vendor-change and reboot, the booting process stops after halting a start job for a /dev/disk/by-uuid filesystem, which according to fstab is the home partition.
It leaves me in emergency mode.
All files systems except /home are mounted (nvme parititions, with btrfs).
On home normally a raid6 set /dev/md127 is mounted, consisting of 5 disks, /dev/sda through /dev/sde, all formatted with xfs.
mdadm -E reports all these disks to be clean, part of a raid6 system, checksums correct, as are itâs device roles.
journalctl gives nothing that seems to be problematic.
Neither seems dmesg: it ends reporting âAttached SCSI diskâ for all 5 disks.
But mdadm --detail /dev/md127 gives âcannot open /dev/md127: No such file or directory.â
What can I do to get my system safely up and running again?
Any help much appreciated!
@malcomlewis: No, Iâve always used mdadm. If I read the dmraid manpage online correctly, it does not have a raid6-option? Anyway, in my case the raid system is created with mdadm, so I´d think it would be wise to stick with that.
Following the link you gave, I canât find the dracut error: rd.md=0: removing MD RAID activation the poster mentions, but maybe I donât know where to look for it. Iâve so far inspected journalctl, dmesg and /var/log/boot.log
I do find (in dmesg) the avc: denied { getattr } errors he mentions; the devices they refer to are in all 5 messages /dev/nvme0n1p3; the fact that there are 5 such messages conincede with the fact that there are 5 disks in my raid setup. But they aro not nvme disks (partitions), but SATA disks.
mdadm.conf reads âDevice containers partitionsâ. According th the man page of mdadm.conf, mdadm then âreads /proc/partitions and include all devices and partitions found therein.â
/proc/partitions contains not only the 5 sd[a-e] disks, but also the nvme partitions, but I would think that would not pose a problem?
As mentionend in my opening post, Iâm left in emergency mode, so no graphics environment to kill off.
Mount -a reports
mount: /home: cannot find UUID=86<âŚ>
the UUID being the UUID for /home in /etc/fstab.
Iâve done that, before posting here, but it just does not do anything, so after waiting half an hour I rebooted, same situation again, and after trying to look for a solution myself I posted hereâŚ
mdadm.conf reads âDevice containers partitionsâ. According th the man page of mdadm.conf, mdadm then âreads /proc/partitions and include all devices and partitions found therein.â
/proc/partitions contains not only the 5 sd[a-e] disks, but also the nvme partitions, but I would think that would not pose a problem?
mdadm -E /dev/md127 reports
Cannot open /dev/md127: no such file or directorry
@jehojakim and contains the ARRAY and ARRAY metadata? /proc/partitions should only contain md126 when all is working AFAIK, well thatâs all I see here, but this is M/B Hardware RAID Intel Raid ISM.