vSAN1

 View Only
  • 1.  vSAN - unable to remove failed disk from disk group

    Posted Jul 05, 2022 09:55 AM

    Hi,

    Is it not best practice to remove the failed disk from the disk group before its replacement?

    Am unable to do so:

    andvm_0-1657014790944.png

    andvm_1-1657014826863.png

    andvm_2-1657014856356.png

     

     



  • 2.  RE: vSAN - unable to remove failed disk from disk group
    Best Answer



  • 3.  RE: vSAN - unable to remove failed disk from disk group

    Posted Jul 05, 2022 02:11 PM

    This was the closest one: https://kb.vmware.com/s/article/2150567

    in this case the disk can be removed manually as follows:

    Verify the disk appears: (Was showing as Device: Uknown and had matching UUID)

    esxcli vsan storage list

    Remove the disk:

    esxcli vsan storage remove --uuid xxxxxxxxxxxxxxxxxxxxx

    and the verify its removed with:

    esxcli vsan storage list

     

    Above process worked fine and solved the issue