All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olaf Kirch <okir@suse.de>
To: John Roberts <john_roberts@credence.com>
Cc: nfs@lists.sourceforge.net
Subject: Re: Linux NFS writes to Solaris very, very slow
Date: Fri, 23 Jul 2004 18:35:32 +0200	[thread overview]
Message-ID: <20040723163532.GA14157@suse.de> (raw)
In-Reply-To: <200407231620.i6NGKYV20945@algebra.hillsboro.credence.com>

On Fri, Jul 23, 2004 at 09:20:34AM -0700, John Roberts wrote:
> What we've observed is that NFS writes from our Linux boxes to
> the Solaris server (and other Solaris workstations) is _very_
> slow.  Reads seem to be operating at a reasonable speed.
> FTP speeds are blazing (protocol below NFS).

What are your mount options? you should be using nfsv3; v2 is
of course terribly slow on writes.

> On a completely seperate note, Linux-to-Linux NFS file writes
> only seem to be fast if we publish the serving Linux volume
> as asynchronous (default setting is synchronous which is slow).

as long as your client uses nfsv2, that is to be expected. In
NFSv2 the (mandated) default is to use sync mode, i.e. write
each and every blob of data to disk before acknowledging the
RPC operation.

Olaf
-- 
Olaf Kirch     |  The Hardware Gods hate me.
okir@suse.de   |
---------------+ 


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

  reply	other threads:[~2004-07-23 16:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-23 16:20 Linux NFS writes to Solaris very, very slow John Roberts
2004-07-23 16:35 ` Olaf Kirch [this message]
2004-07-26 15:17 ` async vs. sync Bernd Schubert
  -- strict thread matches above, loose matches on Subject: below --
2004-07-23 17:04 Linux NFS writes to Solaris very, very slow John Roberts
2004-07-23 17:50 John Roberts

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=20040723163532.GA14157@suse.de \
    --to=okir@suse.de \
    --cc=john_roberts@credence.com \
    --cc=nfs@lists.sourceforge.net \
    /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.