Bug 1570066
| Summary: | [nfsd] cannot enable minor version 4.1 4.2 by default again if used to disable them by "-N 4.1 -N 4.2" | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Steve Dickson <steved> |
| Component: | nfs-utils | Assignee: | Steve Dickson <steved> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | Bert.Deknuydt, bfields, jlayton, steved, swhiteho, xzhou, yoyang |
| Target Milestone: | --- | Keywords: | Reproducer |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | nfs-utils-2.3.1-8.rc1.fc28 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1436977 | Environment: | |
| Last Closed: | 2018-05-09 21:24:51 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: | 1436977 | ||
| Bug Blocks: | 1546181 | ||
nfs-utils-2.3.1-8.rc1.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-41dacb1157 nfs-utils-2.3.1-8.rc1.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-41dacb1157 nfs-utils-2.3.1-8.rc1.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report. |
commit 1a372a7b656ddf2be21ddad70b6c64c9d1d9d161 Author: Steve Dickson <steved> Date: Tue Apr 17 14:26:44 2018 -0400 nfsd: Set default minor versions Due to the way the kernel stores the supported minor versions, when a minor is turned off, via the -N flag, it can only turned back on via -V flag. The default minor values should also enable these minor versions. Acked-by: J. Bruce Fields <bfields> Signed-off-by: Steve Dickson <steved>