From owner-freebsd-fs@FreeBSD.ORG Sat Nov 10 23:11:19 2007 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCD9A16A418 for ; Sat, 10 Nov 2007 23:11:19 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.184]) by mx1.freebsd.org (Postfix) with ESMTP id 9E0D513C491 for ; Sat, 10 Nov 2007 23:11:19 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so743608rvb for ; Sat, 10 Nov 2007 15:11:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=WIxzPAMRgNM0rCd4opYwkJ4r3viAHjtRl785zPWPzic=; b=OJyA91trOcn3ZcAJdCNeQWCiOyv2EO0vPuaLDyWrAwcHCYtOCYKEvjYmh/5PyGZa7ES3Trmz38mooOvTzigddw9DG7+w1J2CzzqP7kanho3CAOXjbg1y3z+Fl3G66+YSB5kS/tMnrIz2eZuaQmJAomHpD/ZfJeDPT/ffTf3VXlA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ijVyCc+c9ni2H8ZdQa9r08iC4XaQ2LjcdquN9mJdjlMlJBD9vkAD6kdK5hcUOUirZ9Csx9Zx3AuTFN04a2Bx/FgtX8mhGzkclfclWgTD3zQyK1shy3VNuiPfLZl1TlJ1EvyooGghZOgl8GGWhuodQ4asb2cp65S2nB6CgM3E/k8= Received: by 10.140.161.11 with SMTP id j11mr1691294rve.1194736270858; Sat, 10 Nov 2007 15:11:10 -0800 (PST) Received: by 10.140.131.18 with HTTP; Sat, 10 Nov 2007 15:11:10 -0800 (PST) Message-ID: <2e77fc10711101511r70dce5cbqf00cee53459458ad@mail.gmail.com> Date: Sun, 11 Nov 2007 01:11:10 +0200 From: "Niki Denev" To: "Ivan Voras" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1E865507A930162B67FB75DE@ganymede.hub.org> Cc: freebsd-fs@freebsd.org Subject: Re: gclusterfs ... X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 23:11:19 -0000 On Nov 10, 2007 10:32 PM, Ivan Voras wrote: > Marc G. Fournier wrote: > > > > Anyone play with this? > > > > It says it runs under FreeBSD, but am curious if anyone is using it 'in > > production' and how well it works ... > > As far as I can see it uses FUSE for the file system driver, and when I > last looked at it (at least our version of...) FUSE doesn't support file > locking (flock(2), etc., not kernel locking), so at best it would be of > limited use (e.g. no databases, mbox mailboxes, etc. on it). > > It uses FUSE only for the client. The server is just a normal user space daemon. (although obviously it is not written with portability in mind)