Bios Fake Raid undetected by GUI after reinstall of OMV

  • Hello, I have a Bios RAID5 that was working fine on my previous install. I had to do a fresh install due to other configuration problems I created. After reinstall, I can not get the RAID to be recognized. It is a RAID5 using three 4TB WD Reds.



    cat /proc/mdstat

    Code
    Personalities :
    md127 : inactive sda[2](S) sdc[1](S) sdb[0](S)
          6780 blocks super external:imsm
    
    
    unused devices: <none>




    blkid

    Code
    /dev/sdc: TYPE="isw_raid_member"
    /dev/sdb: TYPE="isw_raid_member"
    /dev/sdd1: UUID="47b17f04-972d-482f-bdb8-0353199c7332" TYPE="ext4" PARTUUID="7397e2cb-01"
    /dev/sdd5: UUID="8619278d-22df-4a3d-a6b4-10cef6af9094" TYPE="swap" PARTUUID="7397e2cb-05"
    /dev/sde1: LABEL="temp" UUID="e934aaab-5bf6-4c04-b304-e3cb67c8b8ba" TYPE="ext4" PARTUUID="c8f3b89e-83c1-442e-9a17-f164438a4ba9"
    /dev/sda: TYPE="isw_raid_member"


    fdisk -l



    cat /etc/mdadm/mdadm.conf



    mdadm --detail --scan --verbose


    Code
    ARRAY /dev/md127 level=container num-devices=3 metadata=imsm UUID=e5d48399:8762dddb:40d579c9:766c83d3
       devices=/dev/sda,/dev/sdb,/dev/sdc
  • It looks like all my drives are marked as spares and that is causing the problem and I cant find anything that works to reactivate and unmark them as spares.


    Edit:


    Ok I got it working. But I have to run mdadm --run /dev/md127 after every reboot and cat /proc/mdstat shows that the raid is becoming md126


    cat /proc/mdstat

    Code
    Personalities : [raid6] [raid5] [raid4]
    md126 : active raid5 sdc[2] sdb[1] sda[0]
          7814032384 blocks super external:/md127/0 level 5, 128k chunk, algorithm 0 [3/3] [UUU]
    
    
    md127 : inactive sda[2](S) sdb[1](S) sdc[0](S)
          6780 blocks super external:imsm
    
    
    unused devices: <none>

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!