Damans227 commented on code in PR #12847:
URL: https://github.com/apache/cloudstack/pull/12847#discussion_r3964382877


##########
api/src/main/java/org/apache/cloudstack/backup/BackupManager.java:
##########
@@ -59,6 +59,12 @@ public interface BackupManager extends BackupService, 
Configurable, PluggableSer
             "false",
             "Enable volume attach/detach operations for VMs that are assigned 
to Backup Offerings.", true);
 
+    ConfigKey<Boolean> NASBackupParallelExecution = new 
ConfigKey<>("Advanced", Boolean.class,
+            "backup.nas.parallel.execution.enabled",
+            "true",
+            "Allow NAS take-backup commands to run in parallel with other 
backup and delete commands on the KVM host. Disable to force sequential 
execution.",

Review Comment:
   does this only affect other backup and delete commands? looks like it 
affects everything sent to that host, not just backups.



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