{% if nfs_file_gw %}
EXPORT
{
- Export_ID={{ ceph_nfs_ceph_export_id }};
+ Export_id={{ ceph_nfs_ceph_export_id }};
Path = "/";
Access_Type = {{ ceph_nfs_ceph_access_type }};
- NFS_Protocols = {{ ceph_nfs_ceph_protocols }};
+ Protocols = {{ ceph_nfs_ceph_protocols }};
- Transport_Protocols = TCP;
+ Transports = TCP;
- Sectype = sys,krb5,krb5i,krb5p;
+ SecType = sys,krb5,krb5i,krb5p;
FSAL {
Name = CEPH;
{% if nfs_obj_gw %}
EXPORT
{
- Export_ID={{ ceph_nfs_rgw_export_id }};
+ Export_id={{ ceph_nfs_rgw_export_id }};
Path = "/";
Access_Type = {{ ceph_nfs_rgw_access_type }};
- NFS_Protocols = {{ ceph_nfs_rgw_protocols }};
+ Protocols = {{ ceph_nfs_rgw_protocols }};
- Transport_Protocols = TCP;
+ Transports = TCP;
- Sectype = sys,krb5,krb5i,krb5p;
+ SecType = sys,krb5,krb5i,krb5p;
FSAL {
Name = RGW;