]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: add idmap.conf customization for NFS server 54383/head
authorTeoman ONAY <tonay@ibm.com>
Tue, 28 Mar 2023 12:18:14 +0000 (14:18 +0200)
committerTeoman ONAY <tonay@ibm.com>
Wed, 28 Feb 2024 20:32:12 +0000 (21:32 +0100)
commit416425c5fde39a9b42c5d70bb6bda3bd576456c3
treea444b38c8f339e3b1c140b9c7a951141fed64d94
parente7ecafcd8e9b726cdc0ed755437cf8ae5504aa5d
mgr/cephadm: add idmap.conf customization for  NFS server

Allows idmapd.conf to be customized to control the NFSv4.x server configuration

Fixes: https://tracker.ceph.com/issues/64577
Signed-off-by: Teoman ONAY <tonay@ibm.com>
src/cephadm/cephadmlib/daemons/nfs.py
src/cephadm/tests/test_deploy.py
src/cephadm/tests/test_nfs.py
src/pybind/mgr/cephadm/services/nfs.py
src/pybind/mgr/cephadm/templates/services/nfs/ganesha.conf.j2
src/pybind/mgr/cephadm/tests/test_services.py
src/python-common/ceph/deployment/service_spec.py
src/python-common/ceph/tests/test_service_spec.py