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 <amaredia@redhat.com>
pull/1925/head
Ali Maredia 2017-09-19 12:45:24 -04:00
parent 9aa139b4d7
commit 3ba1a68cf5
1 changed files with 4 additions and 4 deletions

View 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;