From owner-freebsd-current@FreeBSD.ORG Thu Feb 7 00:42:55 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C665D16A417 for ; Thu, 7 Feb 2008 00:42:55 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id 7E23013C4EC for ; Thu, 7 Feb 2008 00:42:55 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 0CCE77C92; Thu, 7 Feb 2008 13:29:40 +1300 (NZDT) Date: Thu, 7 Feb 2008 13:29:39 +1300 From: Andrew Thompson To: FreeBSD Current Message-ID: <20080207002939.GA86008@heff.fud.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Subject: CFT: geom linux lvm class X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2008 00:42:55 -0000 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