DaanHoogland commented on issue #3596: Zone wide storage pools hypervisor checks missing while retrieving statistics URL: https://github.com/apache/cloudstack/issues/3596#issuecomment-560436317 the method ``` public HashMap<String, VolumeStatsEntry> getVolumeStatistics(long clusterId, String poolUuid, StoragePoolType poolType, List<String> volumeLocators, int timeout) { ``` in UserVmManagerImpl is creating the command for the host and has a filter in case of ```storagePool.isManaged()```. It also needs filters for the cases of ```storagePool.isLocal()``` and ```ScopeType.ZONE.equals(storagePool.getScope())```. I will create a PR for the later in context of this ticket and see if the isLocal case can be cought in there as well.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
