Date: Mon, 15 Aug 2005 17:15:58 -0400 (EDT) From: rick@cis.uoguelph.ca To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/84964: nfs4 mount doesn't handle NFS4ERR_GRACE Message-ID: <200508152115.RAA81254@snowhite.cis.uoguelph.ca> Resent-Message-ID: <200508152120.j7FLKFLS093725@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84964 >Category: kern >Synopsis: nfs4 mount doesn't handle NFS4ERR_GRACE >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 15 21:20:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD6.0-BETA2 i386 >Organization: University of Guelph >Environment: System: FreeBSD nfsv4-darwin.cis.uoguelph.ca 6.0-BETA2 FreeBSD 6.0-BETA2 #3: Wed Aug 10 16:23:11 EDT 2005 root@nfsv4-darwin:/usr/src/sys/compile/NEWNFS i386 >Description: If I attempt to create a directory on an nfs4 mount point shortly after the server (Solaris10 in this case) has been started, the message unknown error: 10013 (which is NFS4ERR_GRACE) is replied. After the server's grace period is over, unknown error: 10011 (which is NFS4ERR_EXPIRED) is reported. >How-To-Repeat: # mount -t nfs4 <server>:/export /mnt # mkdir /mnt/xxx - done shortly after <server> has been started. >Fix: Work around: umount, then wait until after the grace period is over on the server and do the mount again. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508152115.RAA81254>