From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31599 invoked by alias); 13 Oct 2006 16:03:49 -0000 Received: (qmail 31522 invoked by uid 9582); 13 Oct 2006 16:03:48 -0000 Date: Fri, 13 Oct 2006 16:03:00 -0000 Message-ID: <20061013160348.31521.qmail@sourceware.org> From: rpeterso@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster fence/fenced/group.c fence/fenced/main ... Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00138.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Changes by: rpeterso@sourceware.org 2006-10-13 16:03:48 Modified files: fence/fenced : group.c main.c gnbd/utils : group.c group/dlm_controld: group.c group/gfs_controld: group.c group/lib : libgroup.c libgroup.h Log message: This fix is for bugzilla 210641: Race condition hang/failure between cman daemons and groupd. Added a retry with timeout to group_init and all its callers. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/group.c.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/main.c.diff?cvsroot=cluster&r1=1.37&r2=1.38 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/utils/group.c.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/group.c.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/group.c.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/lib/libgroup.c.diff?cvsroot=cluster&r1=1.20&r2=1.21 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/lib/libgroup.h.diff?cvsroot=cluster&r1=1.16&r2=1.17