mirror of https://github.com/apache/cloudstack.git
VM deployment from ISO not working on VSAN65, fixed by adding a backup to create disk using old way
This commit is contained in:
parent
c6c4bfe30c
commit
89aa25d023
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue