]> git-server-git.apps.pok.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:12:55 +0000 (14:12 -0400)
commitf2a95728f723fa98e1ecf5fef712065ca7b3f881
tree03af2ef30fc1321554c7aac9b9eab3a04dbc481d
parent93f37e4b5a07326819ba921cb43a40af499c3e9b
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