Raid 10 failed

  • Hi


    I have a raid 10 setup and i had a problem with one of my disks. I changed the disk and tryied to recover the raid. It started to resync and after it finished i saw in openmediavault that it failed. The output of cat /proc/mdstat


    Code
    md0 : active raid10 sdc[4](F) sdb[0](F) sde[3] sdd[2]
          1465146368 blocks super 1.2 512K chunks 2 near-copies [4/2] [__UU]




    I have tried with mdadm --assemble /dev/md0 nothing happens any idea what can i do?



    Thanks

  • Hi,


    You might try to remove the faulty spares, remove the raid info on them and try add them back:


    Look what mdadm says about those spares:


    Code
    # mdadm --query /dev/sdb
    # mdadm --query /dev/sdc


    EDIT: This should be how you remove faulty spares:


    Code
    # mdadm /dev/md0 --remove detached


    I'll leave the below instructions anyway...


    Removing a faulty disk from an array:


    Code
    # mdadm --remove /dev/md0 /dev/sdb
    # mdadm --remove /dev/md0 /dev/sdc


    Clearing any previous raid info on a disk (eg. reusing a disk from another decommissioned raid array)


    Code
    # mdadm --zero-superblock /dev/sdb
    # mdadm --zero-superblock /dev/sdc


    Do it on your own risk ;)

Jetzt mitmachen!

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