You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloud-Init retains some information of the previous interface's MAC and will fail bringing up the new interface if the interfaces have been swapped out, for instance to move the machine to a new subnet/network in OpenStack.
Steps to reproduce the problem
Setup NetworkA+SubnetA
Spin up Ubuntu 24.04 Cloud-Image
Observe Instance with correct first boot and accessible network
Shutdown Instance
Setup NetworkB+SubnetB
Add Interface to Instance to NetworkB+SubnetB
Remove NetworkA+SubnetA Interface from Instance
Start Instance
Observe errors in Cloud-Init and no network being set up at all
Bug report
Cloud-Init retains some information of the previous interface's MAC and will fail bringing up the new interface if the interfaces have been swapped out, for instance to move the machine to a new subnet/network in OpenStack.
Steps to reproduce the problem
Environment details
cloud-init logs
Note the mismatch in MAC.
e9:da
is the new interface from NetworkB+SubnetB whereas10:04
is the removed interface from NetworkA+SubnetA.The text was updated successfully, but these errors were encountered: