DaanHoogland commented on code in PR #7448:
URL: https://github.com/apache/cloudstack/pull/7448#discussion_r1188796250


##########
server/src/main/java/com/cloud/storage/secondary/SecondaryStorageVmManager.java:
##########
@@ -28,6 +30,12 @@
 
 public interface SecondaryStorageVmManager extends Manager {
 
+    static final ConfigKey<Long> SecondaryStorageCapacityScanInterval = new 
ConfigKey<>("Advanced", Long.class,
+            "secstorage.capacityscan.interval",
+            "30000",
+            "The time interval(in millisecond) to scan whether or not system 
needs more SSVM to ensure minimal standby capacity",

Review Comment:
   should we make this seconds? miliseconds seems a bit overkill.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to