From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11134 invoked by alias); 19 Nov 2007 18:24:09 -0000 Received: (qmail 11120 invoked by uid 9447); 19 Nov 2007 18:24:09 -0000 Date: Mon, 19 Nov 2007 18:24:00 -0000 Message-ID: <20071119182409.11118.qmail@sourceware.org> From: agk@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/tools vgreduce.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: 2007-11/txt/msg00029.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: agk@sourceware.org 2007-11-19 18:24:09 Modified files: tools : vgreduce.c Log message: note pvmove breakage Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/vgreduce.c.diff?cvsroot=lvm2&r1=1.71&r2=1.72 --- LVM2/tools/vgreduce.c 2007/11/15 21:30:52 1.71 +++ LVM2/tools/vgreduce.c 2007/11/19 18:24:08 1.72 @@ -182,7 +182,7 @@ if (seg_type(seg, s) != AREA_PV) continue; - /* FIXME Also check for segs on deleted LVs */ + /* FIXME Also check for segs on deleted LVs (incl pvmove) */ pv = seg_pv(seg, s); if (!pv || !pv_dev(pv)) {