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-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o6AFoWVw016676 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 10 Jul 2010 11:50:33 -0400 Received: from agk by agk-dp.fab.redhat.com with local (Exim 4.69) (envelope-from ) id 1OXcK0-00075q-66 for linux-lvm@redhat.com; Sat, 10 Jul 2010 16:50:32 +0100 Date: Sat, 10 Jul 2010 16:50:32 +0100 From: Alasdair G Kergon Message-ID: <20100710155031.GA26290@agk-dp.fab.redhat.com> References: <1278722281.8612.37@raydesk1.bettercgi.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [linux-lvm] efficiently copying snapshot data. 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 Fri, Jul 09, 2010 at 09:01:02PM -0400, Stuart D. Gathman wrote: > Copy to a regular LV on the target system, and then do some dmsetup > and metadata magic to turn the LV (which is a copy of a COW table) into a > snapshot of the master LV with the COW already populated. > I don't think such a utility exists. lvconvert -s does this, regardless of what the man page might lead you to believe! Alasdair