blob: ea5b81ea5998577ca605ccafec0a246612a00b4b [file] [log] [blame]
###################################################
#
# EXPORT
#
# To function, all that is required is an EXPORT
#
# Define the absolute minimal export
#
###################################################
EXPORT
{
# Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 77;
# Exported path (mandatory)
Path = /xfs;
# Pseudo Path (required for NFS v4)
Pseudo = /xfs;
# Required for access (default is None)
# Could use CLIENT blocks instead
Access_Type = RW;
# Exporting FSAL
FSAL {
Name = XFS;
}
}