From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <51DAF9AF.900@redhat.com> Date: Mon, 08 Jul 2013 19:41:03 +0200 From: Zdenek Kabelac MIME-Version: 1.0 References: <731d217f00b6d8f6c16a75cbe167baed.squirrel@mail.mohawksoft.com> In-Reply-To: <731d217f00b6d8f6c16a75cbe167baed.squirrel@mail.mohawksoft.com> Content-Transfer-Encoding: 7bit Subject: Re: [linux-lvm] Snapshots of snapshots are not supported yet 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"; format="flowed" To: LVM general discussion and development Cc: markw@mohawksoft.com Dne 8.7.2013 18:05, markw@mohawksoft.com napsal(a): > I'm trying to get a snapshot of a snapshot. I know the new thin > provisioning stuff supports this, but I'm not sure the release state is > something I can use at a customer. > > Using LVM2, the snapshot format is tried and true, but inefficient if you > want to take multiple snapshots. > > Looking at dmsetup, there doesn't seem like there would be an issue taking > a snapshot of a snapshot, but it is disabled in the tools. > > I guess my question is this: Can it be done? Is there any reason why it > should not work? > 1. Noone has written support for it in lvm2. And AFAICK noone is working on this. 2. Since the activation order of old snapshot is not as simple as with other targets, it's currently not so easy to add support for into lvm deptree resolver. Zdenek