Hi Aparajita,
what about OnCommand Shift?
Shift used the following syntax in the background (output from the debug log):
Invoke-Command -ScriptBlock { $secpasswd = ConvertTo-SecureString '********' -AsPlainText -Force;$mycreds = New-Object System.Management.Automation.PSCredential ('admin' ,$secpasswd);Connect-NcController -Credential $mycreds -Name <IP-ADDRESS> -Vserver <VSERVER>;ConvertTo-NcVhdx -SourceVmdk '/vol/vol1/.snapshot/Shift_vol1/qtreeESX/VM-Directory/VM.vmdk' -FollowParent -DestinationVhdx '/vol/vol1/qtreeHV/VM-Directory/VM.vhdx'}
And this is not working. I got the same error:
operation exceeded the block cloning limit (128MB). Maximum block count for clone from AFS is 32768.
Converting the disk manualy with the following syntax works fine:
ConvertTo-NcVhdx -SourceVmdk '/vol/vol1/qtreeESX/VM-Directory/VM.vmdk' -FollowParent -DestinationVhdx '/vol/vol1/qtreeHV/VM-Directory/VM.vhdx' -SnapshotName Shift_vol1
Do you have any experience with Shift?
If so, is possible to force Shift to use the other syntax?
Thanks in advance,
Anastasios