closing libvirt-lxc console kills container
Bug #668369 reported by
Serge Hallyn
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libvirt (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Steps to reproduce: create a libvirt-lxc container and log in. When you
log out, the container dies.
Expected results: the container stays up and the console offers a new login
prompt.
(See
http://
for easy creation of container with a console login to test with)
Changed in libvirt (Ubuntu): | |
importance: | Undecided → Medium |
tags: | added: patch |
To post a comment you must log in.
My best guess (without actually looking at code at all) is that due to
the console fd closing, libvirt thinks the domain has died or crashed or
something and then it reaps it.