sureshanaparti commented on a change in pull request #4640:
URL: https://github.com/apache/cloudstack/pull/4640#discussion_r572625991



##########
File path: server/src/main/java/com/cloud/storage/StorageManagerImpl.java
##########
@@ -2331,6 +2338,30 @@ public ImageStore updateImageStoreStatus(Long id, 
Boolean readonly) {
         return imageStoreVO;
     }
 
+    @Override
+    public void updateStorageCapabilities(long poolId) {
+        StoragePoolVO pool = _storagePoolDao.findById(poolId);
+        // find the host
+        List<StoragePoolHostVO> hosts = 
_storagePoolHostDao.listByPoolId(poolId);

Review comment:
       make sure the host is Up and Enabled.




----------------------------------------------------------------
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]


Reply via email to