[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[linux-lvm] Patch to clvmd-openais.c again
- From: "Xinwei Hu" <hxinwei gmail com>
- To: "LVM general discussion and development" <linux-lvm redhat com>
- Subject: [linux-lvm] Patch to clvmd-openais.c again
- Date: Fri, 25 Apr 2008 18:11:58 +0800
Hi all,
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.
With this patch applied, clvmd works correctly with basic lvm commands now.
Please kindly review this, and consider it for upstream.
Thanks.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]