sureshanaparti commented on code in PR #9852: URL: https://github.com/apache/cloudstack/pull/9852#discussion_r1822497745
########## server/src/main/java/com/cloud/storage/StorageManagerImpl.java: ########## @@ -504,7 +504,7 @@ public boolean isLocalStorageActiveOnHost(Long hostId) { List<StoragePoolHostVO> storagePoolHostRefs = _storagePoolHostDao.listByHostId(hostId); for (StoragePoolHostVO storagePoolHostRef : storagePoolHostRefs) { StoragePoolVO PrimaryDataStoreVO = _storagePoolDao.findById(storagePoolHostRef.getPoolId()); Review Comment: good catch @slavkap , addressed few others 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. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org