From: Jan Blunck <j.blunck@tu-harburg.de>
To: device-mapper development <dm-devel@redhat.com>
Subject: Re: dm-snapshot scalability - chained delta snapshots approach
Date: Wed, 27 Sep 2006 11:17:00 +0200 [thread overview]
Message-ID: <20060927091700.GA6314@X40.redhat.com> (raw)
In-Reply-To: <451A5915.F25D.00B6.0@novell.com>
On Tue, Sep 26, Haripriya S wrote:
> I had previously put out some performance numbers for origin writes
> where performance goes down drastically w.r.t. the number of snapshots.
> Going further, we identified one of the reasons for the performance drop
> with increase in number of snapshots as the COW copies that happen to
> every snapshot COW device when an origin write happens.
Thanks a lot for your work in this area of the device-mapper. Your performance
numbers show that work is really necessary here.
> We have currently experimented with dm-snapshot code with two different
> approaches and have got good performance numbers. I describe the first
> approach and the results here and appreciate your opinions and inputs on
> this.
>
> Approach 1 - Chained delta snapshots
This means that every snapshot still has its own exception store. This would
make deletion of snapshots unnecessary complex. It moves the work (copying of
chunks) to the deletion of the snapshot.
We discussed some of the ideas about snapshots here at the dm summit. The
general ideas are as follows:
- one exception store per origin device that is shared by all snapshots
- don't keep the complete exception tables in memory all the time
- limit kcopyd outstanding requests
This would address the two biggest problems that I see with the snapshot
target. The throughput issues should be addressed by only writing to one
exception store. The memory issues should be addressed by the changes to the
exception table handling. Although that includes a complete redesign of the
exception store code.
There are still ongoing discussions about the snapshot target. It would be
nice if you have additional thoughts about this proposal. I guess it is
similar to one of your prototypes.
Jan
next prev parent reply other threads:[~2006-09-27 9:17 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <44DA246B020000B60000BD22@lucius.provo.novell.com>
[not found] ` <44DB5BDD020000B60000BD96@lucius.provo.novell.com>
2006-08-10 10:46 ` snapshot scalability Haripriya S
2006-09-27 5:24 ` dm-snapshot scalability - chained delta snapshots approach Haripriya S
2006-09-27 9:17 ` Jan Blunck [this message]
2006-09-27 10:40 ` rgammans
2006-09-27 14:47 ` Bill Rugolsky Jr.
2006-10-23 17:16 ` Molle Bestefich
2006-10-24 9:52 ` Jan Blunck
2006-10-25 12:09 ` Haripriya S
2006-10-26 8:29 ` Haripriya S
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060927091700.GA6314@X40.redhat.com \
--to=j.blunck@tu-harburg.de \
--cc=dm-devel@redhat.com \
--cc=jblunck@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.