Hi everyone,
I'm having a hard time understanding where some of the used storage calculations are coming from in vCloud Director. Since the memory reservation on this OrgVDC is set to 100% the VSWP files are only 108MB.
Given the following information below, I would expect the StoragedUsedGB property of the OrgVDC to be around 403-404B, however it is at 422GB. Where is the extra space coming from?
I read in this article, Sysadmin Stories: vCloud Director storage calculation and allocation, that memory reservations are disregarded. Is this the case?
$orgVDC | select name, cpuusedghz, memoryusedgb, storageusedgb, allocationmodel, memoryguaranteedpercent; ($vapp | Get-CIVM) | Get-CIVMHardDisk | select vmname, capacity, elementname; (get-Catalog -Org $orgVDC.org | Get-Media) | select name, storageusedmb; (get-Catalog -Org $orgVDC.org | Get-CIVAppTemplate) | select name, storageusedmb
Name : 22646-ALLOC-01
CpuUsedGhz : 0
MemoryUsedGB : 20
StorageUsedGB : 422.94921875
AllocationModel : AllocationPool
MemoryGuaranteedPercent : 100
VMName : Dev-DB-01
Capacity : 307200
ElementName : Hard disk 1
VMName : Dev-Web-01
Capacity : 102400
ElementName : Hard disk 1
Name : Windows_Svr_DC_EE_SE_Web_2008_R2_64Bit_w_SP1.ISO
StorageUsedMB : 3020.01953125