]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/volumes/nfs: Move nfs code out of volumes plugin
authorVarsha Rao <varao@redhat.com>
Thu, 25 Mar 2021 11:43:05 +0000 (17:13 +0530)
committerVarsha Rao <varao@redhat.com>
Thu, 20 May 2021 05:39:05 +0000 (11:09 +0530)
commitda8d98dda152df320ef94289d6f61d01ecaff18f
treef1aaed22be031cac89081bc6981891a2e4e46c22
parent97a3fe9ed33a3aeed6b51e0926575a3d6d63e1b5
mgr/volumes/nfs: Move nfs code out of volumes plugin

This PR is to support integration of dashboard with volumes/nfs plugin.

Fixes: https://tracker.ceph.com/issues/50080
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit af9336316f978a9f67faafad2eb3e608ed2616b1)
src/pybind/mgr/nfs/__init__.py [new file with mode: 0644]
src/pybind/mgr/nfs/fs/__init__.py [new file with mode: 0644]
src/pybind/mgr/nfs/fs/nfs.py [new file with mode: 0644]
src/pybind/mgr/nfs/module.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/nfs.py [deleted file]
src/pybind/mgr/volumes/module.py