shwstppr edited a comment on issue #3473: vmware: fix volume stats logic URL: https://github.com/apache/cloudstack/pull/3473#issuecomment-511803709 As reported in https://github.com/apache/cloudstack/pull/3473#issuecomment-509152256, ROOT-*-delta.vmdk file size increases whenever something is written to instance disk. But this vmdk file is not taken into account while calculating volumes' physical size. I get following volume info for one such volume, `{"diskDeviceBusName":"ide0:1","diskChain":["[729e08870a5d311c92d455db46da45d1] i-2-3-VM/ROOT-3.vmdk","[729e08870a5d311c92d455db46da45d1] 3ca2d374b8083bfda1591a3e3757db70/3ca2d374b8083bfda1591a3e3757db70.vmdk"]}` Dring my debugging I couldn't find any ACS code that deals with ascertaining this disk chain and it appears it is done by VMware library class `VirtualMachineDiskInfoBuilder`. Any help here @nvazquez @rhtyd
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services