Re: [PATCH] Fix busy wait loop in LXC container I/O handling

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 11/11/2013 06:55 AM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berrange@xxxxxxxxxx>
> 
> If the host side of an LXC container console disconnected
> and the guest side continued to write data, until the PTY
> buffer filled up, the LXC controller would busy wait. It
> would repeatedly see POLLHUP from poll() and not disable
> the watch.
> 
> This was due to some bogus logic detecting blocking
> conditions. Upon seeing a POLLHUP we must disable all
> reading & writing from the PTY, and setup the epoll to
> wake us up again when the connection comes back.
> 
> Signed-off-by: Daniel P. Berrange <berrange@xxxxxxxxxx>
> ---
>  src/lxc/lxc_controller.c | 32 +++++++++++++++++---------------
>  1 file changed, 17 insertions(+), 15 deletions(-)
> 

>  
> -    VIR_DEBUG("Container watch %d=%d host watch %d=%d",
> -              console->contWatch, contEvents,
> -              console->hostWatch, hostEvents);
> +    VIR_DEBUG("Container watch=%d, events=%d closed=%d;  host watch=%d events=%d closed=%d",

Are the two spaces intentional?

Otherwise, the patch looks okay.

ACK.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]