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



##########
File path: 
engine/components-api/src/main/java/com/cloud/storage/StorageManager.java
##########
@@ -143,6 +143,9 @@
     ConfigKey<Integer>  SecStorageMaxMigrateSessions = new 
ConfigKey<Integer>("Advanced", Integer.class, 
"secstorage.max.migrate.sessions", "2",
             "The max number of concurrent copy command execution sessions that 
an SSVM can handle", false, ConfigKey.Scope.Global);
 
+    ConfigKey<Boolean>  SecStorageVMScaleDown = new 
ConfigKey<Boolean>("Advanced", Boolean.class, "secstorage.vm.auto.scale.down", 
"false",

Review comment:
       ```suggestion
       ConfigKey<Boolean>  SecStorageVMAutoScaleDown = new 
ConfigKey<Boolean>("Advanced", Boolean.class, "secstorage.vm.auto.scale.down", 
"false",
   ```




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