Bug 130261
| Summary: | NFS map_static option not working | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Don Walters <don> |
| Component: | nfs-utils | Assignee: | Steve Dickson <steved> |
| Status: | CLOSED NOTABUG | QA Contact: | Ben Levenson <benl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | athlon | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-10-12 19:26:17 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: | |||
Was map_static ever supported? Beats me! I've only been working with RH since rel 9. My take is... if you don't want to fix it, or don't think it should be fixed, the function should probably be removed from the documentation. Hey Don, I've looked in the exportfs(8), exports(5) and nfsd(8) man pages and could not find where map_static was talked about. What documentation are you refereeing to? |
From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; .NET CLR 1.1.4322) Description of problem: I put the following line in /etc/exports... /home/user1 192.168.0.1(rw,map_static=/etc/exports.map) When I restart NFS, I get the following error... exportfs: /etc/exports:1: unknown keyword "map_static=/etc/exports.map" Apparently the map_static keyword isn't recognized. Removing it allows NFS to start normally. Version-Release number of selected component (if applicable): nfs-utils-1.0.6-1 How reproducible: Always Steps to Reproduce: 1.Add the map_static keywork into /etc/exports 2.Restart NFS (service nfs restart) Actual Results: Error message Expected Results: NFS start normally and allow user mapping Additional info: