SudharmaJain commented on a change in pull request #876: CLOUDSTACK-8865:
Adding SR doesn't create Storage_pool_host_ref entry?
URL: https://github.com/apache/cloudstack/pull/876#discussion_r122145547
##########
File path: server/src/com/cloud/resource/ResourceManagerImpl.java
##########
@@ -2378,6 +2378,23 @@ public boolean maintenanceFailed(final long hostId) {
}
@Override
+ public List<HostVO> listAllUpHosts(Type type, Long clusterId, Long podId,
long dcId) {
Review comment:
@DaanHoogland This method involves a DB query execution. I don't think this
can be achieved in a unit test.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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