All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Reiser <reiser@namesys.com>
To: Michael.James@csiro.au
Cc: reiserfs-list@namesys.com
Subject: Re: plugin for cached network file system
Date: Wed, 12 May 2004 22:49:07 -0700	[thread overview]
Message-ID: <40A30C53.3020607@namesys.com> (raw)
In-Reply-To: <200405131059.22693.Michael.James@csiro.au>

Michael James wrote:

>How hard would it be to write a Reiser4 plug-in
> to implement a network file system with a cache on the local disk?
>
>By caching I mean an incomplete local mirror
> of the master filesystem on the network server
> with on-demand loading and a simple flushing algorithm.
>So open calls to files in the cached area are intercepted
> and if the file isn't already in place a script is called to get it there.
>THEN the open call returns the file-handle normally.
>
>I only need the simplest case of a distributed file system:
>  - nodes are only reading the files,
>  - files only change slowly (~weekly) 
>	so cached files could be assumed fresh for a day at a time
>	or even flushed with:		rsh node 'rm -r /cache/*'
>  - any network code could be avoided by NFS mounting the master copy,
>	so fetching a new file is still just a local cp off the NFS mount.
>
>
>The situation is that CSIRO'S Bioinformatics Facility
> has two 400Gig filesystems on a server,
> that need to be available to 66 cluster nodes.
>Just NFS exporting one server to so many nodes leaves the cluster NFS bound.
>(Should I say they are Dell Perc 3 controllers and slow-as...)
>
>Jobs come in big batches each reading the same 2 - 6 Gig file.
>Each node has 27 Gig of free space so it's heaps for the working set
> I just don't want to have to groom what is in this working set for each job.
>Nor do I want to have to pre-pend an rsync to a batch.
>
>Has anyone written something that could be bent to this purpose?
>Is there template code for a Reiser4 plug-in?
>Or what would it cost to get it written?
>
>michaelj
>
>
>  
>
It is easy to do a hack, and hard to do it right so that the world would 
want to drop nfs and move to it.  We are trying to find a sponsor to do 
it right, and have a proposal called Reiser5 that costs $1.8 million, 
and provides global scalability (which nfs/afs/clusterfs/intermezzo do 
not, in my view).

Hans

  reply	other threads:[~2004-05-13  5:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-13  0:59 plugin for cached network file system Michael James
2004-05-13  5:49 ` Hans Reiser [this message]
2004-05-13  6:53   ` Michael James
2004-05-13  7:03     ` mjt
2004-05-13  7:21       ` Miguel
2004-05-13  7:24         ` mjt
2004-05-13 16:09           ` Hans Reiser
2004-05-13 22:37             ` Enrique Perez-Terron
2004-05-13 15:58     ` Hans Reiser
2004-05-14  2:07       ` Michael James
2004-05-15  4:40   ` Hubert Chan
2004-05-15 17:16     ` Hans Reiser
2004-05-13  9:15 ` Christian Mayrhuber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40A30C53.3020607@namesys.com \
    --to=reiser@namesys.com \
    --cc=Michael.James@csiro.au \
    --cc=reiserfs-list@namesys.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.