mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
1ea1cb6dc9
With clusters larger than 3 nodes, the 32-byte debug buffer in cpg_join_callback() is too small to contain all the node IDs, because 32-bit identifiers are generally rendered in 10 decimal digits. No fixed size is good in all cases, but this is conditionally logged debug info, so we can simply truncate it. Double the size, nevertheless. |
||
---|---|---|
.. | ||
.gitignore | ||
clogd.c | ||
cluster.c | ||
cluster.h | ||
common.h | ||
compat.c | ||
compat.h | ||
functions.c | ||
functions.h | ||
link_mon.c | ||
link_mon.h | ||
local.c | ||
local.h | ||
logging.c | ||
logging.h | ||
Makefile.in |