1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-25 01:34:38 +03:00
lvm2/daemons/clvmd
Christine Caulfield 1399b84b32 The attached patch is a try to make clvmd work correctly on openais stack.
It does 2 things.

1. The cpg_deliver_callback make a compare between target_nodeid and our_nodeid.
It turns out openais set target_nodeid to 0 sometimes. for broadcasting ? I change the behavior so that lvm will process_remote also on target_nodeid == 0

2. The joined_list passed to cpg_confchg_callback doesn't include the already exist nodes in the group, which leads to an incomplete node_hash. I simply add all other nodes in member_list to node_hash also.

Thanks to Xinwei Hu for this patch.
2008-04-28 08:57:11 +00:00
..
clvm.h When we unlock a VG tell the clvmds to see if a backup of the metadata needs 2007-12-04 15:39:26 +00:00
clvmd-cman.c Fix another allocation bug with clvmd and large node IDs.` 2008-04-01 15:01:30 +00:00
clvmd-command.c Drop cached VG metadata before and after committing changes to it. 2008-04-15 14:46:19 +00:00
clvmd-comms.h Add *Experimental* OpenAIS support to clvmd. 2007-05-21 10:52:01 +00:00
clvmd-gulm.c Fix clvmd if compiled with gulm support. (2.02.26) 2007-07-24 15:35:11 +00:00
clvmd-gulm.h Fix clvmd if compiled with gulm support. (2.02.26) 2007-07-24 15:35:11 +00:00
clvmd-openais.c The attached patch is a try to make clvmd work correctly on openais stack. 2008-04-28 08:57:11 +00:00
clvmd.c Fix a couple of uninitialised variables. The newfd one could cause 2008-03-28 12:58:09 +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 Add config file overrides to clvmd when it reads the LVs list so that 2008-04-08 13:03:13 +00:00
lvm-functions.h Tidy the clvmd backup code. 2007-12-05 13:17:18 +00:00
Makefile.in Correct typo in comments: s/is part of the LVM2/is part of LVM2/. 2007-09-21 10:16:45 +00:00
refresh_clvmd.c Include limits.h so it compiles with newer headers. 2008-03-06 08:41:05 +00:00
refresh_clvmd.h Allow clvmd debug to be turned on in a running daemon using clvmd -d 2007-08-17 11:51:23 +00:00
tcp-comms.c Fix clvmd if compiled with gulm support. (2.02.26) 2007-07-24 15:35:11 +00:00
tcp-comms.h Fix clvmd if compiled with gulm support. (2.02.26) 2007-07-24 15:35:11 +00:00