VMware vSAN 7.0.x
VMware vSAN 8.0.x
VMware vSAN 9.0.x
Progress percentages can help determine which task is currently underway (and potential blocker if progress appears halted):0% - Task initializing
If the task is staying at this % for a long duration, this can indicate issues with vCenter or communication issues between vCenter and the hosts.
2% - Precheck.
Task can hang at this % if there are HA/DRS settings that might prevent the host from entering Maintenance Mode.
19% - vMotion of VMs off the host.
If the task is stuck at this % then user may need to intervene and manually migrate or power off (whichever is applicable) the remaining Virtual Machines. Not-progressing task at this stage does usually indicate one of the following conditions preventing VM migration:
20% - 100% - Resync and/or migration of data onto other nodes.
This stage can take a significant amount of time, depending on either
During this stage Cluster Monitoring, Membership, and Directory Service (CMMDS) will denote the host's 'decommissioning state' as '4' ("decomState": 4) and can be verified via CLI by running:cmmds-tool find -f json -t NODE_DECOM_STATE -u $(cmmds-tool whoami) | grep content
...on the node in question.
/var/run/log/clomd.log, user may see the messages similar to:CLOM_ProcessDecomUpdate: Node 00000000-0000-0000-0000-000000000000 state change. Old:DECOM_STATE_NONE New:DECOM_STATE_ACTIVE Mode:1 JobUuid:00000000-0000-0000-0000-000000000000CLOM_ProcessDecomUpdate: Node 00000000-0000-0000-0000-000000000000 state change. Old:DECOM_STATE_ACTIVE New:DECOM_STATE_INITIALIZED Mode:1 JobUuid:00000000-0000-0000-0000-000000000000CLOM_ProcessDecomUpdate: Node 00000000-0000-0000-0000-000000000000 state change. Old:DECOM_STATE_INITIALIZED New:DECOM_STATE_DOM_READY Mode:1 JobUuid:00000000-0000-0000-0000-000000000000CLOM_ProcessDecomUpdate: Node 00000000-0000-0000-0000-000000000000 state change. Old:DECOM_STATE_DOM_READY New:DECOM_STATE_PREP_COMPLETE Mode:1 JobUuid:00000000-0000-0000-0000-000000000000CLOM_ProcessDecomUpdate: Node 00000000-0000-0000-0000-000000000000state change. Old:DECOM_STATE_PREP_COMPLETE New:DECOM_STATE_COMPLETE Mode:1 JobUuid:00000000-0000-0000-0000-000000000000DECOM_STATE_INITIALIZED denotes that the progress has started and DECOM_STATE_COMPLETE outlines successful completion of the task. )