1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/daemons/clvmd
Zdenek Kabelac a039e204e7 CLVMD bugfix support for args -S -E
Bugfix:
Add (most probably unfinished) support for -E arg with list of exclusive
locks.  (During clvmd restart all exclusive locks would have been lost and
in fact, if there would have been an exclusive lock, usage text would be
printed and clvmd exits.)

Instead of parsing list options multiple times every time some lock UUID is
checked - put them straight into the hash table - make the code easier to
understand as well.

Remove  was_ex_lock() function (replaced with dm_hash_lookup()).

Swap return value for get_initial_state() (1 means success).

Update man pages and usage info for -E option.
2011-09-24 20:48:34 +00:00
..
clvm.h Replace fs_unlock by sync_local_dev_names to notify local clvmd. (2.02.80) 2011-01-12 20:42:50 +00:00
clvmd-cman.c In some versions (RHEL6) dlm_create_lockspace() always 2011-01-19 23:09:31 +00:00
clvmd-command.c Clvmd restart cleanup 2011-09-22 09:47:34 +00:00
clvmd-common.h Various cleanups following recent commits. 2010-06-21 15:56:57 +00:00
clvmd-comms.h Remove obsoleted GULM clvmd cluster locking support. 2011-08-09 18:11:00 +00:00
clvmd-corosync.c In some versions (RHEL6) dlm_create_lockspace() always 2011-01-19 23:09:31 +00:00
clvmd-openais.c Remove compile warning for lock_id. 2011-03-13 18:08:26 +00:00
clvmd-singlenode.c Add test for fcntl error in singlenode client code. 2011-08-04 12:13:50 +00:00
clvmd.c CLVMD bugfix support for args -S -E 2011-09-24 20:48:34 +00:00
clvmd.h Const fixing 2011-02-18 14:47:28 +00:00
lvm-functions.c CLVMD bugfix support for args -S -E 2011-09-24 20:48:34 +00:00
lvm-functions.h CLVMD bugfix support for args -S -E 2011-09-24 20:48:34 +00:00
Makefile.in Drop CCS* variables no longer used. 2011-08-12 01:52:16 +00:00
refresh_clvmd.c Always sent the whole command header in restart/reload clvmd commands. 2011-09-21 13:40:46 +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