osdblk: a Linux block device for OSD objects
authorJeff Garzik <jeff@garzik.org>
Fri, 10 Apr 2009 11:50:45 +0000 (07:50 -0400)
committerBoaz Harrosh <bharrosh@panasas.com>
Wed, 24 Jun 2009 09:25:02 +0000 (12:25 +0300)
Submitted driver exports a block device of the form /dev/osdblkX,
where X is a decimal number.

It does that by mounting a stacking block device on top
of an osd object. For example, if you create a 2G object
on an OSD device, you can then use this module to present
that 2G object as a Linux block device.

See inside patch for exact documentation.

[Sitting at linux-next helped fix proper Kconfig dependency
 for this driver, thanks to Randy Dunlap]

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
drivers/block/Kconfig
drivers/block/Makefile
drivers/block/osdblk.c [new file with mode: 0644]

Simple merge
Simple merge
Simple merge