Go to file
Yevheniy Demchenko 913e54c544 Current implementation of event listener in virt-serial does not support keepalive,
it does not generate nor capable to answer to keepalive requests, which
causes libvirt connection to disconnect every 30 seconds (interval*timeout
in libvirtd.conf). Furthermore, it does not clean up filehandlers and leaves
hanging sockets. Also, if other thread opens its own connection to libvirt
(i.e. checkpoint.c), event function in virt-serial.c just updates event listener
file handler with a wrong one, what causes checkpoint.c malfunctions, fence_virtd hangs
and so on. This patch uses default event listener implementation from libvirt and
resolves theese problems.
2016-04-25 20:03:05 +02:00
client fence-virt: client: Do not truncate VM domains in list output 2015-07-17 10:52:01 -04:00
common fence-virtd: Use perror only if the last system call returns an error. 2015-02-08 01:31:36 +09:00
config fence-virt: Fix small memory leak in the config module 2014-06-23 15:56:09 -04:00
include use bswap_X() instead of b_swapX() 2012-11-16 13:07:41 -05:00
man fence-virt: Clarify the path option in serial mode 2014-06-23 15:56:09 -04:00
server Current implementation of event listener in virt-serial does not support keepalive, 2016-04-25 20:03:05 +02:00
utils Add simple tarball / release script 2009-09-17 16:24:51 -04:00
architecture.txt Add architecture overview description 2009-08-20 12:48:25 -04:00
autogen.sh Ignore automake error 2009-09-17 13:52:03 -04:00
build Fix default build script 2009-12-04 15:00:57 -05:00
configure.in Bump version 2013-11-04 11:08:35 -05:00
COPYING Add missing COPYING file; update TODO 2009-09-17 10:03:16 -04:00
fence_virt.txt Update TODO and requirements file 2009-09-17 16:07:11 -04:00
fence_virtd.init.in Add Fedora init script 2010-01-12 18:17:27 -05:00
fence_virtd.service.in fence_virtd: drop legacy SysVStartPriority from service unit 2015-08-03 18:25:11 +02:00
Makefile.in Add systemd unit file and generation 2012-02-07 14:05:37 -05:00
Makefile.top.in Work around broken nspr headers 2009-12-04 15:42:15 -05:00
README Update README 2011-09-19 16:11:10 -04:00
README.md Initial commit 2012-07-27 08:12:05 -07:00
TODO Add systemd unit file and generation 2012-02-07 14:05:37 -05:00

fence-virt

Virtual Machine I/O Fencing