Bug 103728 - kNFSd: NOHIDE export option is broken
Summary: kNFSd: NOHIDE export option is broken
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: nfs-utils
Version: 3.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Steve Dickson
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-09-04 13:32 UTC by Steve Dickson
Modified: 2007-11-30 22:06 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-06-10 17:08:05 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Steve Dickson 2003-09-04 13:32:10 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.7 (X11; Linux i686; U;) Gecko/20030131

Description of problem:
The new nfs-utils-1.0.5 patches uses the hex 
value of 0x200 to set the nohide option. The 
kenrel is looking for a hex value of 0x4000
which is really NFSEXP_CROSSMNT.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.export a filesystem with nohide option
2.mount the exported file from any client
3.cat /proc/fs/nfs/exports
    

Actual Results:  The export bits are: (rw,root_squash,sync,wdelay,acl) 

Expected Results:  The export bit should (rw,root_squash,sync,wdelay,nohide,acl)

Additional info:

Comment 1 Arjan van de Ven 2003-09-04 13:38:14 UTC
this should be fixed in nfsutils instead, we can no longer fix this in the kernel


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