1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/daemons/lvmlockd
David Teigland fd1782b5fc lvmlockd: handle loss of sanlock lease storage
This adds the infrastructure, code paths, error reporting,
etc. to handle storage errors, or storage loss, under the
sanlock leases in a VG that is being used.  The loss of
storage means sanlock cannot renew its leases, which means
that the host needs to stop using the shared VG before its
leases expire.

This still requires manually shutting down a VG that has
lost lease storage, e.g. unmounting file systems,
deactivating LVs in the VG.  The next step is to
automatically use a command like blkdeactivate to do that.
2015-08-05 10:21:45 -05:00
..
.gitignore gitignore: Update for in-place build. 2015-07-27 13:18:35 +01:00
lvmlockctl.c lvmlockd: handle loss of sanlock lease storage 2015-08-05 10:21:45 -05:00
lvmlockd-client.h lvmlockd: handle loss of sanlock lease storage 2015-08-05 10:21:45 -05:00
lvmlockd-core.c lvmlockd: handle loss of sanlock lease storage 2015-08-05 10:21:45 -05:00
lvmlockd-dlm.c coverity: return value check in lvmlockd-dlm 2015-08-04 09:49:29 +02:00
lvmlockd-internal.h lvmlockd: handle loss of sanlock lease storage 2015-08-05 10:21:45 -05:00
lvmlockd-sanlock.c lvmlockd: handle loss of sanlock lease storage 2015-08-05 10:21:45 -05:00
Makefile.in lvmlockd: Drop -lrt now handled by configure. 2015-07-27 14:53:08 +01:00