Bug 11491

Summary: NFS won't start unless something is exported
Product: [Retired] Red Hat Linux Reporter: mcwst18
Component: nfs-utilsAssignee: Cristian Gafton <gafton>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-05-17 19:57:28 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:

Description mcwst18 2000-05-17 19:53:04 UTC
This seems completely intentional so I'm not sure whether it will be
considered a bug or not; however, /etc/rc.d/init.d/nfs contains the line
[ -s /etc/exports ] || exit 0
which is, for lack of a nicer term, obtuse.

Why does the system assume that if there are no filesystems being
NFS-exported, no filesystems will be NFS-mounted?

Comment 1 mcwst18 2000-05-17 19:57:59 UTC
*** This bug has been marked as a duplicate of 10646 ***