Bug 1164957
| Summary: | The default installed autofs.conf doesn't have default nfs protocol set to 4 | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Ian Kent <ikent> | |
| Component: | autofs | Assignee: | Ian Kent <ikent> | |
| Status: | CLOSED ERRATA | QA Contact: | XuWang <xuw> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 7.1 | CC: | eguan, ovasik, xuw | |
| Target Milestone: | rc | Keywords: | Regression | |
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | autofs-5.0.7-48 | Doc Type: | Bug Fix | |
| Doc Text: |
Cause: The autofs configuration file has changed with the most recent changes but the RedHat customized version of this hasn't been copied during package install.
Consequence: Currently the only difference between the default installed configuration is the entry which sets mount_nfs_default_protocol to 4. This can result in NFS version 4 mounts to incorrectly fail.
Fix: Copy the RedHat customized configuration file into place during package install.
Result: Installed configuration is as expected.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1164958 (view as bug list) | Environment: | ||
| Last Closed: | 2015-03-05 13:24:28 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1164958 | |||
|
Description
Ian Kent
2014-11-18 00:53:44 UTC
I communicated with Ian today, we should fix this bug in RHEL7.1. autofs-5.0.7-47.el7's /etc/autofs.conf # #mount_nfs_default_protocol = 3 # # append_options - append to global options instead of replace. # autofs-5.0.7-48.el7's /etc/autofs.conf # the default automatically we need to # set it in our configuration. # #mount_nfs_default_protocol = 3 mount_nfs_default_protocol = 4 also, got this like in autofs.SPEC of autofs-5.0.7-48.el7: install -m 644 redhat/autofs.conf $RPM_BUILD_ROOT/etc/autofs.conf So I think the status of this problem can be verified. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-0525.html |