sureshanaparti commented on a change in pull request #6042:
URL: https://github.com/apache/cloudstack/pull/6042#discussion_r813839117
##########
File path:
services/secondary-storage/controller/src/main/java/org/apache/cloudstack/secondarystorage/PremiumSecondaryStorageManagerImpl.java
##########
@@ -184,7 +184,9 @@ else if (!copyCmdsInPipeline.isEmpty() &&
copyCmdsInPipeline.size() >= halfLimi
return new Pair<AfterScanAction, Object>(AfterScanAction.expand,
SecondaryStorageVm.Role.commandExecutor);
}
- scaleDownSSVMOnLoad(alreadyRunning, activeCmds, copyCmdsInPipeline);
+ if (StorageManager.SecStorageVMScaleDown.value()) {
Review comment:
@Pearl1594 need to check activeCmds count 0 here?
--
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]