All of lore.kernel.org
 help / color / mirror / Atom feed
From: Trond Myklebust <trond.myklebust@fys.uio.no>
To: Paul N <pauln@psc.edu>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.20 NFS / EJUKEBOX problem
Date: 17 Sep 2003 18:38:25 -0400	[thread overview]
Message-ID: <shsekyfniqm.fsf@charged.uio.no> (raw)
In-Reply-To: <3F68D055.3090701@psc.edu>

>>>>> " " == Paul N <Paul> writes:

     > Hi, I'm seeing a weird problem with NFSv3's EJUKEBOX when
     > mounting a irix machine running DMF (software for managing
     > offline/tape copies of files).  When an NFS read request is
     > made for an 'offline' file it causes other write requests to
     > stall until the 'offline' file is unmigrated to

     > disk and the read can resume. From looking at tcpdump it seems
     > that the write requests proceed until

     > an EJUKEBOX msg from the read is returned from the server.  At
     > that point all write requests are stuck behind the jukeboxed
     > read. Could someone please give me some information on this?

The writes are probably waiting in 'nfs_try_to_free_pages()' because
you are hitting the hard limit on outstanding read/write requests.
The NFS code is not allowed to allocate more than MAX_REQUEST_HARD
requests per mountpoint at any time since there is otherwise no way
for the VM to notify us in case of resource starvation.

Cheers,
  Trond

      reply	other threads:[~2003-09-17 22:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-17 21:21 2.4.20 NFS / EJUKEBOX problem Paul N
2003-09-17 22:38 ` Trond Myklebust [this message]

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=shsekyfniqm.fsf@charged.uio.no \
    --to=trond.myklebust@fys.uio.no \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pauln@psc.edu \
    /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.