Bug 443159 - NFS V4 mount does work with Fedora 8 server, Solaris 10 client
Summary: NFS V4 mount does work with Fedora 8 server, Solaris 10 client
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Fedora
Classification: Fedora
Component: nfs-utils
Version: 8
Hardware: i386
OS: Linux
low
medium
Target Milestone: ---
Assignee: Steve Dickson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-04-18 21:26 UTC by Bruce Orchard
Modified: 2008-06-27 15:07 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-06-27 15:07:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bruce Orchard 2008-04-18 21:26:45 UTC
Description of problem:
With an NFS server on a computer running Fedora 8, an NFS client on a computer
running Solaris 10 cannot mount file systems.


Version-Release number of selected component (if applicable):
NFS Server:  kernel 2.6.23.1-42.fc8, nfs-utils nfs-utils-1.1.0-6.fc8
NFS Client:  SunOS 5.10, Generic_120011-14

How reproducible:
Every time

Steps to Reproduce:
1.  Type in the Solaris mount command:
mount -F nfs 3439-3:/cadence_distribution /mnt 

  
Actual results:
Error message:  nfs mount: mount: /mnt: Not owner


Expected results:
A successful mount

Additional info:
It works OK if NFS_CLIENT_VERSMAX is set to 3 in /etc/default/nfs on the Solaris
computer.

The linux computer claims to be running an NFS V4 server:

[eceserv1] 68% rpcinfo -p hex | grep nfs
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100003    4   udp   2049  nfs
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
    100003    4   tcp   2049  nfs

Comment 1 Steve Dickson 2008-04-21 13:38:32 UTC
what does your exports on the server look like:

Note, for v4 mounts to just work, you'll need to
export a pseudo root, something like '/ *(fsid=0)'

Comment 2 Jay Harris 2008-05-08 21:15:49 UTC
This is not limited to Fedora 8 as we are seeing the same issue with RHEL4 NFS
servers and solaris 10 clients. Solaris 9 clients work fine with RHEL4 servers.
Adding NFS_CLIENT_VERSMAX=3 to /etc/sysconfig/nfs did not help. I will try the
psuedo root suggestion in comment #1 tomorrow.

Comment 3 Steve Dickson 2008-05-24 12:51:27 UTC
Still seeing this problem?

Comment 4 Bruce Orchard 2008-05-27 21:32:39 UTC
We continue to run with Solaris forcing NFS V3.


Note You need to log in before you can comment on or make changes to this bug.