Raid6 missing from Omv6 web UI after removing a disk

  • Hi! I did the mistake of removing a hd from my raid6 when it had broken sectors, I didn't know you had to remove it through the UI before removing it. Also I formated that drive while waiting for my new drives to arrive to see if It could be re-used it any way. But it wouldnt even create a new volume after being formated.


    Now my raid6 is missing in the Omv web UI and I have no idea how to fix it. Would really appreciate if someone has any solution to my problem, I really hope I didnt screw everything up.


    The raid had 5x8tb Hds. I now have replacement drives also.


    All hds except 2 drives are seagate Ironwolf, the drive I removed was an ironwolf drive.



    cat /proc/mdstat:

    Code
    Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
    md0 : inactive sdc[2](S) sda[1](S) sdd[3](S) sde[4](S)
          31255577952 blocks super 1.2

    blkid:

    fdisk -l | grep "Disk "

    Code
    # definitions of existing MD arrays
    ARRAY /dev/md0 metadata=1.2 name=MyNas:MyRaid1 UUID=c46a3119:d6371edc:8627d4f7:ee514285

    mdadm --detail --scan --verbose:

    Code
    INACTIVE-ARRAY /dev/md0 num-devices=4 metadata=1.2 name=MyNas:MyRaid1 UUID=c46a3119:d6371edc:8627d4f7:ee514285
       devices=/dev/sda,/dev/sdc,/dev/sdd,/dev/sde
  • OmvUser123

    Hat den Titel des Themas von „Raid6 missing from Omv UI after removing a disk“ zu „Raid6 missing from Omv6 web UI after removing a disk“ geändert.
    • Offizieller Beitrag

    Hi! I did the mistake of removing a hd from my raid6 when it had broken sectors, I didn't know you had to remove it through the UI before removing it.

    Common mistake, the array is inactive but displays 4 out of the 5 drives required:


    mdadm --stop /dev/md0


    mdadm --assemble --force --verbose /dev/md0 /dev/sd[acde] that should bring the array back up in a clean/degraded state

    Raid is not a backup! Would you go skydiving without a parachute?


    OMV 6x amd64 running on an HP N54L Microserver

  • crashtest

    Hat das Label gelöst hinzugefügt.

Jetzt mitmachen!

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