Bug 11690
| Summary: | problem with /usr/sbin/exportfs | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | mal |
| Component: | nfs-utils | Assignee: | Michael K. Johnson <johnsonm> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | CC: | johnsonm |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-12-14 23:38:19 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
mal
2000-05-26 14:59:35 UTC
shutdown nfs entirely. the /proc file will go away - restart it. also look in: /var/lib/nfs for a file with crossmnt in it. If I shutdown and restart it - same thing. The kernel created file has the word corossmnt. The only way to remove it - remove nohide option from /etc/exports In /var/lib/nfs/etab there is no such word. cat /var/lib/nfs/etab /home/redhat7.0 (ro,async,wdelay,nohide,insecure,root_squash,all_squash,subtree_check,secure_locks,mapping=identity,anonuid=-2,anongid=-2) /home/dev/BBS (ro,async,wdelay,nohide,insecure,root_squash,all_squash,subtree_check,secure_locks,mapping=identity,anonuid=-2,anongid=-2) /home/httpd (ro,async,wdelay,nohide,insecure,root_squash,all_squash,subtree_check,secure_locks,mapping=identity,anonuid=-2,anongid=-2) cat /proc/fs/nfs/exports # Version 1.0 # Path Client(Flags) # IPs /home/dev/BBS 190.1.1.31(ro,insecure,root_squash,all_squash,async,wdelay,crossmnt) # 190.1.1.31 /home/httpd 192.168.2.2(ro,insecure,root_squash,all_squash,async,wdelay,crossmnt) # 192.168.2.2 /home/redhat7.0 192.168.2.2(ro,insecure,root_squash,all_squash,async,wdelay,crossmnt) # 192.168.2.2 cat /etc/exports /home/httpd (ro,insecure,all_squash,nohide) /home/redhat7.0 (ro,insecure,all_squash,nohide) /home/dev/BBS (ro,insecure,all_squash,nohide) The only way to fix this- remove nohide option from /etc/exports knfsd does not support all the features the old unfsd does. Then this should be documented somewhere. For example in man exports at least. Well man exports doesnt include the option - it should have been in the release notes way back then. Just tidying up old dead bugs Alan the bugzilla womble |