-
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
Handle LXD not removing container host side nic #3189
Milestone
Comments
dann1
added a commit
to dann1/docs
that referenced
this issue
Apr 8, 2019
rsmontero
pushed a commit
to OpenNebula/docs
that referenced
this issue
Apr 8, 2019
rsmontero
pushed a commit
to OpenNebula/docs
that referenced
this issue
Apr 8, 2019
(cherry picked from commit 88c52c1)
dann1
added a commit
to dann1/docs
that referenced
this issue
Apr 23, 2019
rsmontero
pushed a commit
to OpenNebula/docs
that referenced
this issue
Apr 26, 2019
rsmontero
pushed a commit
to OpenNebula/docs
that referenced
this issue
Apr 26, 2019
(cherry picked from commit e14507d)
dann1
added a commit
that referenced
this issue
Apr 29, 2019
dann1
added a commit
to dann1/docs
that referenced
this issue
May 5, 2019
dann1
added a commit
that referenced
this issue
Aug 19, 2019
dann1
added a commit
that referenced
this issue
Aug 19, 2019
dann1
added a commit
that referenced
this issue
Aug 19, 2019
dann1
added a commit
that referenced
this issue
Aug 21, 2019
dann1
added a commit
that referenced
this issue
Aug 21, 2019
dann1
added a commit
that referenced
this issue
Aug 21, 2019
dann1
added a commit
that referenced
this issue
Oct 1, 2019
dann1
added a commit
that referenced
this issue
Oct 2, 2019
rsmontero
pushed a commit
that referenced
this issue
Oct 2, 2019
dann1
added a commit
that referenced
this issue
Oct 2, 2019
dann1
added a commit
to OpenNebula/docs
that referenced
this issue
Oct 2, 2019
rsmontero
pushed a commit
to OpenNebula/docs
that referenced
this issue
Oct 2, 2019
7 tasks
rsmontero
pushed a commit
that referenced
this issue
Nov 4, 2019
rsmontero
pushed a commit
that referenced
this issue
Nov 5, 2019
dann1
added a commit
that referenced
this issue
Feb 19, 2020
dann1
added a commit
that referenced
this issue
Feb 19, 2020
rsmontero
pushed a commit
that referenced
this issue
Feb 19, 2020
rsmontero
pushed a commit
that referenced
this issue
Feb 19, 2020
atodorov-storpool
pushed a commit
to storpool/one
that referenced
this issue
Feb 21, 2020
* F OpenNebula#3189: Fix lxd net hook * F OpenNebula#3189: Fix LXD transitions * F OpenNebula#3189: Prioritize transition flag over status * M #: Lint * M #: Remove WIP hook * M #: C7 compat * F OpenNebula#3189: Remove flag only on native containers
rsmontero
pushed a commit
that referenced
this issue
Feb 21, 2020
rsmontero
pushed a commit
that referenced
this issue
Feb 21, 2020
dann1
added a commit
that referenced
this issue
Feb 26, 2020
dann1
added a commit
that referenced
this issue
Feb 27, 2020
rsmontero
pushed a commit
that referenced
this issue
Feb 28, 2020
rsmontero
pushed a commit
that referenced
this issue
Feb 28, 2020
rsmontero
pushed a commit
that referenced
this issue
Aug 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Sometimes when rebooting a container the host side nic of the veth pair isn't removed by LXD, causing the container to fail to boot afterwards
To Reproduce
The issue doesn't happen always, but here is a VM log of the actions performed. This set of actions has produced the issue several times.
Expected behavior
The quick fix is to delete the nic that wasn't deleted, in this case,
one-135-0
. On the LXD node runip link delete one-135-0
as root.The drivers should handle this case where the nic isn't removed and delete it.
Details
Additional context
The ubuntu_xenial image from the LXD marketplace seems to cause this issue
frequently. Here is the VM template.
Progress Status
The text was updated successfully, but these errors were encountered: