1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons
David Teigland 1fae121b22 lvmlockd: fix sending debug info to lvmlockctl
Single messages sent over unix sockets are limited in
size to /proc/sys/net/core/wmem_max, so send the 1MB
debug buffer in smaller chunks to avoid EMSGSIZE.

Also look for EAGAIN and retry sending for a limited
time when the reader is slower than the writer.

Also shift the location of that code so it's the same
as other requests.
2015-08-20 14:07:11 -05:00
..
clvmd cleanup: move var declaration 2015-08-18 16:05:04 +02:00
cmirrord cmirrord: avoid resync buffer overflow in LOG_SPRINT 2015-08-20 19:06:47 +02:00
dmeventd gitignore: Update for in-place build. 2015-07-27 13:18:35 +01:00
lvmetad toolcontext: add switches to create_toolcontext for connections and filters init 2015-07-30 13:54:09 +02:00
lvmlockd lvmlockd: fix sending debug info to lvmlockctl 2015-08-20 14:07:11 -05:00
lvmpolld cleanup: check pthread result codes 2015-08-18 15:00:08 +02:00
Makefile.in Add lvmlockd 2015-07-02 15:42:26 -05:00