]> 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)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 19 Jul 2021 18:13:02 +0000 (14:13 -0400)
commit925e3efc35d06fd96a88b56c6c1b53276023fc5d
treeacf1c3d4beb585879c196be7e474c8bb110d7dab
parent559b379f737ff52a059bdb398e69b6d373ce869e
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>
(cherry picked from commit 9817d29543099ca640ce8b23da2ab9f26179cba5)
group_vars/nfss.yml.sample
roles/ceph-nfs/defaults/main.yml
roles/ceph-nfs/templates/ganesha.conf.j2