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: v15.2.5~166^2~31 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2475aba039306590fd0ec099f14f6a80d8cd1ae5;p=ceph.git pybind/mgr/volumes/nfs: Remove unused cephfs module Signed-off-by: Varsha Rao (cherry picked from commit 92873997d6444f19c369fef1bcb906241ea169d8) --- diff --git a/src/pybind/mgr/volumes/fs/nfs.py b/src/pybind/mgr/volumes/fs/nfs.py index e3a5643bdd5..11afbcea91c 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