Date: Mon, 11 Feb 2008 03:05:11 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom/lvm g_lvm.c g_lvm.h src/share/man/man4 geom_lvm.4 Message-ID: <200802110305.m1B35BFm022000@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2008-02-11 03:05:11 UTC
FreeBSD src repository
Added files:
sys/geom/lvm g_lvm.c g_lvm.h
share/man/man4 geom_lvm.4
Log:
Add a geom class to map Linux LVM logical volumes.
The logical disks will appear as /dev/lvm/<vol group>-<logical vol>, for
instance /dev/lvm/vg0-home. GLVM currently supports linear stripes with
segments on multiple physical disks. The metadata is read only, logical
volumes can not be allocated or resized.
Reviewed by: Ivan Voras
Revision Changes Path
1.1 +88 -0 src/share/man/man4/geom_lvm.4 (new)
1.1 +1177 -0 src/sys/geom/lvm/g_lvm.c (new)
1.1 +113 -0 src/sys/geom/lvm/g_lvm.h (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802110305.m1B35BFm022000>
