manila-image-elements/data/docker/ganesha.conf
Alexey Ovchinnikov f8b4f63cbb Add nfs-ganesha to docker container
The change adds nfs-ganesha to the container image. Nfs-ganesha
is compiled with dbus support on. Also some initial container
setup is performed.

Change-Id: Ic0b350ce5aa2efd16dc71e46dcd3c6159ca17978
2016-06-21 20:42:41 +03:00

18 lines
289 B
Plaintext

EXPORT
{
Export_ID = 0;
Path = "/shares";
Pseudo = "/shares";
Squash = No_Root_Squash;
Transport_Protocols = TCP;
Disable_ACL = True;
SecType = "none";
CLIENT {
Clients = *;
Access_Type = RO;
}
FSAL {
Name = VFS;
}
}