From: Ali Maredia Date: Tue, 19 Sep 2017 16:45:24 +0000 (-0400) Subject: nfs: ganesha.conf template fixes X-Git-Tag: v3.0.0rc10~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1925%2Fhead;p=ceph-ansible.git nfs: ganesha.conf template fixes - Change capitalization of config options to be in line with what config.txt in the nfs-ganesha tree says Signed-off-by: Ali Maredia --- diff --git a/roles/ceph-nfs/templates/ganesha.conf.j2 b/roles/ceph-nfs/templates/ganesha.conf.j2 index 641636490..135e995fa 100644 --- a/roles/ceph-nfs/templates/ganesha.conf.j2 +++ b/roles/ceph-nfs/templates/ganesha.conf.j2 @@ -4,7 +4,7 @@ {% if nfs_file_gw %} EXPORT { - Export_ID={{ ceph_nfs_ceph_export_id }}; + Export_id={{ ceph_nfs_ceph_export_id }}; Path = "/"; @@ -16,7 +16,7 @@ EXPORT Transports = TCP; - Sectype = sys,krb5,krb5i,krb5p; + SecType = sys,krb5,krb5i,krb5p; FSAL { Name = CEPH; @@ -29,7 +29,7 @@ EXPORT {% if nfs_obj_gw %} EXPORT { - Export_ID={{ ceph_nfs_rgw_export_id }}; + Export_id={{ ceph_nfs_rgw_export_id }}; Path = "/"; @@ -41,7 +41,7 @@ EXPORT Transports = TCP; - Sectype = sys,krb5,krb5i,krb5p; + SecType = sys,krb5,krb5i,krb5p; FSAL { Name = RGW;