1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons/lvmlockd
Zhang Huan 43305ae8da lvmlockd: reduce io impact for finding sanlock lv free lock offset
currently, lvcreate for sanlock find the free lock offset
from the beginning of the lvmlock every time.
after created thousands of lvs, it will issue thousands of read
ios for lvcreate to find free lock offset.
remeber the last free lock offset will greatly reduce the impact

Signed-off-by: Zhang Huan <zhanghuan@huayun.com>
2017-08-15 11:56:31 -05:00
..
.gitignore gitignore: Update for in-place build. 2015-07-27 13:18:35 +01:00
lvmlockctl.c coverity: fix warnings about missing return value check for sscanf 2016-05-31 10:06:25 +02:00
lvmlockd-client.h lvmlockd: improve VG removal for lock_type dlm 2015-08-27 10:27:24 -05:00
lvmlockd-core.c lvmlockd: reduce io impact for finding sanlock lv free lock offset 2017-08-15 11:56:31 -05:00
lvmlockd-dlm.c lvmlockd: fixes for test mode 2016-01-14 16:01:29 -06:00
lvmlockd-internal.h lvmlockd: improve error message about missing global lock 2016-07-25 14:49:01 -05:00
lvmlockd-sanlock.c lvmlockd: reduce io impact for finding sanlock lv free lock offset 2017-08-15 11:56:31 -05:00
Makefile.in configure: improve test for realtime clock 2017-08-01 14:03:54 +02:00