]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
stable-2.2: Fix nfs-ganesha configuration template
authorFlorian Haas <florian@hastexo.com>
Fri, 15 Sep 2017 15:37:51 +0000 (17:37 +0200)
committerFlorian Haas <florian@hastexo.com>
Mon, 18 Sep 2017 20:50:06 +0000 (22:50 +0200)
commit04868bf882da39857a377ad832ea42f0ffe449b9
treed44f9847ce11ac7538c68c4726e997149ea8123f
parentf349b90bc8c8413751df32c2be1eeea3b7f38357
stable-2.2: Fix nfs-ganesha configuration template

The ganesha.conf template included several parameters that were wrong.

- Change NFS_Protocols to Protocols
- Change Transport_Protocols to Transports

In addition, change capitalization of other configuration options in
order to be in line with what
https://github.com/nfs-ganesha/nfs-ganesha/blob/master/src/config_samples/config.txt says.

Fixed #1909.
roles/ceph-common/templates/ganesha.conf.j2