]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/nfs: reorg nfs files
authorVarsha Rao <varao@redhat.com>
Sat, 10 Apr 2021 09:22:07 +0000 (14:52 +0530)
committerVarsha Rao <varao@redhat.com>
Thu, 20 May 2021 05:39:05 +0000 (11:09 +0530)
commit7a7a28bb0e0f378566a8c09dc26ef73d0109405a
tree685a6f3f0eff0d34056d86af62cb35b0747695a6
parent739f4d3480d0b79aa5ab123d684dba07ba39f96c
mgr/nfs: reorg nfs files

This patch does the following:
- removed export dir and moved its files to nfs dir
- renamed nfs.py to export.py

Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 6045c4690b75b8be8969c67d5a5d5caf6196abea)
12 files changed:
src/pybind/mgr/nfs/cluster.py [new file with mode: 0644]
src/pybind/mgr/nfs/exception.py [new file with mode: 0644]
src/pybind/mgr/nfs/export.py [new file with mode: 0644]
src/pybind/mgr/nfs/export/__init__.py [deleted file]
src/pybind/mgr/nfs/export/cluster.py [deleted file]
src/pybind/mgr/nfs/export/exception.py [deleted file]
src/pybind/mgr/nfs/export/export_utils.py [deleted file]
src/pybind/mgr/nfs/export/nfs.py [deleted file]
src/pybind/mgr/nfs/export/utils.py [deleted file]
src/pybind/mgr/nfs/export_utils.py [new file with mode: 0644]
src/pybind/mgr/nfs/module.py
src/pybind/mgr/nfs/utils.py [new file with mode: 0644]