f8b4f63cbb
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
18 lines
289 B
Plaintext
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;
|
|
}
|
|
}
|