From: Karl Schmidt <karl@xtronics.com>
To: Ben Hutchings <ben@decadent.org.uk>
Cc: jfs-discussion@lists.sourceforge.net, linux-nfs@vger.kernel.org,
714974@bugs.debian.org, Jonathan McDowell <noodles@earth.li>
Subject: Re: NFS 'readdir loop' error on JFS
Date: Mon, 08 Jul 2013 10:43:22 -0500 [thread overview]
Message-ID: <51DADE1A.9040704@xtronics.com> (raw)
In-Reply-To: <1373245980.3428.46.camel@deadeye.wl.decadent.org.uk>
On 07/07/2013 08:13 PM, Ben Hutchings wrote:
> Jonathan McDowell and Karl Schmidt reported that when sharing a JFS
> filesystem through NFS and Samba, NFS clients can report 'readdir loop'
> and the directories in question then appear to have duplicate entries on
> the client system.
>
> This was seen with Linux 3.2 on the server and client. The JFS
> directory code is basically unchanged since then, but NFS has changed
> somewhat.
>
> The original bug reports were:
> http://bugs.debian.org/685407#85
> http://bugs.debian.org/714974
>
> The log messages are:
> [593351.877678] NFS: directory fs/nfsd contains a readdir loop.Please contact your server vendor. The file: .nfs3proc.o.cmda.com has duplicate cookie 73
> [593351.904689] NFS: directory fs/nfsd contains a readdir loop.Please contact your server vendor. The file: .nfs3proc.o.cmda.com has duplicate cookie 73
> [280774.570555] NFS: directory //accounting contains a readdir loop.Please contact your server vendor. The file: .~lock.credit.rtf1.rtf# has duplicate cookie 199
>
> Is this likely to be a problem with JFS, the NFS client or server? Can
> anyone suggest how to investigate this further?
>
> Ben.
The experiment with NFS client on Windozs XP was bad - very poor performance. I'm told that it might
work better in Windoze 7 - removed and back to samba.
For now, I am not having problems after commenting out this line in smb.conf
#strict locking = yes
Previously, I had already commented out :
#oplocks = no
#level2oplocks = no
But could still reproduce the problem.
I'm not sure it is fixed as there were time before when all worked well for some weeks before the
errors turned.
Question: Is samba still using NLM protocol to lock files? ( I think NFS no longer uses that? )
,.,.,.
I've did find a different error during all this testing -included here as it might be related -
perhaps due to the last nfs update.
in /etc/exports the server called malaysia we have:
/home/accounting 192.168.1.0/24(rw,sync,no_root_squash,no_all_squash)
fstab on a Debian wheezy client:
malaysia:/home/accounting /mnt/accounting nfs defaults,rsize=8192,wsize=8192,intr 0 0
/mnt# ll
total 112
drwxrwsrwx 16 nobody nogroup 4096 2013-07-08 08:00 accounting/
This is wrong..
I think this may have to do with a bug workaround where the installer added
27.0.1.1 to the /etc/hosts file ?
Then there is /etc/idmapd and /etc/defaults/nfs-common on the client that I didn't used to have to
mess with?
It is also important to have the fqdn as the first name in /etc/hosts
hostname --fqdn is correct on both machines
I think this might have to do with a fix for CVE-2013-1923
The changes I made included adding
NEED_IDMAPD=yes
to /etc/defaults/nfs-common
And removing no_all_squash which is now the default.
Is NEED_IDMAPD=yes now needed as reverse lookups have been turned off?
The debian wiki needs updating to let people know they need to if this is really the case?
It has been a long night..
--------------------------------------------------------------------------------
Karl Schmidt EMail Karl@xtronics.com
Transtronics, Inc. WEB http://secure.transtronics.com
3209 West 9th Street Ph (785) 841-3089
Lawrence, KS 66049 FAX (785) 841-0434
Wrapping people up in the symbols of success when they are unearned, is very destructive. kps
--------------------------------------------------------------------------------
next prev parent reply other threads:[~2013-07-08 16:15 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-08 1:13 NFS 'readdir loop' error on JFS Ben Hutchings
2013-07-08 14:02 ` bjschuma
2013-07-08 15:43 ` Karl Schmidt [this message]
2013-08-09 20:44 ` Karl Schmidt
2013-08-10 7:28 ` [Jfs-discussion] " Christian Kujau
2013-08-10 19:43 ` Karl Schmidt
2013-08-12 8:18 ` Christian Kujau
2013-08-12 8:29 ` Christian Kujau
2013-08-12 16:29 ` J. Bruce Fields
2013-08-12 20:04 ` Christian Kujau
2013-08-15 3:54 ` [PATCH] jfs: avoid misuse of cookie value of 2 Dave Kleikamp
2013-08-15 4:29 ` Christian Kujau
2013-08-15 7:09 ` Christian Kujau
2013-08-15 13:38 ` Dave Kleikamp
2013-08-15 20:48 ` [PATCH] jfs: fix readdir cookie incompatibility with NFSv4 Dave Kleikamp
2013-08-15 21:26 ` Christian Kujau
2013-08-15 22:09 ` Dave Kleikamp
2013-08-17 20:01 ` Ben Hutchings
2013-08-19 19:11 ` [JunkMail] " ben
2013-08-29 22:48 ` Jonathan McDowell
2013-09-05 3:40 ` Bug#714974: " Jonathan McDowell
2013-08-24 22:21 ` [Jfs-discussion] " Christian Kujau
2013-08-26 22:27 ` Dave Kleikamp
2013-08-15 13:38 ` [PATCH] jfs: avoid misuse of cookie value of 2 J. Bruce Fields
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51DADE1A.9040704@xtronics.com \
--to=karl@xtronics.com \
--cc=714974@bugs.debian.org \
--cc=ben@decadent.org.uk \
--cc=jfs-discussion@lists.sourceforge.net \
--cc=linux-nfs@vger.kernel.org \
--cc=noodles@earth.li \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).