From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [10.36.7.64] (vpn1-7-64.ams2.redhat.com [10.36.7.64]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p1NEG5DF032136 for ; Wed, 23 Feb 2011 09:16:09 -0500 From: Joe Thornber In-Reply-To: <4D65124C.1070505@abpni.co.uk> References: <4D64FF3C.6080602@abpni.co.uk> <1298466573.19562.147.camel@ubuntu> <4D65124C.1070505@abpni.co.uk> Date: Wed, 23 Feb 2011 14:16:04 +0000 Message-ID: <1298470564.19562.150.camel@ubuntu> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [linux-lvm] Snapshots and disk re-use 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" To: LVM general discussion and development On Wed, 2011-02-23 at 13:57 +0000, Jonathan Tripathy wrote: > The snapshot will be done in the Xen host, so the Xen host will see the > snapshot. The VM will only see the "normal" LV (and continue to use it > as normal). My concern is what happens when I remove the snapshot and > later on I create a new additional LV for a new customer. When you remove the snapshot the exception store will have bits of the origin device on it. Zero it before you use the space to provision a volume for a new customer. - Joe