VMware Cloud Community
andvm
Hot Shot
Hot Shot
Jump to solution

vSAN - unable to remove failed disk from disk group

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

 

 

Labels (1)
0 Kudos
1 Solution

Accepted Solutions
2 Replies
viquarhcimca
Enthusiast
Enthusiast
Jump to solution

andvm
Hot Shot
Hot Shot
Jump to solution

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