mirror of https://github.com/apache/cloudstack.git
Create fcd folder on local storage in VMware vSphere
This commit is contained in:
parent
d04fa0201d
commit
eec900f5d2
|
|
@ -6183,6 +6183,8 @@ public class VmwareResource implements StoragePoolResource, ServerResource, Vmwa
|
|||
dsMo.setCustomFieldValue(CustomFieldConstants.CLOUD_UUID, poolUuid);
|
||||
}
|
||||
|
||||
HypervisorHostHelper.createBaseFolder(dsMo, hyperHost, StoragePoolType.VMFS);
|
||||
|
||||
DatastoreSummary dsSummary = dsMo.getDatastoreSummary();
|
||||
String address = hostMo.getHostName();
|
||||
StoragePoolInfo pInfo = new StoragePoolInfo(poolUuid, address, dsMo.getMor().getValue(), "", StoragePoolType.VMFS, dsSummary.getCapacity(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue