[<prev] [next>] [day] [month] [year] [list]
Message-ID: <40ui84lotn5qihetlgeu2km5vu6jtrd971@4ax.com>
Date: Fri, 25 Jul 2008 17:07:25 +1000
From: Grant Coady <grant_lkml@...o.com.au>
To: linux-kernel@...r.kernel.org
Subject: 2.6.25.12, 2.6.26-git11: Is this odd NFS behaviour?
G'day,
I'm editing a script on a box running 2.6.25.12 and exported on NFS,
I'm testing the script on another two boxes, one running 2.6.25.12
and the other 2.6.26-git11.
Sometimes I save the edit file and the test boxes don't see the file
change, so I have to save the file again. I'm using vim 7.0 if it
matters.
All boxes are connected to localnet and I'm working through PuTTY
terminals on a WinXP desktop box. (Three linux boxes headless).
There were times when I saved and quit the edit file, had to reopen
it and save-quit again for the test boxes to see the changes.
nfs exports:
grant@...tree:~$ cat /etc/exports
# See exports(5) for a description.
# This file contains a list of all directories exported to other computers.
# It is used by rpc.nfsd and rpc.mountd.
/home/common 192.168.1.0/24(sync,rw,no_root_squash,subtree_check)
/home/mirror 192.168.1.0/24(sync,ro,no_root_squash,subtree_check)
#
test box:
grant@...ck:~$ cat /etc/fstab
...
deltree:/home/common /home/common nfs hard,intr
deltree:/home/mirror /home/mirror nfs hard,intr
File is on the /home/common nfs rw export.
Is this something I'm doing wrong or something odd with the kernel?
config + dmesg from:
http://bugsplatter.mine.nu/test/boxen/black/
http://bugsplatter.mine.nu/test/boxen/deltree/
And where did the nfsd TCP option go in -git11? Does it matter?
Thanks,
Grant.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists