]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: add idmap.conf customization for NFS server 56038/head
authorTeoman ONAY <tonay@ibm.com>
Tue, 28 Mar 2023 12:18:14 +0000 (14:18 +0200)
committerTeoman ONAY <tonay@ibm.com>
Thu, 7 Mar 2024 14:25:56 +0000 (15:25 +0100)
commit9426edb9c94f625179c54fca808d3cab788ab7d8
tree8a6528a6f549e0cc2d10a02d429673f7be83e5cf
parente552022dfb6d9f93afe2f1a6ef30feeda4cab8e7
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>
(cherry picked from commit 416425c5fde39a9b42c5d70bb6bda3bd576456c3)
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