Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 6283965dfd5fde3567b3717156773bc0 > files > 1

nfs-ganesha-xfs-2.6.2-2.mga7.armv7hl.rpm

###################################################
#
# 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;
	}
}