ceph-ansible/roles/ceph-nfs/templates
Dimitri Savineau 364186a86e 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 9817d29543)
2021-07-26 17:50:05 +02:00
..
ceph-nfs.service.j2 container/systemd: ensure /var/log/ceph exists 2021-04-14 20:46:09 +02:00
ganesha.conf.j2 ceph-nfs: allow overriding NFS_CORE_PARAM 2021-07-26 17:50:05 +02:00
idmap.conf.j2 nfs: set idmap config for Ceph-NFS 2021-04-02 13:18:52 +02:00