linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Proper way to request async from NFS server?
@ 2010-01-05  7:56 Ray Van Dolson
       [not found] ` <20100105075610.GA435-v48TKWNzwFw@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Ray Van Dolson @ 2010-01-05  7:56 UTC (permalink / raw)
  To: linux-nfs

RHEL 5.4 NFSv3 client accessing a Solaris 10 NFS export.

Solaris 10 does not offer a way to specify whether a given share is
async or sync as the Linux NFS server does.  As far as I understand it,
its NFS server will honor whatever the connecting NFS client requests.

I'm mounting a Solaris NFS share with -o async (or using async in the
options field in fstab).  Though this completes without complaint, I
don't see "async" listed in the mount options under /proc/mounts and
when I do a snoop on the Solaris side, all the write requests are FSYNC
instead of ASYNC.

Am I doing something wrong?  What's the correct way to get the Linux
NFS client to request asynchronous operation?

This is with nfs-utils 1.0.9 and of course, the RHEL5 kernel
2.6.18-164.6.1.el5.

Thanks,
Ray

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Proper way to request async from NFS server?
       [not found] ` <20100105075610.GA435-v48TKWNzwFw@public.gmane.org>
@ 2010-01-05 15:39   ` Peter Staubach
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Staubach @ 2010-01-05 15:39 UTC (permalink / raw)
  To: Ray Van Dolson; +Cc: linux-nfs

Ray Van Dolson wrote:
> RHEL 5.4 NFSv3 client accessing a Solaris 10 NFS export.
> 
> Solaris 10 does not offer a way to specify whether a given share is
> async or sync as the Linux NFS server does.  As far as I understand it,
> its NFS server will honor whatever the connecting NFS client requests.
> 
> I'm mounting a Solaris NFS share with -o async (or using async in the
> options field in fstab).  Though this completes without complaint, I
> don't see "async" listed in the mount options under /proc/mounts and
> when I do a snoop on the Solaris side, all the write requests are FSYNC
> instead of ASYNC.
> 
> Am I doing something wrong?  What's the correct way to get the Linux
> NFS client to request asynchronous operation?
> 
> This is with nfs-utils 1.0.9 and of course, the RHEL5 kernel
> 2.6.18-164.6.1.el5.
> 

Simply mounting with no specific options should cause the
client to generate WRITE requests with the appropriate setting.
When it can, the client generates UNSTABLE requests followed
by COMMIT operations.  When it is required to, the client
generates FSYNC requests.

If you are only seeing FSYNC requests over the wire, then I
might suggest checking the application to see how it opens
the file.

		ps

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-05 15:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-05  7:56 Proper way to request async from NFS server? Ray Van Dolson
     [not found] ` <20100105075610.GA435-v48TKWNzwFw@public.gmane.org>
2010-01-05 15:39   ` Peter Staubach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).