Project

General

Profile

Bug #22256 ยป ganesha.conf

Jeff Layton, 11/27/2017 07:35 PM

 
NFS_CORE_PARAM {
Enable_NLM = false;
Clustered = false;
}

NFSv4
{
Delegations = true;
# RecoveryBackend = fs_ng;
Graceless = true;
}

EXPORT
{
Export_ID=100;
Path = /;
Pseudo = /cephfs;
Access_Type = RW;
Protocols = 4;
Transports = TCP;
Delegations = R;
FSAL {
Name = CEPH;
}
}

EXPORT
{
# Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 77;
# Exported path (mandatory)
Path = /export;
# Pseudo Path (required for NFS v4)
Pseudo = /vfs;
Access_Type = RW;
Squash = no_root_squash;
# Exporting FSAL
FSAL {
Name = VFS;
}
}

#PROXY {
# Remote_Server {
# #vm2 on eth1
# Srv_Addr = 192.168.1.231;
# Use_Privileged_Client_Port = true;
# }
#}
#
#
# EXPORT
# {
# Export_ID=2;
# Path = /export1;
# Pseudo = /export1;
# Access_Type = RW;
# Protocols = 3,4;
# Transports = TCP;
# FSAL {
# Name = CEPH;
# }
# }
# EXPORT
# {
# Export_ID=3;
# Path = /export2;
# Pseudo = /export2;
# Access_Type = RW;
# Protocols = 3,4;
# Transports = TCP;
# FSAL {
# Name = CEPH;
# }
# }
    (1-1/1)