1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00
lvm2/daemons/clvmd
Zdenek Kabelac f79f7250ce Clvmd restart cleanup
Patch fixes Clang warnings about possible access via lv_name NULL pointer.

Replaces allocation of memory (strdup) with just pointer assignment
(since execve is being called anyway).

Checks for  !*lv_name only when lv_name is defined.
(and as I'm not quite sure what state this really is - putting a FIXME
around - as this rather looks suspicios ??).

Add debug print of passed clvmd args.
2011-09-22 09:47: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 Fix clvmd processing of invalid request on local socket. (rommer) 2011-09-16 14:40:06 +00:00
clvmd.h Const fixing 2011-02-18 14:47:28 +00:00
lvm-functions.c Replace free_vg with release_vg 2011-08-10 20:25:29 +00:00
lvm-functions.h Remove obsoleted GULM clvmd cluster locking support. 2011-08-09 18:11:00 +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