From owner-freebsd-current@FreeBSD.ORG Wed Apr 25 19:11:30 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 16DEA16A404 for ; Wed, 25 Apr 2007 19:11:30 +0000 (UTC) (envelope-from eksffa@freebsdbrasil.com.br) Received: from capeta.freebsdbrasil.com.br (vrrp.freebsdbrasil.com.br [200.210.70.30]) by mx1.freebsd.org (Postfix) with SMTP id 1EE2D13C455 for ; Wed, 25 Apr 2007 19:11:28 +0000 (UTC) (envelope-from eksffa@freebsdbrasil.com.br) Received: (qmail 34866 invoked by uid 0); 25 Apr 2007 15:54:26 -0300 Received: from eksffa@freebsdbrasil.com.br by capeta.freebsdbrasil.com.br by uid 82 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(201.58.85.51):. Processed in 0.876455 secs); 25 Apr 2007 18:54:26 -0000 Received: from unknown (HELO ?10.69.69.69?) (201.58.85.51) by capeta.freebsdbrasil.com.br with SMTP; 25 Apr 2007 15:54:25 -0300 Message-ID: <462FA19A.9060102@freebsdbrasil.com.br> Date: Wed, 25 Apr 2007 15:44:42 -0300 From: Patrick Tracanelli Organization: FreeBSD Brasil LTDA User-Agent: Thunderbird 1.5.0.9 (X11/20070131) MIME-Version: 1.0 To: Ivan Voras References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: gvirstor final (hopefully) 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: Wed, 25 Apr 2007 19:11:30 -0000 Ivan Voras escreveu: > With the recently implemented BIO delaying in gvirstor (that is, IO > requests will be delayed unconditionally when there's not enough > physical space in the virstor device, until more providers are added), I > think gvirstor is ready to be committed to the CVS tree. > > So, interested people are encouraged to test it once again, and see if > they can break it in new and exciting ways :) > > gvirstor is available as a simple tarball at > http://wiki.freebsd.org/gvirstor (read the README before trying) and in > the Perforce (branch ivoras_gvirstor). > > If all turns out well, I'll find someone to get it committed. > > (gvirstor is a geom "overcommit" class - allows creation of virtual > storage devices of arbitrary sizes backed by limited physical storage. > It has been sponsored by Google in Google Summer of Code 2006.) > > gvirstor currently works on both 6-STABLE and 7-CURRENT. > I got something wrong: # make # make so # make install # ./gvirstor load (everything did right up to this point here) # ./gvirstor label -v -s 2097152 gvhome /dev/ad3s1d Unknown command: label usage: gvirstor help gvirstor list [name ...] gvirstor status [-s] [name ...] gvirstor load [-v] gvirstor unload [-v] Exit 1 It is a 6.2-STABLE from 3 days ago. Seems doesnt -- Patrick Tracanelli