VMware Horizon Community
Perttu
Enthusiast
Enthusiast

Umbilical dependency between master VM and instant clones

Hello

One of my colleagues accidentally moved our master VM to an another vCenter (with XVCvMotion) and promptly after this all cloning duties on pools published from the image immediately failed. This quickly took down our pools with frequent logins and logoffs.

I've been in an assumption that master has no importance in cloning process after the template has created. AFAIK the process goes like

  1. master -> internal template ( with a dependent disk) 
  2. internal template -> replica ( full clones, no navel cord)
  3. replica -> parent -> clone ( or replica -> clone depending of pool setup)

I had to check some logs to get a grip from this and indeed the loss of the master did kill the operations

 

 

2023-02-01T12:48:07.747+02:00 ERROR (0730-28B8) <PendingOperation-/DC1/vm/Horizon/win/vdi-win03-CloningNGVC> [NgvcHelper] Master vm vm-169012 not present in cache
2023-02-01T12:48:07.747+02:00 ERROR (0730-28B8) <PendingOperation-/DC1/vm/Horizon/win/vdi-win03-CloningNGVC> [CloneNgvcVmPO] Cloning of VM vdi-win03 has failed. null
com.vmware.vdi.coreadmin.vccache.NotInCacheException
	at com.vmware.vdi.coreadmin.vccache.CachedVirtualMachine.get(SourceFile:186)
	at com.vmware.vdi.desktopcontroller.NgvcHelper.a(SourceFile:755)
	at com.vmware.vdi.desktopcontroller.NgvcHelper.buildAdvancedConfigurationSpecForCloning(SourceFile:674)
	at com.vmware.vdi.pendingoperations.CloneNgvcVmPO.a(SourceFile:322)
	at com.vmware.vdi.pendingoperations.CloneNgvcVmPO.a(SourceFile:150)
	at com.vmware.vdi.pendingoperations.CloneNgvcVmPO.runTheOp(SourceFile:70)
	at com.vmware.vdi.desktopcontroller.PendingOperation.run(SourceFile:2142)
	at java.base/java.lang.Thread.run(Unknown Source)

 

 

I don't get it. What is the design justification here, what extra does the Ngvc process needs from the master after the publish has been done?
 

Reply
0 Kudos
0 Replies