Signed-off-by: Alfredo Deza <adeza@redhat.com>
from ceph_volume import process, conf, decorators
from ceph_volume.util import system, disk
from ceph_volume.systemd import systemctl
-from . import api
+from ceph_volume.api import lvm as api
def activate_filestore(lvs):
from textwrap import dedent
from ceph_volume import decorators
from ceph_volume.util import disk
-from . import api
+from ceph_volume.api import lvm as api
logger = logging.getLogger(__name__)
from ceph_volume.util import prepare as prepare_utils
from ceph_volume.util import system, disk
from ceph_volume import conf, decorators, terminal
-from . import api
+from ceph_volume.api import lvm as api
from .common import prepare_parser