Damans227 commented on code in PR #12847:
URL: https://github.com/apache/cloudstack/pull/12847#discussion_r3624819684
##########
core/src/main/java/org/apache/cloudstack/backup/TakeBackupCommand.java:
##########
@@ -89,6 +89,12 @@ public void setVolumePaths(List<String> volumePaths) {
@Override
public boolean executeInSequence() {
- return true;
+ // Returning false lets the KVM agent dispatch this command in
parallel with
Review Comment:
Nit: this comment is quite long for a one-line override, reads more like a
commit message. Might trim to just the essential reasoning.
--
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]