From owner-freebsd-current@FreeBSD.ORG Thu Feb 1 13:30:09 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DC4416A407 for ; Thu, 1 Feb 2007 13:30:09 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 4190613C48E for ; Thu, 1 Feb 2007 13:30:09 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HCc0O-0003wC-Iz for freebsd-current@freebsd.org; Thu, 01 Feb 2007 14:29:36 +0100 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Feb 2007 14:29:36 +0100 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Feb 2007 14:29:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Ivan Voras Date: Thu, 01 Feb 2007 14:29:09 +0100 Lines: 22 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 1.5.0.9 (X11/20070110) Sender: news Cc: freebsd-geom@freebsd.org Subject: First steps towards importing gvirstor into -current 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, 01 Feb 2007 13:30:09 -0000 Hi! As announced, the plan was to start working on importing gvirstor into CVS after 6.2 was successfully released. For those who don't know, gvirstor is a GEOM class providing storage virtualisation facility, i.e. its purpose is to offer the ability to create a virtual storage device of arbitrarily large size (typically several terabytes) which consists of an arbitrary number of physical storage devices (actually any lower-level GEOM providers, including RAID devices) of arbitrary size (typically 50 GB - 400 GB hard drives). The latest sources are available in p4 and conveniently on FreeBSD's wiki site: http://wiki.freebsd.org/gvirstor . There are some known minor issues that will be fixed in the following days (mostly related to overly verbose error messages), so (at the suggestion of my mentor - pjd) I'm inviting interested users to try it out and report any problems found (if there are such). Also, benchmarks of gvirstor in close-to-real-life usage are welcome. The idea is to stabilize the current code, and new features will be developed later.