Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751448Ab1FHQUS (ORCPT ); Wed, 8 Jun 2011 12:20:18 -0400 Received: from mail-fx0-f46.google.com ([209.85.161.46]:35519 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750948Ab1FHQUP (ORCPT ); Wed, 8 Jun 2011 12:20:15 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=uWglpkYGcYKvXdnVhoFf5mFWx6MgysN5BRXizrfYXyPax/5U2mAgSZnnBI7ASw+MWu NKX5I9Lk67PGBwCU+WLKld57Jit8yoz4cXjp5l5VcMOJ/1AyJf274xoGJ8XWyLj/jVRo Pl1HlB2TwTwGmpDdqh5t7w3bzvk4lkp2kOudI= MIME-Version: 1.0 In-Reply-To: References: <1307459283-22130-1-git-send-email-amir73il@users.sourceforge.net> From: Mike Snitzer Date: Wed, 8 Jun 2011 12:19:53 -0400 X-Google-Sender-Auth: UFEcR3LbLAXxYyBoIqGkUopnMpo Message-ID: Subject: Re: [PATCH v1 00/30] Ext4 snapshots To: "Amir G." Cc: Lukas Czerner , linux-ext4@vger.kernel.org, tytso@mit.edu, linux-kernel@vger.kernel.org, sandeen@redhat.com Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1962 Lines: 43 On Wed, Jun 8, 2011 at 11:59 AM, Amir G. wrote: > On Wed, Jun 8, 2011 at 6:38 PM, Lukas Czerner wrote: >> Amir said: >>> The question of whether the world needs ext4 snapshots is >>> perfectly valid, but going back to the food analogy, I think it's >>> a case of "the proof of the pudding is in the eating". >>> I have no doubt that if ext4 snapshots are merged, many people will use it. >> >> Well, I would like to have your confidence. Why do you think so ? They >> will use it for what ? Doing backups ? We can do this easily with LVM >> without any risk of compromising existing filesystem at all. On desktop > > LVM snapshots are not meant to be long lived snapshots. > As temporary snapshots they are fine, but with ext4 snapshots > you can easily retain monthly/weekly snapshots without the > need to allocate the space for it in advance and without the > 'vanish' quality of LVM snapshots. In that old sf.net wiki you say: Why use Next3 snapshots and not LVM snapshots? * Performance: only small overhead to write performance with snapshots Fair claim against current LVM snapshot (but not multisnap). In this thread you're being very terse on the performance hit you assert multisnap has that ext4 snapshots does not. Can you please be more specific? In your most recent post it seems you're focusing on "LVM snapshots" and attributing the deficiencies of old-style LVM snapshots (non-shared exception store causing N-way copy-out) to dm-multisnap? Again, nobody will dispute that the existing dm-snapshot target has poor performance that requires snapshots be short-lived. But multisnap does _not_ suffer from those performance problems. Mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/