]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/nfs: NFS commands to enable, disable and get QOS config for cluster and export
authorShweta Bhosale <Shweta.Bhosale1@ibm.com>
Thu, 9 Jan 2025 13:53:37 +0000 (19:23 +0530)
committerShweta Bhosale <Shweta.Bhosale1@ibm.com>
Mon, 27 Apr 2026 12:49:14 +0000 (18:19 +0530)
commitf43262d8eb6725c8845ddabb26ca0fba045f1bb2
tree5ecada9f40ed1e600110bf3960a302ff95c5a495
parent2b9bbe67372554e8b098bcc6fa5a98a74293e2eb
mgr/nfs: NFS commands to enable, disable and get QOS config for cluster and export

fixes: https://tracker.ceph.com/issues/69458
Signed-off-by: Shweta Bhosale <Shweta.Bhosale1@ibm.com>
14 files changed:
src/cephadm/cephadmlib/container_engines.py
src/cephadm/cephadmlib/data_utils.py
src/cephadm/cephadmlib/host_facts.py
src/cephadm/tests/test_agent.py
src/pybind/mgr/nfs/cluster.py
src/pybind/mgr/nfs/export.py
src/pybind/mgr/nfs/export_utils.py [new file with mode: 0644]
src/pybind/mgr/nfs/ganesha_conf.py
src/pybind/mgr/nfs/module.py
src/pybind/mgr/nfs/qos_conf.py [new file with mode: 0644]
src/pybind/mgr/nfs/rados_utils.py [new file with mode: 0644]
src/pybind/mgr/nfs/tests/test_nfs.py
src/pybind/mgr/nfs/utils.py
src/python-common/ceph/utils.py