New NICs in Instance Not Updated After Reboot #9753
bds-congnguyen
started this conversation in
General
Replies: 1 comment 2 replies
-
@bds-congnguyen I am assuming that the interface remains plugged into the instance after reboot. If you have configured the netplan with two interfaces it should get configured right. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I encountered an issue after adding additional NICs to an instance. Each time the instance reboots, the new NICs remain down. I attempted running
cloud-init clean
followed by a reboot, but it seems the new interfaces are not being updated in/etc/netplan/50-cloud-init.yaml
, causing them to stay down.Is there a way to automate this process or avoid manually editing the /etc/netplan configuration file? Ideally, we want to manage everything through Cloudstack, without needing to touch system files directly.
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions