mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1925 from ceph/wip-nfs-config-changes
nfs: ganesha.conf template fixespull/1917/head
commit
c5ed514302
|
@ -4,7 +4,7 @@
|
||||||
{% if nfs_file_gw %}
|
{% if nfs_file_gw %}
|
||||||
EXPORT
|
EXPORT
|
||||||
{
|
{
|
||||||
Export_ID={{ ceph_nfs_ceph_export_id }};
|
Export_id={{ ceph_nfs_ceph_export_id }};
|
||||||
|
|
||||||
Path = "/";
|
Path = "/";
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ EXPORT
|
||||||
|
|
||||||
Transports = TCP;
|
Transports = TCP;
|
||||||
|
|
||||||
Sectype = sys,krb5,krb5i,krb5p;
|
SecType = sys,krb5,krb5i,krb5p;
|
||||||
|
|
||||||
FSAL {
|
FSAL {
|
||||||
Name = CEPH;
|
Name = CEPH;
|
||||||
|
@ -29,7 +29,7 @@ EXPORT
|
||||||
{% if nfs_obj_gw %}
|
{% if nfs_obj_gw %}
|
||||||
EXPORT
|
EXPORT
|
||||||
{
|
{
|
||||||
Export_ID={{ ceph_nfs_rgw_export_id }};
|
Export_id={{ ceph_nfs_rgw_export_id }};
|
||||||
|
|
||||||
Path = "/";
|
Path = "/";
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ EXPORT
|
||||||
|
|
||||||
Transports = TCP;
|
Transports = TCP;
|
||||||
|
|
||||||
Sectype = sys,krb5,krb5i,krb5p;
|
SecType = sys,krb5,krb5i,krb5p;
|
||||||
|
|
||||||
FSAL {
|
FSAL {
|
||||||
Name = RGW;
|
Name = RGW;
|
||||||
|
|
Loading…
Reference in New Issue