IntroductionThe Device-mapper is a new component of the linux kernel that supports logical volume management. It is required by LVM2 and EVMS. The original LVM (included in stock 2.4 kernels) does not use it. If you intend to use Device-mapper, as well as adding it to your kernel, you should install the userspace configuration tool (dmsetup) and library (libdevmapper). The encryption target (dm-crypt) has its own web page at http://www.saout.de/misc/dm-crypt/. Multipath tools are available from ftp://sources.redhat.com/pub/dm/multipath-tools with documentation at http://christophe.varoqui.free.fr/. ReleasesThe latest kernel source code patches for 2.4 and 2.6 kernels are available from http://sources.redhat.com/dm/patches.html. Source code tarballs of the userspace tool and library
are available from
ftp://sources.redhat.com/pub/dm/.
Mailing lists
dm-devel
is the mailing list for any device-mapper-related questions and discussion.
Whenever the development source code repository is updated,
email is sent to the dm-cvs mailing list.
This list is run using ezmlm.
The encryption target has its own mailing list archived
at http://news.gmane.org/gmane.linux.kernel.device-mapper.dm-crypt.
Source codeTo access the source code repository using CVS:
There is a web interface to CVS at http://sources.redhat.com/cgi-bin/cvsweb.cgi/device-mapper/?cvsroot=dm. Multipath Bug Reporting
As well as using the dm-devel mailing list, for a trial period we are using bugzilla.redhat.com to record multipath bugs and feature requests.
DocumentationThere are README, INSTALL, WHATS_NEW files and man pages in the source package. The LVM HOWTO is at
http://www.tldp.org/HOWTO/LVM-HOWTO/index.html.
IRCChannel #device-mapper on freenode Related projects
LVM2:
http://sources.redhat.com/lvm2/
|