From: Alfredo Deza Date: Fri, 3 Nov 2017 18:35:45 +0000 (-0400) Subject: ceph-volume main add simple to the sub-commands X-Git-Tag: v13.0.1~256^2~36 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=94579c77ffe4d5ba2d457ad3981a2b9ed232a90f;p=ceph.git ceph-volume main add simple to the sub-commands Signed-off-by: Alfredo Deza --- diff --git a/src/ceph-volume/ceph_volume/main.py b/src/ceph-volume/ceph_volume/main.py index d4bee154d971..e7ed5d88cc51 100644 --- a/src/ceph-volume/ceph_volume/main.py +++ b/src/ceph-volume/ceph_volume/main.py @@ -27,7 +27,7 @@ Ceph Conf: {ceph_path} """ def __init__(self, argv=None, parse=True): - self.mapper = {'lvm': devices.lvm.LVM} + self.mapper = {'lvm': devices.lvm.LVM, 'simple': devices.simple.Simple} self.plugin_help = "No plugins found/loaded" if argv is None: self.argv = sys.argv