mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
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;
|
VirtualMachineMO vmMo = null;
|
||||||
String volumeUuid = UUID.randomUUID().toString().replace("-", "");
|
String volumeUuid = UUID.randomUUID().toString().replace("-", "");
|
||||||
|
|
||||||
String volumeDatastorePath = dsMo.getDatastorePath(volumeUuid + ".vmdk");
|
String volumeDatastorePath = VmwareStorageLayoutHelper.getDatastorePathBaseFolderFromVmdkFileName(dsMo, volumeUuid + ".vmdk");
|
||||||
VolumeObjectTO newVol = new VolumeObjectTO();
|
VolumeObjectTO newVol = new VolumeObjectTO();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user