search for: cg_member_count

Displaying 1 result from an estimated 1 matches for "cg_member_count".

2009 Apr 08
1
ocfs2_controld.cman
...kpoint "ocfs2:controld": Object does not exist It does work ok if I remove those two checks. Another thing I noticed while looking in the code is that it assumes a single node will become the first member of a cpg on its own when a bunch of nodes join at once: daemon_joined(daemon_group.cg_member_count == 1); This isn't a correct assumption. It's possible that two or more nodes joining at once will become initial members together. (I realize that it's a very convenient assumption to make after using it in previous pre-cpg programs, and it may take a fair amount of work to do withou...