rhtyd commented on a change in pull request #3480: [WIP DO NOT MERGE] engine, server, services: fix for respecting secondary storage threshold limit URL: https://github.com/apache/cloudstack/pull/3480#discussion_r305917673
########## File path: engine/api/src/main/java/org/apache/cloudstack/engine/subsystem/api/storage/DataStoreManager.java ########## @@ -33,7 +33,11 @@ List<DataStore> getImageStoresByScope(ZoneScope scope); - DataStore getImageStore(long zoneId); + DataStore getImageStoreForRead(long zoneId); Review comment: `getRandomImageStore` or something that conveys meaning? You may also put javadocs on them to convey which method does what? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services