Please consider this initial release of the new Device Mapper thin
provisioning target (with scalable snapshot support) for inclusion in
linux-next (with the goal being upstream inclusion in Linux 3.1).
There is significant interest in this thin provisioning target. It is
EXPERIMENTAL but we are working aggressively to improve the code. All
of our tests pass (test-suite listed below). We would like to get it
upstream as soon as reasonable to encourage early adopters that might
help us with further testing and features.
It is understood that there may be various changes required but until
it gets upstream it would be very helpful if you could refrain from
editing these patches in place. Layering on additional patches is
very much preferred (so that we can easily fold them back into the
git tree, listed below, while pending upstream inclusion).
That said, I've layered these patches ontop of your editing tree:
ftp://sources.redhat.com/pub/dm/patches/2.6-unstable/editing/patches/series.html
All patches are available here too:
http://people.redhat.com/msnitzer/patches/upstream/dm-thinp/series.html
The git tree that we've been using for development can be found here
(though it is missing some checkpatch and misc. fixes I made today,
Joe will likely push those on Monday):
git://github.com/jthornber/linux-2.6.git thin-dev
The incremental patch with my checkpatch and misc fixes is here:
http://people.redhat.com/msnitzer/patches/upstream/dm-thinp/dm-thinp-checkpath-misc.patch
The thinp test-suite (requires ruby 1.9) is available here:
git://github.com/jthornber/thinp-test-suite.git
All comments/review would be appreciated.
Joe Thornber (3):
dm: add dm_bdev
dm persistent data: a library for storing metadata in DM targets
dm thin: thin provisioning target
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
07-09-2011, 07:22 AM
Joe Thornber
initial release of dm thin provisioning target
On Fri, Jul 08, 2011 at 06:19:49PM -0400, Mike Snitzer wrote:
> The git tree that we've been using for development can be found here
> (though it is missing some checkpatch and misc. fixes I made today,
> Joe will likely push those on Monday):
> git://github.com/jthornber/linux-2.6.git thin-dev
checkpatch changes pushed.
Can I also point out that this work is what I've previously been
calling 'multisnap'.
- Joe
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel