In a vSAN Express Storage Architecture (ESA) cluster, a physical disk may report as unhealthy or unmounted in the vSphere Client. Attempts to remove the disk from the storage pool via the vCenter UI or command line fail due to metadata corruption, stuck I/O errors, or hardware-level unresponsiveness. This article outlines the procedure to address these persistent removal failures.
[localhost :~ ] esxcli vsan storagepool list | grep -i cmmdsIn CMMDS: trueIn CMMDS: trueIn CMMDS: trueIn CMMDS: falseIn CMMDS: trueIn CMMDS: trueIn CMMDS: trueIn CMMDS: true2026-08-03T07: 27:57.611Z In (14) vsand [2102296] : [opID=2102296 VsanLsomHealth: : checkDiskState] Got devResState from devsTelemetry for disk 5224c6db-####-####-####-##########: DISK REPAIR FAILED2026-08-03T07:27:57.6112 In (14) vsand [2102296] : [opID=2102296 VsanHealthSystemImpl: : QueryPhysicalDiskHealthSummary] Disk 5224c6db-####-####-####-########## cmmds health status: None , LSOM telemetry status: TRANSIENT_ERROR_REPAIR_FAILED
esxcli storage core device smart get -d t10.NVMe___Micron_7450_##########___________###############Parameter Value Threshold Worst Raw-------------------------------------------------------------------------------------Health Status WARNING N/A N/A N/APower-on Hours 13614 N/A N/A N/APower Cycle Count 28 N/A N/A N/AReallocated Sector Count 0 90 N/A N/ADrive Temperature 32 77 N/A N/AThe issue typically stems from underlying physical hardware degradation or media errors on the NVMe drive. When the storage controller or NVMe drive cannot complete I/O requests due to media errors (e.g., Unrecoverable Read Errors), vSAN ESA metadata operations fail. This leads to an inability to cleanly remove the device from the storage pool as the vSAN management stack cannot communicate with the disk to update partition or metadata maps.
esxcli vsan storagepool remove -u <Disk_UUID>.Unable to remove device: Failed to remove disk:<device_name> with error: Failed to update storage pool metadata for disk <device_name> with error: Failed to invalidate disk metadata: <device_name> with exception: Failed to write partition"), the disk is likely experiencing physical media failure. Engage the hardware vendor to physically replace the NVMe drive with a healthy unit.If the issue persists or if errors involve cluster-wide metadata, contact Broadcom Support for further analysis of the storage stack.