rafaelweingartner commented on a change in pull request #2508: CLOUDSTACK-9114:
Reduce VR downtime during network restart
URL: https://github.com/apache/cloudstack/pull/2508#discussion_r186705380
##########
File path:
api/src/org/apache/cloudstack/api/command/user/vpc/RestartVPCCmd.java
##########
@@ -66,14 +66,14 @@ public Boolean getCleanup() {
if (cleanup != null) {
return cleanup;
}
- return true;
+ return false;
Review comment:
This means that the default is `false`, right?
Can't you declare the variable as `private boolean cleanup = false`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services