-
Notifications
You must be signed in to change notification settings - Fork 94
Update docs/vm/ for multiple NICs on a VM #896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
jillian-maroket
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review done
393686e to
cce2381
Compare
|
Thanks for the comment. I've fixed the PR per the suggestions |
|
Hi @rrajendran17 could you also take a look at this? |
| Additional NICs are not enabled by default unless you configure them manually in the guest OS, e.g. using [wicked for your OpenSUSE Server](https://doc.opensuse.org/documentation/leap/reference/html/book-reference/cha-network.html#sec-network-manconf) or [netplan for your Ubuntu Server](https://ubuntu.com/server/docs/network-configuration). | ||
|
|
||
| If the virtual machine has one interface connected to the `mgmt` network and another connected to a different network (such as a VLAN), the node may be unable to reach the virtual machine's `mgmt` IP address. This connection issue occurs when the other network's gateway overrides the virtual machine's default route. | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"resulting in routing that prefers the VLAN network for all inbound and outbound traffic, even traffic destined for the mgmt network." is missing.We can provide the same detailed statements under both create and edit vm
|
@mingshuoqiu Do we want this statements to be added to previous versions as well as it is a day 1 issue ? |
Signed-off-by: Chris Chiu <[email protected]>
1064d93 to
9c99089
Compare
Not sure if it will cause confusion since we don't know why it didn't happen on v1.3. |
Problem:
With multiple NICs configured with different network mode, the IP assigned to the management interface may be unreachable.
Solution:
Add note to inform users about the mgmt IP may not reachable from node.
Related Issue(s):
harvester/harvester#5401
Test plan:
Additional documentation or context