Bug 697006
Summary: | Preparing /etc/exports.d when nfs-utils packge is installed | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Masatake YAMATO <yamato> | ||||
Component: | nfs-utils | Assignee: | Steve Dickson <steved> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | bugs.michael, hoyang, jlayton, steved | ||||
Target Milestone: | --- | Keywords: | EasyFix | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | nfs-utils-1.2.4-3.fc15 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-09-27 10:31:37 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: | |||||||
Attachments: |
|
Indeed, also because exportfs complains about the missing dir, too: # exportfs -a exportfs: scandir /etc/exports.d: No such file or directory # rpm -q nfs-utils nfs-utils-1.2.4-0.fc15.x86_64 nfs-utils-1.2.4-3.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/nfs-utils-1.2.4-3.fc15 Package nfs-utils-1.2.4-3.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing nfs-utils-1.2.4-3.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/nfs-utils-1.2.4-3.fc15 then log in and leave karma (feedback). verified with nfs-utils-1.2.4-2.fc15.x86_64 Works fine. Thank. nfs-utils-1.2.4-3.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 492410 [details] A patch which may fix this issue Description of problem: The latest nfs-utils introduced /etc/exports.d; the files under the directory are loaded as if they are part of /etc/exports. Added/removing a new export point to the system becomes easier; just put or remove a file under the directory. However, /etc/exports.d is not provided by the package. So fedora users cannot receive the benefit of the new feature. Version-Release number of selected component (if applicable): 1.2.3-12f16. How reproducible: ls -l /etc/exports.d Steps to Reproduce: 1. 2. 3. Actual results: No such file or directory. Expected results: The directoy is listed. Additional info: