Hi all,
I had to shutdown my OMV before an power intervention at my place.
I made a clean shutdown of course
After a reboot I was not able to see my RAID 5 on the OMV interface
After a :
$ mdadm --stop /dev/md0
then a :
$mdadm --assemble --force --verbose /dev/md0
I was able to get my RAID back. At first the sde disk was not mounting on the Raid group
To be sure I made a reboot then I got back to the same issue (no RAID displayed)
after the same 2 command that is now ths sda disk that is not mountig in the raid
Here are the required commands and thir output :
Code
/dev/sda: UUID="5bfd32bb-4679-7bac-81fc-d9a85297c17c" UUID_SUB="727fea00-8759-f8c2-1c33-1e123ef5fe81" LABEL="fb-nas-03:RAID01" TYPE="linux_raid_member"
/dev/sdb: UUID="5bfd32bb-4679-7bac-81fc-d9a85297c17c" UUID_SUB="b939ce3e-73d1-a700-2e44-b06039f07810" LABEL="fb-nas-03:RAID01" TYPE="linux_raid_member"
/dev/sde: UUID="5bfd32bb-4679-7bac-81fc-d9a85297c17c" UUID_SUB="774ecad5-1c13-e0ff-0afc-b603e1401996" LABEL="fb-nas-03:RAID01" TYPE="linux_raid_member"
/dev/sdc: UUID="5bfd32bb-4679-7bac-81fc-d9a85297c17c" UUID_SUB="f3c0d88f-3958-a227-834d-448c8decc07b" LABEL="fb-nas-03:RAID01" TYPE="linux_raid_member"
/dev/sdf: UUID="5bfd32bb-4679-7bac-81fc-d9a85297c17c" UUID_SUB="63201f8e-7ccd-1424-987e-ed6f88050766" LABEL="fb-nas-03:RAID01" TYPE="linux_raid_member"
OMV : 5.5.18-1
kernel : 5.5.9.0-0.bpo.2-amd64
Let me know if more detail is needed
Thanks in advance
Fabrice