cvs commit: src/sys/geom/lvm g_lvm.c g_lvm.h src/share/man/man4
geom_lvm.4
Andrew Thompson
thompsa at FreeBSD.org
Sun Feb 10 19:05:12 PST 2008
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)
More information about the cvs-src
mailing list