From: Stanislav Posonsky <psk@cpositive.ru>
To: linux-nfs@vger.kernel.org
Subject: Error: state manager failed on NFSv4 server base with error 10018
Date: Wed, 21 Sep 2011 13:34:34 +0900 [thread overview]
Message-ID: <201109211334.34497.psk@cpositive.ru> (raw)
After upgrade kernel at server from 2.6.38 to 2.6.39 series and higher,
I was forced to drop to NFSv3. With NFSv4 I get (when I trying to read any
file) hundreds message at client:
Error: state manager failed on NFSv4 server base with error 10018
Now I have at server and cient:
linux kernel 3.0.4
nfs-utils 1.2.3
nfs4-acl-tools 0.3.3
File /etc/exports:
/opt 192.168.8.0/24(fsid=0,rw,subtree_check)
==================================================
With version 3
==================================================
root|st01# mount -t nfs -o nfsvers=3 base:/opt /net
root|st01# mount | grep nfs
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
base:/opt on /net type nfs (rw,nfsvers=3,addr=192.168.8.254)
In other console:
stas@st01$ ls -l /net/a*
-rw-r--r-- 1 root root 35 Сен 21 11:23 /net/a_file.txt
stas@st01$ cat /net/a_file.txt
This is a test file on NFS share.
stas@st01$
Works fine.
==================================================
With version 4
==================================================
root|st01# umount /net
root|st01# mount -t nfs base:/ /net
root|st01# mount | grep nfs
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
base:/ on /net type nfs (rw,vers=4,addr=192.168.8.254,clientaddr=192.168.8.1)
In other console:
stas@st01$ ls -l /net/a*
-rw-r--r-- 1 root root 35 Сен 21 11:23 /net/a_file.txt
stas@st01$ cat /net/a_file.txt
And the process hangs... Then (Ctl+C):
^C
stas@st01$ dmesg
Error: state manager failed on NFSv4 server base with error 10018
Error: state manager failed on NFSv4 server base with error 10018
...
Could you help me solve this problem, please?
--
With best regards, Stanislav
next reply other threads:[~2011-09-21 4:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-21 4:34 Stanislav Posonsky [this message]
2011-09-21 16:00 ` Error: state manager failed on NFSv4 server base with error 10018 J. Bruce Fields
2011-09-22 2:42 ` Stanislav Posonsky
2011-12-08 21:52 ` 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=201109211334.34497.psk@cpositive.ru \
--to=psk@cpositive.ru \
--cc=linux-nfs@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.