]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
nfs: ganesha.conf template fixes 1925/head
authorAli Maredia <amaredia@redhat.com>
Tue, 19 Sep 2017 16:45:24 +0000 (12:45 -0400)
committerAli Maredia <amaredia@redhat.com>
Tue, 19 Sep 2017 16:45:24 +0000 (12:45 -0400)
- Change capitalization of config options to be
in line with what config.txt in the nfs-ganesha
tree says

Signed-off-by: Ali Maredia <amaredia@redhat.com>
roles/ceph-nfs/templates/ganesha.conf.j2

index 6416364900e156a60ad0e9b71a6dde1b98061281..135e995fa3d84f8a779878425e43396b6749307b 100644 (file)
@@ -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;