From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26740 invoked by alias); 24 May 2010 16:30:18 -0000 Received: (qmail 26665 invoked by uid 9447); 24 May 2010 16:30:18 -0000 Date: Mon, 24 May 2010 16:30:00 -0000 Message-ID: <20100524163018.26663.qmail@sourceware.org> From: agk@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2 ./WHATS_NEW lib/mirror/mirrored.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: 2010-05/txt/msg00098.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: agk@sourceware.org 2010-05-24 16:30:16 Modified files: . : WHATS_NEW lib/mirror : mirrored.c Log message: Update clustered log kernel module name to log-userspace. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1594&r2=1.1595 http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/mirror/mirrored.c.diff?cvsroot=lvm2&r1=1.68&r2=1.69 --- LVM2/WHATS_NEW 2010/05/24 09:03:39 1.1594 +++ LVM2/WHATS_NEW 2010/05/24 16:30:15 1.1595 @@ -1,5 +1,6 @@ Version 2.02.67 - =============================== + Update clustered log kernel module name to log-userspace. Activate only first head of Replicator for vgchange -ay. Add Replicators' LVs to dtree for activation. Avoid print activation message if there is a missing VG (Replicator). --- LVM2/lib/mirror/mirrored.c 2010/05/24 15:32:21 1.68 +++ LVM2/lib/mirror/mirrored.c 2010/05/24 16:30:16 1.69 @@ -503,7 +503,7 @@ * FIXME: Fails incorrectly if cmirror was built into kernel. */ if (attributes) { - if (!_mirror_attributes && module_present(cmd, "log-clustered")) + if (!_mirror_attributes && module_present(cmd, "log-userspace")) _mirror_attributes |= MIRROR_LOG_CLUSTERED; *attributes = _mirror_attributes; }