This is a known issue, with currently no resolution. Please refer to steps below to workaround this issue.
Workaround:
- Connect to Connection Server VM and run the command below to delete the parent VMs and prepare the hosts to enter maintenance mode:
Note: The command must be running against all VDI participating ESXi hosts
Example: 4 hosts are participating.
IcMaint.cmd -vc <VC host name or IP> -uid <user ID> -password <user password> -hostName <ESXi-1 host name> -maintenance ON
IcMaint.cmd -vc <VC host name or IP> -uid <user ID> -password <user password> -hostName <ESXi-2 host name> -maintenance ON
IcMaint.cmd -vc <VC host name or IP> -uid <user ID> -password <user password> -hostName <ESXi-3 host name> -maintenance ON
IcMaint.cmd -vc <VC host name or IP> -uid <user ID> -password <user password> -hostName <ESXi-4 host name> -maintenance ON
- Wait for approximately 3-5 minutes for the parent VMs to be deleted which ensures the maintenance activity will continue without any issues.
- Navigate to SDDC Manager to schedule the appropriate upgrade bundle.
- Wait for the upgrade report as successful.
- Connect again to Connection Server VM and take the hosts out of maintenance mode.
IcMaint.cmd -vc <VC host name or IP> -uid <user ID> -password <user password> -hostName <ESXi-1 host name> -maintenance OFF
IcMaint.cmd -vc <VC host name or IP> -uid <user ID> -password <user password> -hostName <ESXi-2 host name> -maintenance OFF
IcMaint.cmd -vc <VC host name or IP> -uid <user ID> -password <user password> -hostName <ESXi-3 host name> -maintenance OFF
IcMaint.cmd -vc <VC host name or IP> -uid <user ID> -password <user password> -hostName <ESXi-4 host name> -maintenance OFF
- Open a browser to Connection sever URL, and select Desktop Pool.
- Select "Enable provisioning" from the respective pool options to recreate the parent VMs on respective hosts.