From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19514 invoked by alias); 2 Apr 2009 20:46:13 -0000 Received: (qmail 19498 invoked by uid 9806); 2 Apr 2009 20:46:12 -0000 Date: Thu, 02 Apr 2009 20:46:00 -0000 Message-ID: <20090402204612.19496.qmail@sourceware.org> From: taka@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2 ./WHATS_NEW lib/commands/toolcontext.c Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00004.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: taka@sourceware.org 2009-04-02 20:46:11 Modified files: . : WHATS_NEW lib/commands : toolcontext.c Log message: Fix error message when archive initialization fails. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1074&r2=1.1075 http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/commands/toolcontext.c.diff?cvsroot=lvm2&r1=1.73&r2=1.74 --- LVM2/WHATS_NEW 2009/04/01 07:51:05 1.1074 +++ LVM2/WHATS_NEW 2009/04/02 20:46:11 1.1075 @@ -1,5 +1,6 @@ Version 2.02.46 - ================================ + Fix error message when archive initialization fails. Make sure clvmd-corosync releases the lockspace when it exits. Fix segfault for vgcfgrestore on VG with missing PVs. Block SIGTERM & SIGINT in clvmd subthreads. --- LVM2/lib/commands/toolcontext.c 2009/02/22 21:14:38 1.73 +++ LVM2/lib/commands/toolcontext.c 2009/04/02 20:46:11 1.74 @@ -955,7 +955,7 @@ if (!archive_init(cmd, dir, days, min, cmd->default_settings.archive)) { - log_debug("backup_init failed."); + log_debug("archive_init failed."); return 0; }