1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons/lvmlockd
David Teigland df34fcdafd lvmlockd: use flag to avoid blocking in sanlock_acquire
If a host failed while holding a sanlock lease,
sanlock_acquire will by default block and wait
for the lease to expire before returning.  We
want it to return with an error so we can retry
instead of blocking, which allows us to process
other lock operations.

(Enclose this in an ifdef until the new flag
appears in a sanlock release.)
2015-10-14 14:39:29 -05:00
..
.gitignore gitignore: Update for in-place build. 2015-07-27 13:18:35 +01:00
lvmlockctl.c lvmlockctl: update command descriptions and add logging 2015-09-04 11:05:13 -05:00
lvmlockd-client.h lvmlockd: improve VG removal for lock_type dlm 2015-08-27 10:27:24 -05:00
lvmlockd-core.c lvmlockd: unlock lv if command fails before lock completes 2015-09-16 15:56:54 -05:00
lvmlockd-dlm.c lvmlockd: prevent vgremove of dlm VG while lockspace is used 2015-09-11 14:12:13 -05:00
lvmlockd-internal.h lvmlockd: unlock lv if command fails before lock completes 2015-09-16 15:56:54 -05:00
lvmlockd-sanlock.c lvmlockd: use flag to avoid blocking in sanlock_acquire 2015-10-14 14:39:29 -05:00
Makefile.in lvmlockd: Drop -lrt now handled by configure. 2015-07-27 14:53:08 +01:00