EXPORT
{
# Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 77;
# Exported path (mandatory)
Path = /data1/fiotest;
# Pseudo Path (required for NFS v4)
Pseudo = /data1/fiotest;
# Required for access (default is None)
# Could use CLIENT blocks instead
Access_Type = RO;
# Exporting FSAL
FSAL {
Name = VFS;
}
# Exporting ZFS
ZFS {
# Zpool to use
zpool = "pool1";
}
}