1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons
David Teigland e9413fb211 lvmlockd: use lvmlock LV size
Previously, lvmlockd detected the end of the lvmlock LV
by doing i/o to it until an i/o error was returned.
This triggered sanlock warning messages, so use the LV
size to avoid accessing beyond the end of the device.

Previously, every lvcreate would refresh the lvmlock LV
in case another machine had extended it.  This involves
a lot of unnecessary work in most cases, so now compare
the LV size and device size to detect when a refresh is
needed.
2024-09-26 08:53:09 -05:00
..
cmirrord cleanup: typos in comments 2024-08-30 16:51:15 +02:00
dmeventd cleanup: typos in comments 2024-08-30 16:51:15 +02:00
lvmdbusd cleanup: typos in comments 2024-08-30 16:51:15 +02:00
lvmlockd lvmlockd: use lvmlock LV size 2024-09-26 08:53:09 -05:00
lvmpolld cleanup: typos in comments 2024-08-30 16:51:15 +02:00
Makefile.in build: Remove lvmetad leftovers 2018-07-24 15:02:32 +02:00