From: Alfredo Deza Date: Wed, 2 May 2018 23:01:10 +0000 (-0400) Subject: ceph-volume main include commented out auto subcommand X-Git-Tag: v12.2.8~70^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=82d5510762404ec03f67ebd3acf9afb80503bb46;p=ceph.git ceph-volume main include commented out auto subcommand Signed-off-by: Alfredo Deza (cherry picked from commit ad1b8cae055ee6c822370d91027613680ccd3dd3) --- diff --git a/src/ceph-volume/ceph_volume/main.py b/src/ceph-volume/ceph_volume/main.py index b3543b1a21d6..f351a144fbe5 100644 --- a/src/ceph-volume/ceph_volume/main.py +++ b/src/ceph-volume/ceph_volume/main.py @@ -27,7 +27,12 @@ Ceph Conf: {ceph_path} """ def __init__(self, argv=None, parse=True): - self.mapper = {'lvm': devices.lvm.LVM, 'simple': devices.simple.Simple} + self.mapper = { + 'lvm': devices.lvm.LVM, + 'simple': devices.simple.Simple, + # XXX Disabled for now - comment out when fully functional + #'auto': devices.auto.Auto, + } self.plugin_help = "No plugins found/loaded" if argv is None: self.argv = sys.argv