From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1915 invoked by alias); 26 Oct 2007 19:33:48 -0000 Received: (qmail 1891 invoked by uid 9453); 26 Oct 2007 19:33:47 -0000 Date: Fri, 26 Oct 2007 19:33:00 -0000 Message-ID: <20071026193347.1890.qmail@sourceware.org> From: teigland@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/fence/fenced main.c Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2007-q4/txt/msg00117.txt.bz2 CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-10-26 19:33:47 Modified files: fence/fenced : main.c Log message: Improve the dumping of debug logs from daemons. bz 317181 group_tool reads debug logs from groupd, fenced, and gfs_controld. The dumping code in all three daemons is now identical. The other change is that the dumping function terminates the final write with \0, and no longer sends the entire 1MB log buffer if it's not full. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/main.c.diff?cvsroot=cluster&r1=1.44&r2=1.45