VMware Horizon Community
Najtsob
Enthusiast
Enthusiast

Instant clones issues - Resync of VM has failed

I have fresh setup of Horizon 7.3.2 and I have created first test instant clones pool but something doesn't work as it should.

The desktops were provisioned without issues and I could login, but after logout I got following error.

pastedImage_0.png

Also I have noticed this in vCenter
pastedImage_1.png

It seems like I got too many clones and replicas for just a single instant clone ?

Tags (2)
0 Kudos
3 Replies
KyleQu
Contributor
Contributor

Running into the same issue. 7.3.2. We are checking ESXi updates now (on 6.0) to see if maybe we are behind on an important update.

0 Kudos
KyleQu
Contributor
Contributor

After updating to 6.0U3e we are still seeing the same behavior. Any resync operation, either from logoff or from image push causes this issue.

Clean version of Win 10 1709.

0 Kudos
KyleQu
Contributor
Contributor

To close the loop on this, we found the issue.

This problem only occurred with dedicated instant clones (floating pools worked fine). It was because we didn't have distributed switches setup, which it turns out is a requirement for dedicated instant clone pools. So, our fault for not thoroughly reading the documentation on this newer feature of instant clones. You also need to ensure you are using static port binding with fixed port allocation.

Instant-Clone Desktop Pools

As a best practice, configure distributed virtual switches in the vSphere environment. It is mandatory to configure distributed virtual switches in the vSphere environment for dedicated instant clones.

In the connection server logs you will find the following entries

2018-07-23T14:51:08.824-04:00 ERROR (105C-135C) <WFE-12> [Task] ReconfigSurrogateCloneAction of Task=[ResyncSingleCloneTask:e6f3417a-f342-42ea-9e72-429ed7fe246c:3355], requestId=3cc5bfbc-4ccf-497c-a121-6efdb538b064 failed at index=4 with com.vmware.daas.cloneprep.common.CPException: Unable to configure network for VM: cp-replica-939a9300-5197-40ab-9b78-be46fc82b941 as no existing ethernet card found with DVS portgroup from the vm.

2018-07-23T14:51:08.830-04:00 DEBUG (105C-135C) <WFE-12> [Task] Skipped incomplete PowerOnVmAction of Task=[ResyncSingleCloneTask:e6f3417a-f342-42ea-9e72-429ed7fe246c:3355], requestId=3cc5bfbc-4ccf-497c-a121-6efdb538b064

2018-07-23T14:51:08.832-04:00 ERROR (105C-135C) <WFE-12> [Task] ExecuteMultipleTasksAction of Task=[ResyncSingleCloneWrapperTask:41b1e78d-f0b0-47c1-99ad-f7fa8e5b1d96:3353], requestId=3cc5bfbc-4ccf-497c-a121-6efdb538b064 failed at index=1 with com.vmware.daas.cloneprep.common.CPException: Unable to configure network for VM: cp-replica-939a9300-5197-40ab-9b78-be46fc82b941 as no existing ethernet card found with DVS portgroup from the vm.

2018-07-23T14:51:08.833-04:00 DEBUG (105C-135C) <WFE-12> [Action] $Profile: @LEVEL = ACTION & @START_TIME = 2018-07-23T14:50:49.082-0400 & @END_TIME = 2018-07-23T14:51:08.833-0400 & @END2END_MS = 19751 & @RUNNING_MS = 19751 & @WAITING_MS = 0 & @DETAILS = {ACTION_NAME=ExecuteMultipleTasksAction, REQUEST_ID=3cc5bfbc-4ccf-497c-a121-6efdb538b064, TASK_ID=3ab90a22-7869-469a-af57-3b2c63bb7a52}

0 Kudos