libvirt/src/lxc
Daniel P. Berrange f33e43c235 Use virNetServerRun instead of custom main loop
The LXC controller code currently directly invokes the
libvirt main loop code. The problem is that this misses
the cleanup of virNetServerClient connections that
virNetServerRun takes care of.

The result is that when libvirtd is stopped, the
libvirt_lxc controller process gets stuck in a I/O loop.
When libvirtd is then started again, it fails to connect
to the controller and thus kills off the entire domain.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2012-11-22 08:51:03 +00:00
..
libvirtd_lxc.aug Add support for sVirt in the LXC driver 2012-02-02 17:44:39 -07:00
lxc_cgroup.c maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
lxc_cgroup.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
lxc_conf.c capabilities: defaultConsoleTargetType can depend on architecture 2012-11-09 09:20:59 -07:00
lxc_conf.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
lxc_container.c Remove spurious whitespace between function name & open brackets 2012-11-02 13:36:49 +00:00
lxc_container.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
lxc_controller.c Use virNetServerRun instead of custom main loop 2012-11-22 08:51:03 +00:00
lxc_domain.c maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
lxc_domain.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
lxc_driver.c Remove spurious whitespace between function name & open brackets 2012-11-02 13:36:49 +00:00
lxc_driver.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
lxc_monitor.c Fix deadlock in handling EOF in LXC monitor 2012-09-27 10:11:44 +01:00
lxc_monitor.h Convert virLXCMonitor to use virObject 2012-09-26 10:09:57 +01:00
lxc_process.c Fix deadlock in handling EOF in LXC monitor 2012-09-27 10:11:44 +01:00
lxc_process.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
lxc_protocol.x Add handling for reboots of LXC containers 2012-07-30 13:09:56 +01:00
lxc.conf Standardize whitespace used in example config files 2012-05-28 10:59:13 +01:00
test_libvirtd_lxc.aug.in Autogenerate augeas test case from default config files 2012-05-28 11:07:12 +01:00