0bc83d06f3
Change-Id: Ia909c62158acbec9d1dd926d45c66ac36e6b4244 Depends-On: I06325d4601128a0b5a2235370fa44012427c29e3 Implements: blueprint ceph-nfs-ganesha
28 lines
330 B
Django/Jinja
28 lines
330 B
Django/Jinja
EXPORT
|
|
{
|
|
Export_id=1;
|
|
|
|
Path = "/";
|
|
|
|
Pseudo = /cephfs;
|
|
|
|
Access_Type = RW;
|
|
|
|
Protocols = 4;
|
|
|
|
Transports = TCP;
|
|
|
|
FSAL {
|
|
Name = CEPH;
|
|
User_Id = "admin";
|
|
}
|
|
}
|
|
|
|
LOG {
|
|
Facility {
|
|
name = FILE;
|
|
destination = "/var/log/kolla/ceph/ceph-nfs.log";
|
|
enable = active;
|
|
}
|
|
}
|