]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: Allows enabling NFS Ganesha NLM 56469/head
authorTeoman ONAY <tonay@ibm.com>
Tue, 26 Mar 2024 08:34:16 +0000 (09:34 +0100)
committerTeoman ONAY <tonay@ibm.com>
Tue, 26 Mar 2024 15:20:03 +0000 (16:20 +0100)
commit29331919df222e136ce7b0788376859b3a9cb2aa
treebb59174d5506f66e394b8fbfd3dcf7ba70ac08e0
parent9cd0f817b9029195fb61095e9472837d13242ac0
mgr/cephadm: Allows enabling NFS Ganesha NLM

Enable_NLM was harcoded to "false" which prevented enabling file
locking. It can now be enabled using enable_nlm in spec file

Fixes: https://tracker.ceph.com/issues/65144
Signed-off-by: Teoman ONAY <tonay@ibm.com>
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