[nfsv4] [BUG] server-state-recovery branch fails to mount on x86_64

J. Bruce Fields bfields at fieldses.org
Fri Oct 20 17:38:42 EDT 2006


On Fri, Oct 20, 2006 at 02:33:27PM -0700, Bryce Harrington wrote:
> On Fri, Oct 20, 2006 at 04:27:51PM -0400, J. Bruce Fields wrote:
> > Would it be possible to get a trace of the network traffic between
> > client and server during the time of the failed mount?
> > 
> > So that'd mean just running
> > 
> > 	tcpdump -wTMP -s0
> > 
> > then trying the mount, then killing the tcpdump, then sending me TMP.
> 
> Here it is:
> 
>    http://crucible.osdl.org/runs/2685/sysinfo/

I don't see any NFSv4 traffic in there at all.  Does this machine have
two interfaces?  Maybe it's capturing from the wrong one by default?
You can say e.g.

	tcpdump -wTMP -s0 -ieth1

to capture from eth1.

--b.


More information about the NFSv4 mailing list