]> 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, 22 Apr 2021 06:08:30 +0000 (11:38 +0530)
commit6045c4690b75b8be8969c67d5a5d5caf6196abea
treeb10cb3f70dc1b3c3f2707baee93c2c2dbfad8975
parentef4d7d7f2c6faa4d755d2da9d5f0fd88c9f81c09
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>
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]