I have following scenario:
1. Open virtual disk on remote ESXi using VixDiskLib_Open function
2. Srarting write to it using VixDiskLib_Write function
3. Then network connection unexpectedly is down for a short period of time and then it is restored.
4. I need continue to write on the disk. If I'll try to open the disk using VixDiskLib_Open function I get VIX_E_FILE_ALREADY_LOCKED error.
Question:
Is there any way to unlock disk file on remote ESXi host and continue to work with it after network connection restore?
Thanks!