nfs/svn/apache strange interaction

J. Bruce Fields bfields at fieldses.org
Mon Apr 28 14:40:02 EDT 2008


On Mon, Apr 28, 2008 at 10:28:07AM +0200, Guillaume Rousse wrote:
> J. Bruce Fields a écrit :
> > On Wed, Apr 23, 2008 at 05:08:37PM +0200, Guillaume Rousse wrote:
> >> J. Bruce Fields a écrit :
> >>>> Here is a syslog trace with suggested flags enabled on server side.
> >>>> There is a first http request for file index.txt, served correctly, at
> >>>> 15:40. The second http request, wich fails with a 404 error, happens at
> >>>> 15:41. Interestingly, the last reference to the requested file, which is
> >>>> a close operation, happens at 15:40:14.
> >>> There's also a putfh of that file at 41:19.  (Does that return the stale
> >>> error?  The fact that compound processing stops there suggest so.  We
> >>> should probably add a printk of the status at the end of the nfsd4
> >>> compound processing.... I haven't tried to use these dprintk's for
> >>> debugging recently!  A network trace might help confirm.)
> >> here you have:
> >> - syslog is the syslog trace, from nfs server
> >> - tcpdump is the tcpdump trace, from nfs server
> > 
> > The tcpdump isn't useful, as it's not getting enough of the packet to
> > identify operation numbers in the calls, or errors in the replies.
> > 
> > You need to give tcpdump at least -s200 or so, I think, but I normally
> > just use -s0 (unlimited).  You can send me the result privately or post
> > it on a web page if it's too large for the list.
> Here it is again, compressed, with a new syslog exceprt.
> 
> Note however I also accessed the same file through shell (as root user)
> on the web server simultaneously, before and after the update: something
> that probably get overlooked sofar is that only apache process has stale
> NFS handle issues, while shell access doesn't. They both rely on the
> same nfs clients, tough.

By the way, by "the file" you mean the file that the http request was
for?  But I seem to recall the STALE was clearly a return from a lookup
for .htaccess, right?  So it's not at all suprising that the file itself
would still be accessible from the shell.

--b.

> 
> >> - error.log and access.log are apache logs
> > 
> > 
> >> clocks should be quite synced, both are using ntp on the same master.
> >>
> >> I restricted network capture to nfs protocol and web server host, but
> >> there seems to be additional stuff also, dont know what they are.
> >>
> >> I find quite strange to see a new explicit request for the .htaccess
> >> file for the second request (16:45:37), but not for the accessed file
> >> itself (index.txt).
> > 
> > I assume that it has to check .htaccess before every request, and that
> > if that check fails, it doesn't bother to look for the requested file.
> No, as .htaccess is an optional file, its absence should not matter.
> -- 
> Guillaume Rousse
> Moyens Informatiques - INRIA Futurs
> Tel: 01 69 35 69 62

> 195.83.212.53 - - [28/Apr/2008:10:12:26 +0200] "GET /~rousse/index.txt HTTP/1.1" 200 24 "-" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.14) Gecko/20080208 Mandriva/2.0.0.14-1mdv2009.0 (2009.0) Firefox/2.0.0.14"
> 195.83.212.53 - - [28/Apr/2008:10:12:52 +0200] "GET /~rousse/index.txt HTTP/1.1" 404 11386 "-" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.14) Gecko/20080208 Mandriva/2.0.0.14-1mdv2009.0 (2009.0) Firefox/2.0.0.14"

> [Mon Apr 28 10:12:53 2008] [error] [client 195.83.212.53] (116)Stale NFS file handle: access to /~rousse/index.txt failed

> Apr 28 10:12:26 nation kernel: nfsv4 compound op #1: 24
> Apr 28 10:12:29 nation kernel: nfsd: fh_compose(exp 09:00/2 ///, ino=2)
> Apr 28 10:12:29 nation kernel: nfsv4 compound op #2: 10
> Apr 28 10:12:29 nation kernel: nfsv4 compound op #3: 9
> Apr 28 10:12:29 nation kernel: nfsd: fh_verify(20: 00060001 f432cb1d db11a978 13002297 83025872 00000000)
> Apr 28 10:12:29 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:29 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:29 nation kernel: nfsd: fh_verify(20: 00060001 f432cb1d db11a978 13002297 83025872 00000000)
> Apr 28 10:12:29 nation kernel: nfsv4 compound op #2: 9
> Apr 28 10:12:29 nation kernel: nfsd: fh_verify(20: 00060001 f432cb1d db11a978 13002297 83025872 00000000)
> Apr 28 10:12:29 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:29 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:29 nation kernel: nfsd: fh_verify(20: 00060001 f432cb1d db11a978 13002297 83025872 00000000)
> Apr 28 10:12:29 nation kernel: nfsv4 compound op #2: 9
> Apr 28 10:12:30 nation kernel: nfsd: fh_verify(20: 00060001 f432cb1d db11a978 13002297 83025872 00000000)
> Apr 28 10:12:30 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:30 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:30 nation kernel: nfsd: fh_verify(20: 00060001 f432cb1d db11a978 13002297 83025872 00000000)
> Apr 28 10:12:30 nation kernel: nfsv4 compound op #2: 15
> Apr 28 10:12:30 nation kernel: nfsd: nfsd_lookup(fh 20: 00060001 f432cb1d db11a978 13002297 83025872 00000000, members)
> Apr 28 10:12:30 nation kernel: nfsd: fh_verify(20: 00060001 f432cb1d db11a978 13002297 83025872 00000000)
> Apr 28 10:12:30 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:30 nation kernel: nfsd: fh_lock(20: 00060001 f432cb1d db11a978 13002297 83025872 00000000) locked = 0
> Apr 28 10:12:30 nation kernel: nfsd: fh_compose(exp 09:00/2 //members, ino=7322625)
> Apr 28 10:12:30 nation kernel: nfsv4 compound op #3: 10
> Apr 28 10:12:30 nation kernel: nfsv4 compound op #4: 9
> Apr 28 10:12:30 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01)
> Apr 28 10:12:30 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:30 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:30 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01)
> Apr 28 10:12:30 nation kernel: nfsv4 compound op #2: 9
> Apr 28 10:12:30 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01)
> Apr 28 10:12:30 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:30 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:30 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01)
> Apr 28 10:12:30 nation kernel: nfsv4 compound op #2: 9
> Apr 28 10:12:30 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01)
> Apr 28 10:12:30 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:30 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:31 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01)
> Apr 28 10:12:31 nation kernel: nfsv4 compound op #2: 9
> Apr 28 10:12:31 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01)
> Apr 28 10:12:31 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:31 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:31 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01)
> Apr 28 10:12:31 nation kernel: nfsv4 compound op #2: 9
> Apr 28 10:12:31 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01)
> Apr 28 10:12:31 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:31 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:31 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01)
> Apr 28 10:12:31 nation kernel: nfsv4 compound op #2: 9
> Apr 28 10:12:31 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01)
> Apr 28 10:12:31 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:31 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:31 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01)
> Apr 28 10:12:31 nation kernel: nfsv4 compound op #2: 3
> Apr 28 10:12:31 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01)
> Apr 28 10:12:31 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:31 nation kernel: nfsv4 compound op #3: 9
> Apr 28 10:12:31 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01)
> Apr 28 10:12:31 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:31 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:31 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01)
> Apr 28 10:12:32 nation kernel: nfsv4 compound op #2: 15
> Apr 28 10:12:32 nation kernel: nfsd: nfsd_lookup(fh 28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01, rousse)
> Apr 28 10:12:32 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01)
> Apr 28 10:12:32 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:32 nation kernel: nfsd: fh_lock(28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01) locked = 0
> Apr 28 10:12:32 nation kernel: nfsd: fh_compose(exp 09:00/2 members/rousse, ino=5280780)
> Apr 28 10:12:32 nation kernel: nfsv4 compound op #3: 10
> Apr 28 10:12:32 nation kernel: nfsv4 compound op #4: 9
> Apr 28 10:12:32 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 0050940c)
> Apr 28 10:12:32 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:32 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:32 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 0050940c)
> Apr 28 10:12:32 nation kernel: nfsv4 compound op #2: 3
> Apr 28 10:12:32 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 0050940c)
> Apr 28 10:12:32 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:32 nation kernel: nfsv4 compound op #3: 9
> Apr 28 10:12:32 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 0050940c)
> Apr 28 10:12:32 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:32 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:32 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 0050940c)
> Apr 28 10:12:32 nation kernel: nfsv4 compound op #2: 15
> Apr 28 10:12:33 nation kernel: nfsd: nfsd_lookup(fh 28: 01060001 f432cb1d db11a978 13002297 83025872 0050940c, public_html)
> Apr 28 10:12:33 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 0050940c)
> Apr 28 10:12:33 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:33 nation kernel: nfsd: fh_lock(28: 01060001 f432cb1d db11a978 13002297 83025872 0050940c) locked = 0
> Apr 28 10:12:33 nation kernel: nfsd: fh_compose(exp 09:00/2 rousse/public_html, ino=5281793)
> Apr 28 10:12:33 nation kernel: nfsv4 compound op #3: 10
> Apr 28 10:12:33 nation kernel: nfsv4 compound op #4: 9
> Apr 28 10:12:33 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:33 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:33 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:33 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:33 nation kernel: nfsv4 compound op #2: 3
> Apr 28 10:12:33 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:33 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:33 nation kernel: nfsv4 compound op #3: 9
> Apr 28 10:12:33 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:33 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:33 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:33 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:33 nation kernel: nfsv4 compound op #2: 15
> Apr 28 10:12:33 nation kernel: nfsd: nfsd_lookup(fh 28: 01060001 f432cb1d db11a978 13002297 83025872 00509801, index.txt)
> Apr 28 10:12:33 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:33 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:33 nation kernel: nfsd: fh_lock(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801) locked = 0
> Apr 28 10:12:34 nation kernel: nfsd: fh_compose(exp 09:00/2 public_html/index.txt, ino=5281990)
> Apr 28 10:12:34 nation kernel: nfsv4 compound op #3: 10
> Apr 28 10:12:34 nation kernel: nfsv4 compound op #4: 9
> Apr 28 10:12:34 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098c6)
> Apr 28 10:12:34 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:34 nation kernel: nfsv4 compound op #1: 35
> Apr 28 10:12:34 nation kernel: NFSD: nfs4_make_rec_clidname for 193.55.250.161/193.55.250.6 AUTH_UNIX 0
> Apr 28 10:12:34 nation kernel: nfsv4 compound op #1: 36
> Apr 28 10:12:34 nation kernel: NFSD: move_to_confirm nfs4_client f79e5800
> Apr 28 10:12:34 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:12:34 nation kernel: nfsv4 compound op #2: 24
> Apr 28 10:12:34 nation kernel: nfsd: fh_compose(exp 09:00/2 ///, ino=2)
> Apr 28 10:12:34 nation kernel: nfsv4 compound op #3: 9
> Apr 28 10:12:34 nation kernel: nfsd: fh_verify(20: 00060001 f432cb1d db11a978 13002297 83025872 00000000)
> Apr 28 10:12:34 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:34 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:34 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:34 nation kernel: nfsv4 compound op #2: 32
> Apr 28 10:12:34 nation kernel: nfsv4 compound op #3: 18
> Apr 28 10:12:34 nation kernel: NFSD: nfsd4_open filename .htaccess op_stateowner 00000000
> Apr 28 10:12:34 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:12:34 nation kernel: nfsd: nfsd_lookup(fh 28: 01060001 f432cb1d db11a978 13002297 83025872 00509801, .htaccess)
> Apr 28 10:12:34 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:34 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:34 nation kernel: nfsd: fh_lock(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801) locked = 0
> Apr 28 10:12:35 nation kernel: nfsd: fh_compose(exp 09:00/2 public_html/.htaccess, ino=5281826)
> Apr 28 10:12:35 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509822)
> Apr 28 10:12:35 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:35 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509822)
> Apr 28 10:12:35 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:35 nation kernel: nfs4_process_open2: stateid=(480f3299/00003475/0002af33/00000000)
> Apr 28 10:12:35 nation kernel: nfsv4 compound op #4: 10
> Apr 28 10:12:35 nation kernel: nfsv4 compound op #5: 9
> Apr 28 10:12:35 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509822)
> Apr 28 10:12:35 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:35 nation kernel: nfsv4 compound op #6: 31
> Apr 28 10:12:35 nation kernel: nfsv4 compound op #7: 9
> Apr 28 10:12:35 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:35 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:35 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:35 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509822)
> Apr 28 10:12:35 nation kernel: nfsv4 compound op #2: 20
> Apr 28 10:12:35 nation kernel: NFSD: nfsd4_open_confirm on file .htaccess
> Apr 28 10:12:35 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509822)
> Apr 28 10:12:35 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:35 nation kernel: NFSD: preprocess_seqid_op: seqid=1 stateid = (480f3299/00003475/0002af33/00000000)
> Apr 28 10:12:35 nation kernel: NFSD: find_stateid flags 0x7
> Apr 28 10:12:36 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:12:36 nation kernel: NFSD: nfsd4_open_confirm: success, seqid=1 stateid=(480f3299/00003475/0002af33/00000001)
> Apr 28 10:12:36 nation kernel: NFSD: nfsd4_create_clid_dir for "ba733314a3d8014931a584abfcd20e3e"
> Apr 28 10:12:36 nation kernel: NFSD: nfsd4_create_clid_dir returns 0
> Apr 28 10:12:36 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:36 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509822)
> Apr 28 10:12:36 nation kernel: nfsv4 compound op #2: 25
> Apr 28 10:12:36 nation kernel: NFSD: preprocess_stateid_op: stateid = (480f3299/00003475/0002af33/00000001)
> Apr 28 10:12:36 nation kernel: NFSD: find_stateid flags 0x11
> Apr 28 10:12:36 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:12:36 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:36 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509822)
> Apr 28 10:12:36 nation kernel: nfsv4 compound op #2: 4
> Apr 28 10:12:36 nation kernel: NFSD: nfsd4_close on file .htaccess
> Apr 28 10:12:36 nation kernel: NFSD: preprocess_seqid_op: seqid=2 stateid = (480f3299/00003475/0002af33/00000001)
> Apr 28 10:12:36 nation kernel: NFSD: find_stateid flags 0x45
> Apr 28 10:12:36 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:12:36 nation kernel: NFSD: move_to_close_lru nfs4_stateowner de88bac0
> Apr 28 10:12:36 nation kernel: nfsv4 compound op #3: 9
> Apr 28 10:12:36 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509822)
> Apr 28 10:12:36 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:36 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:36 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:36 nation kernel: nfsv4 compound op #2: 32
> Apr 28 10:12:36 nation kernel: nfsv4 compound op #3: 18
> Apr 28 10:12:36 nation kernel: NFSD: nfsd4_open filename index.txt op_stateowner 00000000
> Apr 28 10:12:37 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:12:37 nation kernel: nfsd: nfsd_lookup(fh 28: 01060001 f432cb1d db11a978 13002297 83025872 00509801, index.txt)
> Apr 28 10:12:37 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:37 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:37 nation kernel: nfsd: fh_lock(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801) locked = 0
> Apr 28 10:12:37 nation kernel: nfsd: fh_compose(exp 09:00/2 public_html/index.txt, ino=5281990)
> Apr 28 10:12:37 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098c6)
> Apr 28 10:12:37 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:37 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098c6)
> Apr 28 10:12:37 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:37 nation kernel: nfs4_process_open2: stateid=(480f3299/00003476/0002af34/00000000)
> Apr 28 10:12:37 nation kernel: nfsv4 compound op #4: 10
> Apr 28 10:12:37 nation kernel: nfsv4 compound op #5: 9
> Apr 28 10:12:37 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098c6)
> Apr 28 10:12:37 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:37 nation kernel: nfsv4 compound op #6: 31
> Apr 28 10:12:37 nation kernel: nfsv4 compound op #7: 9
> Apr 28 10:12:37 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:37 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:37 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:37 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098c6)
> Apr 28 10:12:37 nation kernel: nfsv4 compound op #2: 20
> Apr 28 10:12:37 nation kernel: NFSD: nfsd4_open_confirm on file index.txt
> Apr 28 10:12:37 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098c6)
> Apr 28 10:12:38 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:38 nation kernel: NFSD: preprocess_seqid_op: seqid=1 stateid = (480f3299/00003476/0002af34/00000000)
> Apr 28 10:12:38 nation kernel: NFSD: find_stateid flags 0x7
> Apr 28 10:12:38 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:12:38 nation kernel: NFSD: nfsd4_open_confirm: success, seqid=1 stateid=(480f3299/00003476/0002af34/00000001)
> Apr 28 10:12:38 nation kernel: NFSD: nfsd4_create_clid_dir for "ba733314a3d8014931a584abfcd20e3e"
> Apr 28 10:12:38 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:38 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098c6)
> Apr 28 10:12:38 nation kernel: nfsv4 compound op #2: 25
> Apr 28 10:12:38 nation kernel: NFSD: preprocess_stateid_op: stateid = (480f3299/00003476/0002af34/00000001)
> Apr 28 10:12:38 nation kernel: NFSD: find_stateid flags 0x11
> Apr 28 10:12:38 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:12:38 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:38 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098c6)
> Apr 28 10:12:38 nation kernel: nfsv4 compound op #2: 4
> Apr 28 10:12:38 nation kernel: NFSD: nfsd4_close on file index.txt
> Apr 28 10:12:38 nation kernel: NFSD: preprocess_seqid_op: seqid=2 stateid = (480f3299/00003476/0002af34/00000001)
> Apr 28 10:12:38 nation kernel: NFSD: find_stateid flags 0x45
> Apr 28 10:12:38 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:12:38 nation kernel: NFSD: move_to_close_lru nfs4_stateowner de88b408
> Apr 28 10:12:38 nation kernel: nfsv4 compound op #3: 9
> Apr 28 10:12:38 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098c6)
> Apr 28 10:12:39 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:42 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:42 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01)
> Apr 28 10:12:42 nation kernel: nfsv4 compound op #2: 3
> Apr 28 10:12:42 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01)
> Apr 28 10:12:42 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:42 nation kernel: nfsv4 compound op #3: 9
> Apr 28 10:12:42 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 006fbc01)
> Apr 28 10:12:42 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:42 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:42 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 0050940c)
> Apr 28 10:12:42 nation kernel: nfsv4 compound op #2: 9
> Apr 28 10:12:43 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 0050940c)
> Apr 28 10:12:43 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:43 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:43 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 0050940c)
> Apr 28 10:12:43 nation kernel: nfsv4 compound op #2: 3
> Apr 28 10:12:43 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 0050940c)
> Apr 28 10:12:43 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:43 nation kernel: nfsv4 compound op #3: 9
> Apr 28 10:12:43 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 0050940c)
> Apr 28 10:12:43 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:43 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:43 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 0050940c)
> Apr 28 10:12:43 nation kernel: nfsv4 compound op #2: 26
> Apr 28 10:12:43 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 0050940c)
> Apr 28 10:12:43 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:43 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:43 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 0050940c)
> Apr 28 10:12:44 nation kernel: nfsv4 compound op #2: 9
> Apr 28 10:12:44 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 0050940c)
> Apr 28 10:12:44 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:44 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:44 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 0050940c)
> Apr 28 10:12:44 nation kernel: nfsv4 compound op #2: 9
> Apr 28 10:12:44 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 0050940c)
> Apr 28 10:12:44 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:44 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:44 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:44 nation kernel: nfsv4 compound op #2: 9
> Apr 28 10:12:44 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:45 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:45 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:45 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:45 nation kernel: nfsv4 compound op #2: 3
> Apr 28 10:12:45 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:45 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:45 nation kernel: nfsv4 compound op #3: 9
> Apr 28 10:12:45 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:45 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:45 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:45 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:45 nation kernel: nfsv4 compound op #2: 26
> Apr 28 10:12:45 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:45 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:45 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:45 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:45 nation kernel: nfsv4 compound op #2: 9
> Apr 28 10:12:45 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:45 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:45 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:45 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:46 nation kernel: nfsv4 compound op #2: 9
> Apr 28 10:12:46 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:46 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:46 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:46 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098c6)
> Apr 28 10:12:46 nation kernel: nfsv4 compound op #2: 9
> Apr 28 10:12:46 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098c6)
> Apr 28 10:12:46 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:46 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:46 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:46 nation kernel: nfsv4 compound op #2: 32
> Apr 28 10:12:46 nation kernel: nfsv4 compound op #3: 18
> Apr 28 10:12:46 nation kernel: NFSD: nfsd4_open filename index.txt op_stateowner 00000000
> Apr 28 10:12:46 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:12:46 nation kernel: nfsd: nfsd_lookup(fh 28: 01060001 f432cb1d db11a978 13002297 83025872 00509801, index.txt)
> Apr 28 10:12:46 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:46 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:46 nation kernel: nfsd: fh_lock(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801) locked = 0
> Apr 28 10:12:46 nation kernel: nfsd: fh_compose(exp 09:00/2 public_html/index.txt, ino=5281990)
> Apr 28 10:12:46 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098c6)
> Apr 28 10:12:47 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:47 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098c6)
> Apr 28 10:12:47 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:47 nation kernel: nfs4_process_open2: stateid=(480f3299/00003477/0002af35/00000000)
> Apr 28 10:12:47 nation kernel: nfsv4 compound op #4: 10
> Apr 28 10:12:47 nation kernel: nfsv4 compound op #5: 9
> Apr 28 10:12:47 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098c6)
> Apr 28 10:12:47 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:47 nation kernel: nfsv4 compound op #6: 31
> Apr 28 10:12:47 nation kernel: nfsv4 compound op #7: 9
> Apr 28 10:12:47 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:47 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:47 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:47 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098c6)
> Apr 28 10:12:47 nation kernel: nfsv4 compound op #2: 20
> Apr 28 10:12:47 nation kernel: NFSD: nfsd4_open_confirm on file index.txt
> Apr 28 10:12:47 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098c6)
> Apr 28 10:12:47 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:47 nation kernel: NFSD: preprocess_seqid_op: seqid=1 stateid = (480f3299/00003477/0002af35/00000000)
> Apr 28 10:12:47 nation kernel: NFSD: find_stateid flags 0x7
> Apr 28 10:12:47 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:12:47 nation kernel: NFSD: nfsd4_open_confirm: success, seqid=1 stateid=(480f3299/00003477/0002af35/00000001)
> Apr 28 10:12:48 nation kernel: NFSD: nfsd4_create_clid_dir for "ba733314a3d8014931a584abfcd20e3e"
> Apr 28 10:12:48 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:48 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098c6)
> Apr 28 10:12:48 nation kernel: nfsv4 compound op #2: 4
> Apr 28 10:12:48 nation kernel: NFSD: nfsd4_close on file index.txt
> Apr 28 10:12:48 nation kernel: NFSD: preprocess_seqid_op: seqid=2 stateid = (480f3299/00003477/0002af35/00000001)
> Apr 28 10:12:48 nation kernel: NFSD: find_stateid flags 0x45
> Apr 28 10:12:48 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:12:48 nation kernel: NFSD: move_to_close_lru nfs4_stateowner de88b968
> Apr 28 10:12:48 nation kernel: nfsv4 compound op #3: 9
> Apr 28 10:12:48 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098c6)
> Apr 28 10:12:48 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:52 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:53 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098c6)
> Apr 28 10:12:53 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:53 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:53 nation kernel: nfsv4 compound op #2: 32
> Apr 28 10:12:53 nation kernel: nfsv4 compound op #3: 18
> Apr 28 10:12:53 nation kernel: NFSD: nfsd4_open filename .htaccess op_stateowner 00000000
> Apr 28 10:12:53 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:12:53 nation kernel: nfsd: nfsd_lookup(fh 28: 01060001 f432cb1d db11a978 13002297 83025872 00509801, .htaccess)
> Apr 28 10:12:53 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:53 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:53 nation kernel: nfsd: fh_lock(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801) locked = 0
> Apr 28 10:12:53 nation kernel: nfsd: fh_compose(exp 09:00/2 public_html/.htaccess, ino=5281826)
> Apr 28 10:12:53 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509822)
> Apr 28 10:12:53 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:54 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509822)
> Apr 28 10:12:54 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:54 nation kernel: nfs4_process_open2: stateid=(480f3299/00003478/0002af36/00000000)
> Apr 28 10:12:54 nation kernel: nfsv4 compound op #4: 10
> Apr 28 10:12:54 nation kernel: nfsv4 compound op #5: 9
> Apr 28 10:12:54 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509822)
> Apr 28 10:12:54 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:54 nation kernel: nfsv4 compound op #6: 31
> Apr 28 10:12:54 nation kernel: nfsv4 compound op #7: 9
> Apr 28 10:12:54 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:54 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:54 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:54 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509822)
> Apr 28 10:12:54 nation kernel: nfsv4 compound op #2: 20
> Apr 28 10:12:54 nation kernel: NFSD: nfsd4_open_confirm on file .htaccess
> Apr 28 10:12:54 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509822)
> Apr 28 10:12:54 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:54 nation kernel: NFSD: preprocess_seqid_op: seqid=1 stateid = (480f3299/00003478/0002af36/00000000)
> Apr 28 10:12:54 nation kernel: NFSD: find_stateid flags 0x7
> Apr 28 10:12:54 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:12:54 nation kernel: NFSD: nfsd4_open_confirm: success, seqid=1 stateid=(480f3299/00003478/0002af36/00000001)
> Apr 28 10:12:54 nation kernel: NFSD: nfsd4_create_clid_dir for "ba733314a3d8014931a584abfcd20e3e"
> Apr 28 10:12:54 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:54 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509822)
> Apr 28 10:12:54 nation kernel: nfsv4 compound op #2: 4
> Apr 28 10:12:55 nation kernel: NFSD: nfsd4_close on file .htaccess
> Apr 28 10:12:55 nation kernel: NFSD: preprocess_seqid_op: seqid=2 stateid = (480f3299/00003478/0002af36/00000001)
> Apr 28 10:12:55 nation kernel: NFSD: find_stateid flags 0x45
> Apr 28 10:12:55 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:12:55 nation kernel: NFSD: move_to_close_lru nfs4_stateowner de88b000
> Apr 28 10:12:55 nation kernel: nfsv4 compound op #3: 9
> Apr 28 10:12:55 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509822)
> Apr 28 10:12:56 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:56 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:56 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:56 nation kernel: nfsv4 compound op #2: 32
> Apr 28 10:12:56 nation kernel: nfsv4 compound op #3: 18
> Apr 28 10:12:56 nation kernel: NFSD: nfsd4_open filename index.txt op_stateowner 00000000
> Apr 28 10:12:56 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:12:56 nation kernel: nfsd: nfsd_lookup(fh 28: 01060001 f432cb1d db11a978 13002297 83025872 00509801, index.txt)
> Apr 28 10:12:56 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:57 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:57 nation kernel: nfsd: fh_lock(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801) locked = 0
> Apr 28 10:12:57 nation kernel: nfsd: fh_compose(exp 09:00/2 public_html/index.txt, ino=5282035)
> Apr 28 10:12:57 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098f3)
> Apr 28 10:12:57 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:57 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098f3)
> Apr 28 10:12:57 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:57 nation kernel: nfs4_process_open2: stateid=(480f3299/00003479/0002af37/00000000)
> Apr 28 10:12:57 nation kernel: nfsv4 compound op #4: 10
> Apr 28 10:12:57 nation kernel: nfsv4 compound op #5: 9
> Apr 28 10:12:57 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098f3)
> Apr 28 10:12:57 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:57 nation kernel: nfsv4 compound op #6: 31
> Apr 28 10:12:57 nation kernel: nfsv4 compound op #7: 9
> Apr 28 10:12:57 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:57 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:57 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:57 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098f3)
> Apr 28 10:12:58 nation kernel: nfsv4 compound op #2: 20
> Apr 28 10:12:58 nation kernel: NFSD: nfsd4_open_confirm on file index.txt
> Apr 28 10:12:58 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098f3)
> Apr 28 10:12:58 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:58 nation kernel: NFSD: preprocess_seqid_op: seqid=1 stateid = (480f3299/00003479/0002af37/00000000)
> Apr 28 10:12:58 nation kernel: NFSD: find_stateid flags 0x7
> Apr 28 10:12:58 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:12:58 nation kernel: NFSD: nfsd4_open_confirm: success, seqid=1 stateid=(480f3299/00003479/0002af37/00000001)
> Apr 28 10:12:58 nation kernel: NFSD: nfsd4_create_clid_dir for "ba733314a3d8014931a584abfcd20e3e"
> Apr 28 10:12:58 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:58 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098f3)
> Apr 28 10:12:58 nation kernel: nfsv4 compound op #2: 4
> Apr 28 10:12:58 nation kernel: NFSD: nfsd4_close on file index.txt
> Apr 28 10:12:58 nation kernel: NFSD: preprocess_seqid_op: seqid=2 stateid = (480f3299/00003479/0002af37/00000001)
> Apr 28 10:12:58 nation kernel: NFSD: find_stateid flags 0x45
> Apr 28 10:12:58 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:12:58 nation kernel: NFSD: move_to_close_lru nfs4_stateowner de88b158
> Apr 28 10:12:58 nation kernel: nfsv4 compound op #3: 9
> Apr 28 10:12:58 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098f3)
> Apr 28 10:12:58 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:58 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:58 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:58 nation kernel: nfsv4 compound op #2: 32
> Apr 28 10:12:58 nation kernel: nfsv4 compound op #3: 18
> Apr 28 10:12:58 nation kernel: NFSD: nfsd4_open filename index.txt op_stateowner 00000000
> Apr 28 10:12:59 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:12:59 nation kernel: nfsd: nfsd_lookup(fh 28: 01060001 f432cb1d db11a978 13002297 83025872 00509801, index.txt)
> Apr 28 10:12:59 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:59 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:59 nation kernel: nfsd: fh_lock(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801) locked = 0
> Apr 28 10:12:59 nation kernel: nfsd: fh_compose(exp 09:00/2 public_html/index.txt, ino=5282035)
> Apr 28 10:12:59 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098f3)
> Apr 28 10:12:59 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:59 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098f3)
> Apr 28 10:12:59 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:59 nation kernel: nfs4_process_open2: stateid=(480f3299/0000347a/0002af38/00000000)
> Apr 28 10:12:59 nation kernel: nfsv4 compound op #4: 10
> Apr 28 10:12:59 nation kernel: nfsv4 compound op #5: 9
> Apr 28 10:12:59 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098f3)
> Apr 28 10:12:59 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:59 nation kernel: nfsv4 compound op #6: 31
> Apr 28 10:12:59 nation kernel: nfsv4 compound op #7: 9
> Apr 28 10:12:59 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 00509801)
> Apr 28 10:12:59 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:12:59 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:12:59 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098f3)
> Apr 28 10:12:59 nation kernel: nfsv4 compound op #2: 20
> Apr 28 10:12:59 nation kernel: NFSD: nfsd4_open_confirm on file index.txt
> Apr 28 10:12:59 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098f3)
> Apr 28 10:13:00 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:13:00 nation kernel: NFSD: preprocess_seqid_op: seqid=1 stateid = (480f3299/0000347a/0002af38/00000000)
> Apr 28 10:13:00 nation kernel: NFSD: find_stateid flags 0x7
> Apr 28 10:13:00 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:13:00 nation kernel: NFSD: nfsd4_open_confirm: success, seqid=1 stateid=(480f3299/0000347a/0002af38/00000001)
> Apr 28 10:13:00 nation kernel: NFSD: nfsd4_create_clid_dir for "ba733314a3d8014931a584abfcd20e3e"
> Apr 28 10:13:00 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:13:00 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098f3)
> Apr 28 10:13:00 nation kernel: nfsv4 compound op #2: 25
> Apr 28 10:13:00 nation kernel: NFSD: preprocess_stateid_op: stateid = (480f3299/0000347a/0002af38/00000001)
> Apr 28 10:13:00 nation kernel: NFSD: find_stateid flags 0x11
> Apr 28 10:13:00 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:13:00 nation kernel: nfsv4 compound op #1: 22
> Apr 28 10:13:00 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098f3)
> Apr 28 10:13:00 nation kernel: nfsv4 compound op #2: 4
> Apr 28 10:13:00 nation kernel: NFSD: nfsd4_close on file index.txt
> Apr 28 10:13:00 nation kernel: NFSD: preprocess_seqid_op: seqid=2 stateid = (480f3299/0000347a/0002af38/00000001)
> Apr 28 10:13:00 nation kernel: NFSD: find_stateid flags 0x45
> Apr 28 10:13:00 nation kernel: renewing client (clientid 480f3299/0000057c)
> Apr 28 10:13:00 nation kernel: NFSD: move_to_close_lru nfs4_stateowner de88b2b0
> Apr 28 10:13:00 nation kernel: nfsv4 compound op #3: 9
> Apr 28 10:13:00 nation kernel: nfsd: fh_verify(28: 01060001 f432cb1d db11a978 13002297 83025872 005098f3)
> Apr 28 10:13:00 nation kernel: nfsd: fh_verify - just checking
> Apr 28 10:13:01 nation kernel: device eth0 left promiscuous mode
> Apr 28 10:13:01 nation kernel: audit(1209370379.312:11): dev=eth0 prom=0 old_prom=256 auid=4294967295
> Apr 28 10:13:11 nation kernel: nfs4_cb: server 193.55.250.161 not responding, timed out




More information about the NFSv4 mailing list