1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/libdaemon
Peter Rajnoha c84face8ce libdaemon: fix misleading "WARNING: Ignoring unsupported value for expected." when communicating with daemon
When we're trying to search for certain tree node
in daemon's reply, we default to a blank string ""
if the node is not found. This happens during lvmetad
initialization.

However, when the default blank string is used, we
can't use dm_config_find_str at the same time - the
dm_config_find_str_allow_empty should be used instead.
Otherwise a a warning message:

  "WARNING: Ignoring unsupported value for ..."

is issued.
2014-03-24 16:47:08 +01:00
..
client libdaemon: fix misleading "WARNING: Ignoring unsupported value for expected." when communicating with daemon 2014-03-24 16:47:08 +01:00
server lvmetad: extend socket/pid file handling 2013-11-29 20:56:29 +00:00
Makefile.in Makefiles: Build libdaemonclient unconditionally. 2012-09-26 17:26:23 +02:00