1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/daemons
Milan Broz aec39dcc34 Let running clvmd process time to reexec.
Because execve stops the command loop,
we never receive response (only socket close) for clvmd -S,
so waiting for response here makes no sense.

But if the calling process (clvmd -S)  exits too early, connection
is closed from client side, clvmd takes this as an error and
never run restart code.

Ugly hack(TM).
2010-06-21 10:45:15 +00:00
..
clvmd Let running clvmd process time to reexec. 2010-06-21 10:45:15 +00:00
cmirrord daemons/cmirrord/functions.c (part of cmirrord) was referencing 2010-06-18 20:58:04 +00:00
dmeventd Use -d to control level of messages sent to syslog by dmeventd. 2010-05-14 14:56:39 +00:00
Makefile.in Use vpath instead of VPATH. 2010-04-09 21:34:25 +00:00