-
Notifications
You must be signed in to change notification settings - Fork 492
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
LXD Container fails to perform some VM actions with openvswitch NIC #3058
Milestone
Comments
LXD doesn't handle the port deletion from the bridge as libvirt does on its own during shutdown and nic hotplug actions, resulting in a switch:
where The drivers need to be updated in both actions |
dann1
added a commit
to dann1/one
that referenced
this issue
Mar 19, 2019
dann1
added a commit
to dann1/one
that referenced
this issue
Mar 19, 2019
dann1
added a commit
to dann1/one
that referenced
this issue
Mar 19, 2019
dann1
added a commit
to dann1/one
that referenced
this issue
Mar 19, 2019
7 tasks
dann1
changed the title
LXD Container fails reboot if NIC is attached
LXD Container fails reboot if openvswitch NIC is attached
Mar 20, 2019
dann1
changed the title
LXD Container fails reboot if openvswitch NIC is attached
LXD Container fails to perform some VM actions with openvswitch NIC
Mar 20, 2019
dann1
added a commit
to dann1/one
that referenced
this issue
Mar 22, 2019
rsmontero
pushed a commit
that referenced
this issue
Mar 25, 2019
rsmontero
pushed a commit
that referenced
this issue
Mar 25, 2019
rsmontero
pushed a commit
that referenced
this issue
Mar 26, 2019
rsmontero
pushed a commit
that referenced
this issue
Mar 26, 2019
(cherry picked from commit 94c88b4)
dann1
added a commit
to dann1/docs
that referenced
this issue
Sep 21, 2021
rsmontero
pushed a commit
to OpenNebula/docs
that referenced
this issue
Sep 21, 2021
rsmontero
pushed a commit
that referenced
this issue
May 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Open Nebula seems to try adding NIC to bridge before it's created (LXD). Problem is only present when rebooting an already made container.
To Reproduce
Expected behavior
Re-creation/initialization of one-xx interface prior to attaching it to bridge so that boot is successful.
Details
Additional context
I've also had problems where ON would try to attach existing one-xx interface to bridge while it is already part of bridge. Error could be omitted but results in failed boot instead. I can create a separate issue for this if needed.
Progress Status
The text was updated successfully, but these errors were encountered: