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


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

Review Comment:
   why here and not in NASBackupProvider? it is a nas only setting and the 
provider already has an empty getConfigKeys.



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