Re: [PATCH] Fix reboot command for LXC containers

2021-12-03 Thread Michal Prívozník
On 12/2/21 19:56, joachim.f...@jfalk.de wrote: > From: Joachim Falk > > The virNetDaemonQuit(dmn) command in virLXCControllerSignalChildIO triggers an > early close of all clients of lxc_controller. Here, libvirtd itself is a > client > of this controller, and the client connection is used to no

Re: [PATCH] Fix reboot command for LXC containers

2021-12-02 Thread Joachim Falk
Hi Michal, Am 02.12.21 um 16:02 schrieb Michal Prívozník: > On 12/1/21 22:38, Joachim Falk wrote: >> The virNetDaemonQuit(dmn) command in virLXCControllerSignalChildIO triggers >> an >> early close of all clients of lxc_controller. Here, libvirtd itself is a >> client >> of this controller, and

[PATCH] Fix reboot command for LXC containers

2021-12-02 Thread joachim . falk
From: Joachim Falk The virNetDaemonQuit(dmn) command in virLXCControllerSignalChildIO triggers an early close of all clients of lxc_controller. Here, libvirtd itself is a client of this controller, and the client connection is used to notify libvirtd if a reboot of the container is required. Howe

Re: [PATCH] Fix reboot command for LXC containers

2021-12-02 Thread Michal Prívozník
On 12/1/21 22:38, Joachim Falk wrote: > The virNetDaemonQuit(dmn) command in virLXCControllerSignalChildIO triggers an > early close of all clients of lxc_controller. Here, libvirtd itself is a > client > of this controller, and the client connection is used to notify libvirtd if a > reboot of the

[PATCH] Fix reboot command for LXC containers

2021-12-01 Thread Joachim Falk
The virNetDaemonQuit(dmn) command in virLXCControllerSignalChildIO triggers an early close of all clients of lxc_controller. Here, libvirtd itself is a client of this controller, and the client connection is used to notify libvirtd if a reboot of the container is required. However, the client conne