nitin-maharana 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_r180965420
##########
File path:
api/src/org/apache/cloudstack/api/command/user/network/RestartNetworkCmd.java
##########
@@ -57,6 +57,9 @@
@Parameter(name = ApiConstants.CLEANUP, type = CommandType.BOOLEAN,
required = false, description = "If cleanup old network elements")
private Boolean cleanup;
+ @Parameter(name = ApiConstants.MAKEREDUNDANTE, type = CommandType.BOOLEAN,
required = false, description = "Turn the network into a network with redundant
routers.", since = "4.11.1")
Review comment:
@rhtyd, Thanks for adding this functionality. I think there is a typo in
ApiConstants name, E at the end. Would be great if we change the name of
existing name to MAKE_RENDUNDANT, I just checked the usage is also very less.
----------------------------------------------------------------
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