1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons
Eric Ren 14d0b0bbdd clvmd: supress ENOENT error on testing connection
In HA cluster, we have "clvm" resource agent to manage clvmd daemon.
The agent invokes clvmd like: "clvmd -T90 -d0", which  always prints
a scaring error message:

"""
local socket: connect failed: No such file or directory
"""

When specifed with "-d" option, clvmd tries to check if an instance
of the clvmd daemon is already running through a testing connection.
The connect() will fail with this ENOENT error in such case, so supress
the error message in such case.

TODO: add missing error reaction code - since ofter log_error, program
is not supposed to continue running (log_error() is for reporting
stopping problems).

Signed-off-by: Eric Ren <zren@suse.com>
2017-11-07 21:24:39 +01:00
..
clvmd clvmd: supress ENOENT error on testing connection 2017-11-07 21:24:39 +01:00
cmirrord makefiles: fixing linking 2017-08-01 11:53:30 +02:00
dmeventd dmeventd: schedule exit on break 2017-10-05 10:19:21 +02:00
dmfilemapd makefiles: cleanups 2017-08-01 11:53:32 +02:00
lvmdbusd lvmdbusd: thread stacks dump support 2017-09-27 07:45:00 -05:00
lvmetad configure: improve test for realtime clock 2017-08-01 14:03:54 +02:00
lvmlockd lvmlockd: check error for sanlock access to lvmlock LV 2017-10-17 13:45:53 -05:00
lvmpolld makefiles: fixing linking 2017-08-01 11:53:30 +02:00
Makefile.in daemons: add dmfilemapd 2017-03-09 18:50:15 +00:00