History log of /netbsd-src/sys/dev/dm/TODO (Results 1 – 5 of 5)
Revision Date Author Comments
# ca10901d 05-Dec-2009 haad <haad@NetBSD.org>

Remove wrong TODO item, it violates abstraction between kernel-libdevmapper
and lvm tools.


# a650e4b3 13-Apr-2009 haad <haad@NetBSD.org>

Update to reality.


# 2547289c 02-Jan-2009 haad <haad@NetBSD.org>

Add more tasks and add more details about them.


# 1016f02c 22-Dec-2008 haad <haad@NetBSD.org>

Remove done task and add new one.


# c9d0c62a 19-Dec-2008 haad <haad@NetBSD.org>

Merge the haad-dm branch to -current. This branch adds LVM functionality to
the base NetBSD system. It uses Linux LVM2 tools and our BSD licensed
device-mapper driver.

The device-mapper driver can b

Merge the haad-dm branch to -current. This branch adds LVM functionality to
the base NetBSD system. It uses Linux LVM2 tools and our BSD licensed
device-mapper driver.

The device-mapper driver can be used to create virtual block devices which
maps virtual blocks to real with target mapping called target. Currently
these targets are available a linear, zero, error and a snapshot (this is
work in progress and doesn't work yet).

The lvm2tools adds lvm and dmsetup binary to based system, where the lvm
tool is used to manage and administer whole LVM and the dmestup is used to
communicate iwith device-mapper kernel driver. With these tools also
a libdevmapper library is instaled to the base system.

Building of tools and driver is currently disable and can be enabled with
MKLVM=yes in mk.conf. I will add sets lists and rc.d script soon.

Oked by agc@ and cube@.

show more ...