1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-31 21:18:26 +03:00
lvm2/daemons/clvmd
Milan Broz d2031f6a16 Clean up cluster lock mode and flags definition.
Code is mixing up internal DLM and LVM definitions of lock
modes and flags.

OpenAIS and singlenode locking do not depend on DLM but
code currently cannot be compiled without libdlm.h!

LCK_* flags is LVM abstraction, used through all the code.
Only low-level backend (clvmd-cman etc) should use DLM definitions,
also this code should do all needed conversions.

Because there are two DLM flags used in generic code
(NOQUEUE, CONVERT) we define it similar way like lock modes.
(So all needed binary-compatible flags are on one place in locking.h)

(Further code cleaning still needed, though:-)
2010-06-17 12:48:54 +00:00
..
clvm.h Add -S command to clvmd, so it can restart itself and still 2010-04-20 14:07:37 +00:00
clvmd-cman.c Use "" instead of <> for configure.h and libdevmapper.h 2010-06-15 11:00:44 +00:00
clvmd-command.c Clean up cluster lock mode and flags definition. 2010-06-17 12:48:54 +00:00
clvmd-comms.h Avoid duplicate definitions. 2010-03-23 14:35:08 +00:00
clvmd-corosync.c Use "" instead of <> for configure.h and libdevmapper.h 2010-06-15 11:00:44 +00:00
clvmd-gulm.c Clean up cluster lock mode and flags definition. 2010-06-17 12:48:54 +00:00
clvmd-gulm.h Clean up cluster lock mode and flags definition. 2010-06-17 12:48:54 +00:00
clvmd-openais.c Use "" instead of <> for configure.h and libdevmapper.h 2010-06-15 11:00:44 +00:00
clvmd-singlenode.c Use "" instead of <> for configure.h and libdevmapper.h 2010-06-15 11:00:44 +00:00
clvmd.c Use "" instead of <> for configure.h and libdevmapper.h 2010-06-15 11:00:44 +00:00
clvmd.h Allow clvmd debug to be turned on in a running daemon using clvmd -d 2007-08-17 11:51:23 +00:00
lvm-functions.c Clean up cluster lock mode and flags definition. 2010-06-17 12:48:54 +00:00
lvm-functions.h Add -S command to clvmd, so it can restart itself and still 2010-04-20 14:07:37 +00:00
Makefile.in INSTALL rules updates 2010-04-09 21:42:48 +00:00
refresh_clvmd.c Use "" instead of <> for configure.h and libdevmapper.h 2010-06-15 11:00:44 +00:00
refresh_clvmd.h Add -S command to clvmd, so it can restart itself and still 2010-04-20 14:07:37 +00:00
tcp-comms.c Use "" instead of <> for configure.h and libdevmapper.h 2010-06-15 11:00:44 +00:00
tcp-comms.h Fix clvmd if compiled with gulm support. (2.02.26) 2007-07-24 15:35:11 +00:00