mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-25 11:08:55 +00:00
Patch from Honza:
Send CPG_REASON_PROCDOWN on process left Our manual pages are clear: CPG_REASON_PROCDOWN - the process left a group without calling cpg_leave(). Currently, we are sending CPG_REASON_LEAVE in such situation. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2946 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
bc1cca69b3
commit
e94b3dd811
@ -857,7 +857,7 @@ static int cpg_lib_exit_fn (void *conn)
|
||||
|
||||
if (cpd->group_name.length > 0) {
|
||||
cpg_node_joinleave_send (cpd->pid, &cpd->group_name,
|
||||
MESSAGE_REQ_EXEC_CPG_PROCLEAVE, CONFCHG_CPG_REASON_LEAVE);
|
||||
MESSAGE_REQ_EXEC_CPG_PROCLEAVE, CONFCHG_CPG_REASON_PROCDOWN);
|
||||
}
|
||||
|
||||
cpg_pd_finalize (cpd);
|
||||
|
Loading…
Reference in New Issue
Block a user