shwstppr commented on a change in pull request #4922:
URL: https://github.com/apache/cloudstack/pull/4922#discussion_r634943669
##########
File path: api/src/main/java/com/cloud/network/router/VirtualRouter.java
##########
@@ -35,7 +35,7 @@
boolean getIsRedundantRouter();
public enum RedundantState {
- UNKNOWN, MASTER, BACKUP, FAULT
+ UNKNOWN, PRIMARY, BACKUP, FAULT
Review comment:
@sureshanaparti as this value will be stored in the db, do we need to
handle that or will it be taken care of as VRs may need to be recreated after
the upgrade?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]