]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
pybind/mgr/volumes/nfs: Remove unused cephfs module
authorVarsha Rao <varao@redhat.com>
Fri, 19 Jun 2020 17:55:53 +0000 (23:25 +0530)
committerVarsha Rao <varao@redhat.com>
Mon, 22 Jun 2020 06:43:11 +0000 (12:13 +0530)
Signed-off-by: Varsha Rao <varao@redhat.com>
src/pybind/mgr/volumes/fs/nfs.py

index e3a5643bdd5a5b05dae014feae32d3f937f40aa8..11afbcea91ce524b58064ed669ffabdcfb7b82b9 100644 (file)
@@ -4,7 +4,6 @@ import logging
 
 from ceph.deployment.service_spec import NFSServiceSpec, PlacementSpec
 
-import cephfs
 import orchestrator
 from .fs_util import create_pool
 from rados import TimedOut