From 23c63ccb7b5cdff834bed0ab7302ed3eb51ea1c8 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Tue, 30 Mar 2021 17:31:34 +0530 Subject: [PATCH] mgr/nfs: rename fs dir to export Signed-off-by: Varsha Rao --- src/pybind/mgr/nfs/{fs => export}/__init__.py | 0 src/pybind/mgr/nfs/{fs => export}/nfs.py | 0 src/pybind/mgr/nfs/module.py | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename src/pybind/mgr/nfs/{fs => export}/__init__.py (100%) rename src/pybind/mgr/nfs/{fs => export}/nfs.py (100%) diff --git a/src/pybind/mgr/nfs/fs/__init__.py b/src/pybind/mgr/nfs/export/__init__.py similarity index 100% rename from src/pybind/mgr/nfs/fs/__init__.py rename to src/pybind/mgr/nfs/export/__init__.py diff --git a/src/pybind/mgr/nfs/fs/nfs.py b/src/pybind/mgr/nfs/export/nfs.py similarity index 100% rename from src/pybind/mgr/nfs/fs/nfs.py rename to src/pybind/mgr/nfs/export/nfs.py diff --git a/src/pybind/mgr/nfs/module.py b/src/pybind/mgr/nfs/module.py index 970a37b24c897..5d501b3fb1f94 100644 --- a/src/pybind/mgr/nfs/module.py +++ b/src/pybind/mgr/nfs/module.py @@ -7,7 +7,7 @@ from mgr_module import MgrModule from volumes.module import mgr_cmd_wrap import orchestrator -from .fs.nfs import NFSCluster, FSExport +from .export.nfs import NFSCluster, FSExport log = logging.getLogger(__name__) -- 2.39.5