From owner-freebsd-fs@FreeBSD.ORG Mon Apr 23 11:58:35 2007 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E049016A401 for ; Mon, 23 Apr 2007 11:58:35 +0000 (UTC) (envelope-from gdt@ir.bbn.com) Received: from fnord.ir.bbn.com (fnord.ir.bbn.com [192.1.100.210]) by mx1.freebsd.org (Postfix) with ESMTP id B9ECA13C45A for ; Mon, 23 Apr 2007 11:58:35 +0000 (UTC) (envelope-from gdt@ir.bbn.com) Received: by fnord.ir.bbn.com (Postfix, from userid 10853) id E728252A6; Mon, 23 Apr 2007 07:58:34 -0400 (EDT) From: Greg Troxel To: Gergely CZUCZY References: <20070422124731.GA20548@harmless.hu> X-Hashcash: 1:20:070423:freebsd-fs@freebsd.org::7jTxsP9eG2N6UdBC:0000000000000000000000000000000000000007hjV X-Hashcash: 1:20:070423:phoemix@harmless.hu::7jTxsP9eG2N6UdBC:0000000000000000000000000000000000000000006aty Date: Mon, 23 Apr 2007 07:58:34 -0400 In-Reply-To: <20070422124731.GA20548@harmless.hu> (Gergely CZUCZY's message of "Sun\, 22 Apr 2007 14\:47\:32 +0200") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-fs@freebsd.org Subject: Re: distributed filesystems 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: Mon, 23 Apr 2007 11:58:36 -0000 Coda (http://www.coda.cs.cmu.edu/) works well on NetBSD-current, in which I just fixed the kernel module to conform to updated/simplified vnode locking rules. The nice thing about coda is disconnected operation. Coda used to work fine on FreeBSD (as well as it worked anywhere). So making it work on FreeBSD again may be easy, or it may involved fixing the Freebsd kernel bits. If it needs fixing, it requires minor coda clue, significant vnode clue, and I'll guess 16 hours. There's also arla (afs working client, and server that I'm not sure of the status).