andrijapanicsb opened a new issue, #6873:
URL: https://github.com/apache/cloudstack/issues/6873
##### ISSUE TYPE
<!-- Pick one below and delete the rest -->
* Bug Report
* Improvement Request
* Enhancement Request
* Feature Idea
* Documentation Report
* Other
##### COMPONENT NAME
<!--
VR agent ?
-->
~~~
~~~
##### CLOUDSTACK VERSION
<!--
New line separated list of affected versions, commit ID for issues on main
branch.
-->
~~~
4.17.0.0+
~~~
##### CONFIGURATION
<!--
Information about the configuration if relevant, e.g. basic network,
advanced networking, etc. N/A otherwise
-->
mgmt server is in Pod1/subnet1, hypervisor (and thus VR's control NIC) is in
Pod2/subnet2 - thus there is routing process between mgmt and VR's NIC IP
##### OS / ENVIRONMENT
<!--
Information about the environment if relevant, N/A otherwise
-->
Probably affects only VMware, but has not been tested with XS/KVM (should
not be a problem, but needs checking)
##### SUMMARY
<!-- Explain the problem/feature briefly -->
Only VPC VR affected (VR for shared or simpler Isolated network is NOT
affected).
There is a patching error of the VPC VR (this might be a problem or a
consequence of missing routes) - either way, route from VR to the subnet of the
mgmt server (subnet1) is missing/not configured, and thus VR can't talk to the
mgmt server - VR configuration never completes. CMDLINE looks fine (all
parameters look fine) but things are not applied correctly on the OS level.
##### STEPS TO REPRODUCE
<!--
For bugs, show exactly how to reproduce the problem, using a minimal
test-case. Use Screenshots if accurate.
For new features, show how the feature would be used.
-->
<!-- Paste example playbooks or commands between quotes below -->
~~~
mgmt server in subnet1, hypervisor (and thus VR's control NIC) in subnet2 -
so that VR needs to send packet to the Pod2's gateway in order to reach
Pod1/mgmt server.
~~~
<!-- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!-- What did you expect to happen when running the steps above? -->
~~~
VR patches up and operational
~~~
##### ACTUAL RESULTS
<!-- What actually happened? -->
<!-- Paste verbatim command output between quotes below -->
~~~
VR not patches, routes not present as needed.
~~~
CMD line of the VPC VR:

cloud.log

Routing table empty (there should be multiple routes (route to the mgmt cidr
should be via 10.1.32.1 for 10.1.32.0 network - see CMDLINE output)

--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]