Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2008 13:29:39 +1300
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        FreeBSD Current <current@freebsd.org>
Subject:   CFT: geom linux lvm class
Message-ID:  <20080207002939.GA86008@heff.fud.org.nz>

next in thread | raw e-mail | index | archive | help
Hi,


I have created a geom module that reads LVM2 metadata and maps the
logical volumes to geom providers. I am interested in testing/feedback
and any comments particularly on the geom glue.

http://people.freebsd.org/~thompsa/geom_lvm.diff

To apply
# cd /usr/src
# patch -p0 < geom_lvm.diff
# cd sys/modules/geom/geom_lvm; make
# ...

You should get a bunch of devices in /dev/lvm, such as
/dev/lvm/vg0-logs.


Andrew



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080207002939.GA86008>