From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8177 invoked by alias); 21 Jun 2006 21:09:49 -0000 Received: (qmail 8159 invoked by uid 9478); 21 Jun 2006 21:09:49 -0000 Date: Wed, 21 Jun 2006 21:09:00 -0000 Message-ID: <20060621210949.8158.qmail@sourceware.org> From: jbrassow@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/cmirror-kernel/src dm-cmirror-server.c 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-q2/txt/msg00546.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: jbrassow@sourceware.org 2006-06-21 21:09:49 Modified files: cmirror-kernel/src: dm-cmirror-server.c Log message: - fix for bug 195610 (renaming a clustered mirror is broken) The problem is that LVM2/device-mapper calls the mirror constructor before calling the destructor. This results in two copies of the log context to exist in the cluster mirror. I've added code to detect and handle this, but it should probably also be fixed in LVM2/device-mapper. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-cmirror-server.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.9&r2=1.1.2.10