After successfully creating my vSAN environment, I deleted the resources associated with it in vCenter since I needed to document, with screen shots the process of creating it.
What I found, the method I used to delete from vCenter had it short comings, namely the ESXi still believe the disks are still vSAN disks, and has such can not be used. For instance ...
vdq -q
{
"Name" : "naa.5000cca09500c2c4",
"VSANUUID" : "52df7db4-7f26-268f-3a66-5005d88d58df",
"State" : "In-use for VSAN",
"Reason" : "None",
"IsSSD" : "1",
"IsCapacityFlash": "0",
"IsPDL" : "0",
}
failed attempts to remedy the condition include commands such as this:
[root@mran01:/etc] partedUtil delete /dev/disks/naa.5000cca09500c2c4 1
Error: Read-only file system during write on /dev/disks/naa.5000cca09500c2c4
Unable to delete partition 1 from device /dev/disks/naa.5000cca09500c2c4
Even after: chmod 755 /dev/disks/naa.5000cca09500c2c4
the result is still the same.
Using the browser to get into the ESXi to either Edit the partition table, or delete the partition table failed as well.
Any suggestions on how to clean this up, so I can use it again?