VM deployment from ISO not working on VSAN65, fixed by adding a backup to create disk using old way

This commit is contained in:
Harikrishna Patnala 2020-09-24 16:05:06 +05:30
parent c6c4bfe30c
commit 89aa25d023

View File

@ -2348,7 +2348,7 @@ public class VmwareStorageProcessor implements StorageProcessor {
VirtualMachineMO vmMo = null;
String volumeUuid = UUID.randomUUID().toString().replace("-", "");
String volumeDatastorePath = dsMo.getDatastorePath(volumeUuid + ".vmdk");
String volumeDatastorePath = VmwareStorageLayoutHelper.getDatastorePathBaseFolderFromVmdkFileName(dsMo, volumeUuid + ".vmdk");
VolumeObjectTO newVol = new VolumeObjectTO();
try {