From owner-freebsd-geom@FreeBSD.ORG Mon Apr 9 14:29:51 2007 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0095A16A404 for ; Mon, 9 Apr 2007 14:29:51 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from mh1.centtech.com (moat3.centtech.com [64.129.166.50]) by mx1.freebsd.org (Postfix) with ESMTP id CBF0313C480 for ; Mon, 9 Apr 2007 14:29:50 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220]) by mh1.centtech.com (8.13.8/8.13.8) with ESMTP id l39ETmmj039957; Mon, 9 Apr 2007 09:29:48 -0500 (CDT) (envelope-from anderson@freebsd.org) Message-ID: <461A4DDC.2090307@freebsd.org> Date: Mon, 09 Apr 2007 09:29:48 -0500 From: Eric Anderson User-Agent: Thunderbird 1.5.0.10 (X11/20070320) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <20070408140215.GA54201@harmless.hu> <86k5wmu420.fsf@dwp.des.no> In-Reply-To: <86k5wmu420.fsf@dwp.des.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV 0.88.4/3052/Mon Apr 9 07:23:53 2007 on mh1.centtech.com X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=8.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on mh1.centtech.com Cc: Gergely CZUCZY , freebsd-geom@freebsd.org Subject: Re: volume management 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: Mon, 09 Apr 2007 14:29:51 -0000 On 04/08/07 13:14, Dag-Erling Smørgrav wrote: > Gergely CZUCZY writes: >> I'm looking for a disk organization, volume-management feature in >> freebsd, something like LVM-like in a kind of way. Currently on our >> linux boxes we are using LVM to organize the disks under our >> content-drives. This means, we allocate a we-think-it-will-be-enough >> space for a service from a storage pool for each service on the >> actual box, and if later on the givenm space turns out not to be >> enough, we increase that amount and grow the FS on it. > > ZFS in -CURRENT does that and more. I also have unfinished code for a > GEOM-based LVM, but none of FreeBSD's file systems support on-the-fly > resizing, so ZFS is really your best option. Is that code available in P4 somewhere (or elsewhere)? Sounds interesting. Eric