Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755206AbYL1Nxq (ORCPT ); Sun, 28 Dec 2008 08:53:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754671AbYL1Nxe (ORCPT ); Sun, 28 Dec 2008 08:53:34 -0500 Received: from matrixpower.ru ([195.178.208.66]:59978 "EHLO tservice.net.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754607AbYL1Nxd (ORCPT ); Sun, 28 Dec 2008 08:53:33 -0500 Date: Sun, 28 Dec 2008 16:53:31 +0300 From: Evgeniy Polyakov To: Pavel Machek Cc: Evgeniy Polyakov , Andrew Morton , linux-kernel@vger.kernel.org, pohmelfs@ioremap.net, netdev@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [0/9] pohmelfs: The Great Southern Trendkill release. Message-ID: <20081228135331.GC858@ioremap.net> References: <1230301130-1325-1-git-send-email-zbe@ioremap.net> <20081226192618.GC1761@ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081226192618.GC1761@ucw.cz> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2053 Lines: 47 Hi Pavel. On Fri, Dec 26, 2008 at 08:26:19PM +0100, Pavel Machek (pavel@suse.cz) wrote: > > POHMELFS is a kernel client for the developed distributed parallel internet > > filesystem. As it exists today, it is a high-performance parallel network > > filesystem with ability to balance reading from multiple hosts and simultaneously > > write data to multiple hosts. > > So ocfs2 -alike fs? I think POHMELFS is more like pNFS now (yet), kernel client does not get into similar to ocfs distributed facilities. POHMELFS server is rather simple right now and when it will be ready with own distributed design it will be very different from what we have in kernel. Distributed processing engine is being built with distributed hash table design in mind, so there will be no need for any kind of metadata servers, locking daemons or special node management controls. > > Signed-off-by: Evgeniy Polyakov > > Do you think its ready for -mm? > > Can it survive test such as paralel kernel compilation(s), fsx, etc? I did not run fsx but kernel compilations, iozone, bonnie and the like benchmarks run without any problems on the mounted partitions in my test lab. There will be some extensions to the network protocol (mainly new commands to force client to connect to the diferent server when current one asks for that), but except that I do not have any additional complex extensions in design. So I consider this kernel client as mostly ready. > How fast is it compared to nfs? to ext3 over fast network? I ran really lots of tests and POHMELFS performance is frequently way ahead of what async NFS provides, but this of course depends on the final workload and probably may have some drawbacks found. Links with graphs and numbers were sent in the another mail. -- Evgeniy Polyakov -- 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/