]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-nfs: allow overriding NFS_CORE_PARAM
authorDimitri Savineau <dsavinea@redhat.com>
Thu, 15 Jul 2021 20:24:28 +0000 (16:24 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 19 Jul 2021 16:22:14 +0000 (18:22 +0200)
commit9817d29543099ca640ce8b23da2ab9f26179cba5
treeb9e5edc7682b4a9ed80f87ddced8bc5973908447
parent60aa70a12820835412835063972c34a1c93cac7d
ceph-nfs: allow overriding NFS_CORE_PARAM

We already have config override variables for existing block (like
ganesha_ceph_export_overrides, ganesha_log_overrides, etc...) or a
global one (ganesha_conf_overrides) but redefining the NFS_CORE_PARAM
block in that variable will erase all previous values (currently only
Bind_Addr).

ganesha_core_param_overrides: |
        Enable_UDP = false;
        NFS_Port = 2050;

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1941775
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
group_vars/nfss.yml.sample
roles/ceph-nfs/defaults/main.yml
roles/ceph-nfs/templates/ganesha.conf.j2