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



##########
File path: 
engine/storage/src/main/java/org/apache/cloudstack/storage/allocator/AbstractStoragePoolAllocator.java
##########
@@ -82,6 +86,10 @@ public boolean configure(String name, Map<String, Object> 
params) throws Configu
             if (allocationAlgorithm != null) {
                 this.allocationAlgorithm = allocationAlgorithm;
             }
+            String strictness = 
configs.get("disk.provisioning.type.strictness");

Review comment:
       Agree with @harikrishna-patnala , please use Config framework to get the 
zone-wide setting.




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