Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965100AbWLOFCE (ORCPT ); Fri, 15 Dec 2006 00:02:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965101AbWLOFCE (ORCPT ); Fri, 15 Dec 2006 00:02:04 -0500 Received: from [213.184.169.238] ([213.184.169.238]:32845 "EHLO localhost.localdomain" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S965100AbWLOFCB (ORCPT ); Fri, 15 Dec 2006 00:02:01 -0500 From: Al Boldi To: Nikolai Joukov Subject: Re: [ANNOUNCE] RAIF: Redundant Array of Independent Filesystems Date: Fri, 15 Dec 2006 08:03:01 +0300 User-Agent: KMail/1.5 Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org References: <200612141412.30686.a1426z@gawab.com> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="windows-1256" Content-Transfer-Encoding: 7bit Message-Id: <200612150803.01246.a1426z@gawab.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1774 Lines: 40 Nikolai Joukov wrote: > > > We started the project in April 2004. Right now I am using it as my > > > /home/kolya file system at home. We believe that at this stage RAIF > > > is mature enough for others to try it out. The code is available at: > > > > > > > > > > > > The code requires no kernel patches and compiles for a wide range of > > > kernels as a module. The latest kernel we used it for is 2.6.13 and > > > we are in the process of porting it to 2.6.19. > > > > > > We will be happy to hear your back. > > > > When removing a file from the underlying branch, the oops below happens. > > Wouldn't it be possible to just fail the branch instead of oopsing? > > This is a known problem of all Linux stackable file systems. Users are > not supposed to change the file systems below mounted stackable file > systems (but they can read them). One of the ways to enforce it is to use > overlay mounts. For example, mount the lower file systems at > /raif/b0 ... /raif/bN and then mount RAIF at /raif. Stackable file > systems recently started getting into the kernel and we hope that there > will be a better solution for this problem in the future. Having said > that, you are right: failing the branch would be the right thing to do. Good. It seems that there is also some tmpfs/raif-over-nfs deadlock situation. Can't really tell if it's the kernel or the raif, but when do you think the patches could be brought into sync with the current mainline? Thanks! -- Al - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/