From 2475aba039306590fd0ec099f14f6a80d8cd1ae5 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Fri, 19 Jun 2020 23:25:53 +0530 Subject: [PATCH] pybind/mgr/volumes/nfs: Remove unused cephfs module Signed-off-by: Varsha Rao (cherry picked from commit 92873997d6444f19c369fef1bcb906241ea169d8) --- src/pybind/mgr/volumes/fs/nfs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pybind/mgr/volumes/fs/nfs.py b/src/pybind/mgr/volumes/fs/nfs.py index e3a5643bdd5a5..11afbcea91ce5 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 -- 2.39.5