소스 검색

With a two node cluster and one node killed, the remaining node
didn't sent the appropriate configuration changes to the clm API
or to the rest of the services.

(Logical change 1.19)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@48 fd59a12c-fef9-0310-b244-a6a79926bd2f

Steven Dake 22 년 전
부모
커밋
7c1c23ff33
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      exec/gmi.c

+ 1 - 1
exec/gmi.c

@@ -1692,7 +1692,7 @@ static void memb_timer_function_state_commit_timeout (void *data)
 		 * memb_list_entries only set to 0 when token times out, in which case
 		 * send a configuration change because no messages can be recovered in EVS
 		 */
-		if (memb_list_entries == 0) {
+		if (memb_list_entries == 1) {
 			gmi_log_printf (gmi_log_level_notice, "I am the only member.\n");
 			if (gmi_confchg_fn) {
 				/*