From: Varsha Rao Date: Fri, 19 Jun 2020 17:55:53 +0000 (+0530) Subject: pybind/mgr/volumes/nfs: Remove unused cephfs module X-Git-Tag: v16.1.0~1979^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=92873997d6444f19c369fef1bcb906241ea169d8;p=ceph.git pybind/mgr/volumes/nfs: Remove unused cephfs module Signed-off-by: Varsha Rao --- diff --git a/src/pybind/mgr/volumes/fs/nfs.py b/src/pybind/mgr/volumes/fs/nfs.py index e3a5643bdd5a..11afbcea91ce 100644 --- a/src/pybind/mgr/volumes/fs/nfs.py +++ b/src/pybind/mgr/volumes/fs/nfs.py @@ -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