1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-04 09:18:36 +03:00
lvm2/daemons/lvmlockd
David Teigland 88a085c485 lvmlockd: optimize new lv lease search
When converting a VG to locktype sanlock, a new
lease is allocated for each existing lv.  Finding
a new lease location involved searching the lvmlock
LV from the start for an unused location, which
would be very slow with many LVs.  Improve this by
starting each search from the last used location.
2024-10-31 20:29:00 -05:00
..
.gitignore gitignore: Update for in-place build. 2015-07-27 13:18:35 +01:00
lvmlockctl.c lvmlockd: increase dump buffer size 2024-08-22 16:23:07 -05:00
lvmlockd-client.h lvmlockd: adopt options 2024-06-27 13:29:03 -05:00
lvmlockd-core.c lvmlockd: optimize new lv lease search 2024-10-31 20:29:00 -05:00
lvmlockd-dlm.c lvmlockd: adopt options 2024-06-27 13:29:03 -05:00
lvmlockd-idm.c cleanup: typos in comments 2024-08-30 16:51:15 +02:00
lvmlockd-internal.h lvmlockd: optimize new lv lease search 2024-10-31 20:29:00 -05:00
lvmlockd-sanlock.c lvmlockd: optimize new lv lease search 2024-10-31 20:29:00 -05:00
Makefile.in configure.ac: update ldflags args 2024-04-24 00:31:26 +02:00