Bug 1192501

Summary: Documentation doesn't explain how to enable NFS service at boot
Product: Red Hat Enterprise Linux 7 Reporter: David Jones <david.jones74>
Component: doc-Storage_Administration_GuideAssignee: Jacquelynn East <jeast>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: unspecified Docs Contact:
Priority: urgent    
Version: 7.3CC: kfujii, rlandman
Target Milestone: rcKeywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1222749 (view as bug list) Environment:
Last Closed: 2015-05-20 22:47:34 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: 1222749    

Description David Jones 2015-02-13 15:00:27 UTC
Document URL: 
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Storage_Administration_Guide/s1-nfs-start.html

Section Number and Name: 
8.6 Starting and Stopping NFS

Describe the issue: 

The documentation explains how to start the NFS service, but not how to enable it so it starts at boot.


To start it you run:

systemctl start nfs.service

But to enable it you run (and this isn't documented):

systemctl enable nfs-server.service

Trying to do the most obvious thing doesn't work:

systemctl enable nfs.service
Failed to issue method call. No such file or directory.


Suggestions for improvement: 

Explain how to enable the NFS service.

I think it would be best to get rid of the nfs.service link to nfs-server.service. It's redundant and confusing. Then change the docs accordingly.


Additional information:

Comment 7 Jacquelynn East 2015-05-19 04:57:49 UTC
Added a paragraph to say 

To enable NFS to start at boot, use the following command:
# systemctl enable nfs-server.service