From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from agk-dp.fab.redhat.com (agk-dp.fab.redhat.com [10.33.0.20]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oAIKCNOl029000 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 18 Nov 2010 15:12:24 -0500 Received: from agk by agk-dp.fab.redhat.com with local (Exim 4.69) (envelope-from ) id 1PJAqE-00037I-N7 for linux-lvm@redhat.com; Thu, 18 Nov 2010 20:12:22 +0000 Date: Thu, 18 Nov 2010 20:12:22 +0000 From: Alasdair G Kergon Message-ID: <20101118201222.GD30435@agk-dp.fab.redhat.com> References: <20101116062508.GA17499@maude.comedia.it> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [linux-lvm] Move pvmove questions Was: Need help with a particular use-case for pvmove. Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: LVM general discussion and development On Thu, Nov 18, 2010 at 01:30:11PM -0500, Stirling Westrup wrote: > I do think the fact that pvmove does no user-visible checkpointing is > a bug. The man page explains how pvmove works. No data is removed until it is safely available in its new location. Checkpoints are done after each contiguous piece of data to move. So if your data is contiguous, you'll get no checkpoints. The code was designed to handle more-frequent checkpoints in such cases, but nobody's seen the need to implement that feature yet. (I don't think we even have a bugzilla requesting it.) Alasdair