Hi all,
Using the "Send-LinkedCloneRecompose" Powershell command, everything appears to work fine:
- The PS command indicates that the desktops are going to recompose (shows VMs Unchanged: 0).
- The pool shows a recompose task for all desktops.
- The pool task window shows that the recompose action is for the correct snapshot.
- A new replica is created in vSphere.
- Desktops are recomposed OK.
Get-Pool -Pool_id "$poolID" | Get-DesktopVM | Send-LinkedCloneRecompose -ParentVMPath "$parentPath" -ParentSnapshotPath "newSnapPath" -schedule ((Get-Date).AddMinutes(1)) -forceLogoff $false -stopOnError $true
Problem:
- Checking the pool information in View Administrator, the "Image" name still shows the old snapshot- this is obviously incorrect. This would normally change to the new snapshot name if the recompose operation is performed from within View Administrator.
- Using Powershell to interrogate the pool information, the same details are shown - the old snapshot name is written.
> Get-Pool -Pool_id "$poolID"
> ...
> parentVMSnapshotPath : **original old snapshot path**
> ...
So, is this a bug? Can this be reproduced, or is it a problem only I am experiencing?
Any ideas?
Thanks.