From owner-freebsd-geom@FreeBSD.ORG Wed Oct 31 21:58:10 2007 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DBDD16A421 for ; Wed, 31 Oct 2007 21:58:10 +0000 (UTC) (envelope-from lulf@stud.ntnu.no) Received: from signal.itea.ntnu.no (signal.itea.ntnu.no [129.241.190.231]) by mx1.freebsd.org (Postfix) with ESMTP id EAE2A13C49D for ; Wed, 31 Oct 2007 21:58:09 +0000 (UTC) (envelope-from lulf@stud.ntnu.no) Received: from localhost (localhost [127.0.0.1]) by signal.itea.ntnu.no (Postfix) with ESMTP id E97B63387D; Wed, 31 Oct 2007 22:57:40 +0100 (CET) Received: from caracal.stud.ntnu.no (caracal.stud.ntnu.no [129.241.56.185]) by signal.itea.ntnu.no (Postfix) with ESMTP; Wed, 31 Oct 2007 22:57:40 +0100 (CET) Received: by caracal.stud.ntnu.no (Postfix, from userid 2312) id 40A48624219; Wed, 31 Oct 2007 22:57:56 +0100 (CET) Date: Wed, 31 Oct 2007 22:57:56 +0100 From: Ulf Lilleengen To: Marco Haddad Message-ID: <20071031215756.GB1670@stud.ntnu.no> References: <8d4842b50710310814w3880f7d3ldf8abe3a236cbcc8@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8d4842b50710310814w3880f7d3ldf8abe3a236cbcc8@mail.gmail.com> User-Agent: Mutt/1.5.9i X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. Cc: freebsd-geom@freebsd.org Subject: Re: gvinum and raid5 X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2007 21:58:10 -0000 On ons, okt 31, 2007 at 12:14:18 -0300, Marco Haddad wrote: > Hello, > > I have been using gvinum to build raid5 volumes since vinum retairement with > some success. Most dificulties are related to not yet implemented commands, > but the hope for a more complete version keeps me goning on. > > I found in recent researchs that a lot of people say gvinum should not be > trusted, when it comes to raid5. I began to get worried. Am I alone using > gvinum raid5? Did everyone abandon it? What about the development guys? Is > there anyone still working on it? Will a complete gvinum ever be released? > I'm working on it, and there are definately people still using it. (I've recieved a number of private mails as well as those seen on this list). IMO, gvinum can be trusted when it comes to raid5. I've not experienced any corruption-bugs or anything like that with it. I'm working on preparing my SoC work for inclusion in CURRENT these days (It takes some time because it have to be reviewed, and it's a lot of code, so be patient). The important commands (IMO :)) have been implemented (attach/detach/start/stop/mirror/stripe/raid5/concat), but I'm curious to hear what commands you do miss, so that I can look into it and consider implementing them. I'm interested in helping making gvinum better, so any suggestions are welcome. I hope to backport gvinum to both RELENG_7 and RELENG_6 when the time is right, but as I said, you'd have to be patient. -- Ulf Lilleengen