* NFSv4 needs restart (permission denied)
@ 2004-12-03 17:52 Pierre Ossman
2004-12-03 18:52 ` Dan Stromberg
2004-12-06 15:18 ` J. Bruce Fields
0 siblings, 2 replies; 4+ messages in thread
From: Pierre Ossman @ 2004-12-03 17:52 UTC (permalink / raw)
To: nfs
Whenever I reboot my file server one of my clients has trouble accessing
the exports. I just get permission denied. However, when I restart nfsd
it works fine. The other clients have no problems mounting.
The server is a FC2 machine running 2.6.9-1.6_FC2.
The problem client is a FC3 machine running 2.6.9.
The working clients are both FC2 machines running 2.6.9-1.6_FC2.
Any ideas on what can be wrong or how I can find out what the problem
is? The server does not say anything during these mount requests.
Rgds
Pierre
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: NFSv4 needs restart (permission denied)
2004-12-03 17:52 NFSv4 needs restart (permission denied) Pierre Ossman
@ 2004-12-03 18:52 ` Dan Stromberg
2004-12-06 15:18 ` J. Bruce Fields
1 sibling, 0 replies; 4+ messages in thread
From: Dan Stromberg @ 2004-12-03 18:52 UTC (permalink / raw)
To: Pierre Ossman; +Cc: strombrg, nfs
[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]
On Fri, 2004-12-03 at 18:52 +0100, Pierre Ossman wrote:
> Whenever I reboot my file server one of my clients has trouble accessing
> the exports. I just get permission denied. However, when I restart nfsd
> it works fine. The other clients have no problems mounting.
>
> The server is a FC2 machine running 2.6.9-1.6_FC2.
> The problem client is a FC3 machine running 2.6.9.
> The working clients are both FC2 machines running 2.6.9-1.6_FC2.
>
> Any ideas on what can be wrong or how I can find out what the problem
> is? The server does not say anything during these mount requests.
>
> Rgds
> Pierre
We've had much the same problem with linux NFS servers, but not with
NFSv4 - it was either NFSv3 or v2.
These are my notes on the subject:
The difficulty is that we have to exportfs -auv; exportfs -av to get
mounting (both static and auto) to work. It gives "permission denied"
when trying to do a static mount. getfh() was failing too, according to
an strace of rpc.mountd.
Jed has an RHEL 3 server having trouble with an FC1 host.
Jed also has an RHEL 3 server having trouble with a Redhat 9 host.
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://productguide.itmanagersjournal.com/
> _______________________________________________
> NFS maillist - NFS@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nfs
>
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: NFSv4 needs restart (permission denied)
2004-12-03 17:52 NFSv4 needs restart (permission denied) Pierre Ossman
2004-12-03 18:52 ` Dan Stromberg
@ 2004-12-06 15:18 ` J. Bruce Fields
2004-12-06 18:23 ` Pierre Ossman
1 sibling, 1 reply; 4+ messages in thread
From: J. Bruce Fields @ 2004-12-06 15:18 UTC (permalink / raw)
To: Pierre Ossman; +Cc: nfs
On Fri, Dec 03, 2004 at 06:52:00PM +0100, Pierre Ossman wrote:
> Whenever I reboot my file server one of my clients has trouble accessing
> the exports. I just get permission denied. However, when I restart nfsd
> it works fine. The other clients have no problems mounting.
NFSv4's server reboot recovery isn't really working yet--a Linux client
should be able to survive a non-Linux server reboot, but if a Linux
server reboots the clients its client will probably be lost. The
missing piece is some code to store state about connected clients in
stable storage, which we're working on right now.
--b.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: NFSv4 needs restart (permission denied)
2004-12-06 15:18 ` J. Bruce Fields
@ 2004-12-06 18:23 ` Pierre Ossman
0 siblings, 0 replies; 4+ messages in thread
From: Pierre Ossman @ 2004-12-06 18:23 UTC (permalink / raw)
To: J. Bruce Fields; +Cc: nfs
J. Bruce Fields wrote:
>On Fri, Dec 03, 2004 at 06:52:00PM +0100, Pierre Ossman wrote:
>
>
>>Whenever I reboot my file server one of my clients has trouble accessing
>>the exports. I just get permission denied. However, when I restart nfsd
>>it works fine. The other clients have no problems mounting.
>>
>>
>
>NFSv4's server reboot recovery isn't really working yet--a Linux client
>should be able to survive a non-Linux server reboot, but if a Linux
>server reboots the clients its client will probably be lost. The
>missing piece is some code to store state about connected clients in
>stable storage, which we're working on right now.
>
>
>
The problems isn't clients reconnecting, it's new mounts after the
server has rebooted.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-12-06 18:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-03 17:52 NFSv4 needs restart (permission denied) Pierre Ossman
2004-12-03 18:52 ` Dan Stromberg
2004-12-06 15:18 ` J. Bruce Fields
2004-12-06 18:23 ` Pierre Ossman
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.