rhtyd commented on a change in pull request #2799: systemvmtemplate: new 4.11.2
template and fixes
URL: https://github.com/apache/cloudstack/pull/2799#discussion_r211582125
##########
File path: systemvm/debian/opt/cloud/bin/setup/router.sh
##########
@@ -18,35 +18,46 @@
. /opt/cloud/bin/setup/common.sh
-setup_router() {
- log_it "Setting up virtual router system vm"
+check_reboot() {
+ if [ "$HYPERVISOR" != "vmware" ]; then
Review comment:
I checked this check is very specific to vmware which uses the private/mgmt
nic for programming VR over port 3922, therefore we don't need to do it for
other hypervisors.
----------------------------------------------------------------
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