Bug 2878

Summary: NFS export across mounting points
Product: [Retired] Red Hat Linux Reporter: oscar.defeo
Component: knfsdAssignee: Cristian Gafton <gafton>
Status: CLOSED WORKSFORME QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-06-18 17:41:57 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 oscar.defeo 1999-05-17 15:58:57 UTC
In the latest version of knfsd the semantic of /etc/exports
does not work as before. The NFS export of filesystems
across mounting points does not work.
For instance, if we have a filesytem with a partition for
root (/) one for /usr and another for /home, the export of
root / does not export /usr and /home, namely the /usr and
/home directory in the mounted filesystem will result empty.
Furthermore, trying to export the subdirectories explicitely
(/usr, /home) will results in strange behavior and crash of
the system.

Comment 1 Derek Tattersall 1999-05-19 20:31:59 UTC
I believe the semantics of /etc/exports are the same now as with BSD.
That is nfs mounts may not spread across partitions.

Comment 2 Cristian Gafton 1999-06-18 17:41:59 UTC
The mount points need to be exported explicitly.