Bug 845313
| Summary: | Automounting NFS4 shares requires opening port 111 (sunrpc) on server | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Braden McDaniel <braden> |
| Component: | autofs | Assignee: | Ian Kent <ikent> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 17 | CC: | Bert.Deknuydt, ikent |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-08-13 02:25:58 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Braden McDaniel
2012-08-02 15:52:28 UTC
(In reply to comment #0) > Description of problem: > Automounting of NFS4 shares appears to require opening of port 111 (sunrpc) > on the server's firewall. Normal mounting with "mount" does not require > this. I'm not sure whether this is considered a bug or a feature; but this > was not required in Fedora 16. There was a needed change (which you might call a feature) that exposed a bug in the existing code. I thought I fixed that in F17 but I see I haven't. In the meantime set MOUNT_WAIT in the autofs configuration to a value other than -1, for example 30, and that will cause autofs to use the method it used previously. autofs-5.0.6-22.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/autofs-5.0.6-22.fc17 Package autofs-5.0.6-22.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing autofs-5.0.6-22.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-11436/autofs-5.0.6-22.fc17 then log in and leave karma (feedback). autofs-5.0.6-22.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. *** Bug 828265 has been marked as a duplicate of this bug. *** |