kioie commented on a change in pull request #3293: Limit selecting of secondary 
storage with 90% utilization
URL: https://github.com/apache/cloudstack/pull/3293#discussion_r279223651
 
 

 ##########
 File path: 
engine/storage/image/src/main/java/org/apache/cloudstack/storage/image/manager/ImageStoreProviderManagerImpl.java
 ##########
 @@ -157,6 +157,7 @@ public DataStore getImageStore(List<DataStore> 
imageStores) {
                 }
             }
         }
-        return imageStores.get(0);
+        s_logger.debug("Can't find staging storage in zone with less than 90% 
usage");
 
 Review comment:
   The idea is that it shouldn't be.

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

Reply via email to