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_r181347015
##########
File path: ui/scripts/network.js
##########
@@ -1100,11 +1100,23 @@
});
args.$form.find('.form-item[rel=cleanup]').find('input').attr('checked',
'checked'); //checked
args.$form.find('.form-item[rel=cleanup]').css('display', 'inline-block');
//shown
+
args.$form.find('.form-item[rel=makeredundant]').find('input').attr('checked',
'checked'); //checked
+
args.$form.find('.form-item[rel=makeredundant]').css('display',
'inline-block'); //shown
+
+ if
(Boolean(args.context.networks[0].redundantrouter)) {
Review comment:
@rhtyd, As I understand, this functionality is not applicable to RVRs? For
RVRs, the upgrade procedure is same as the old way. (Reboot the back-up and
then reboot the master). But from the snapshots, I see, it creates a new router
for each restart. (r-46-VM creates r-47-VM) and (r-45-VM creates r-48-VM).
----------------------------------------------------------------
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