From: Alfredo Deza Date: Tue, 26 Jun 2018 14:43:19 +0000 (-0400) Subject: ceph-volume main remove auto as a top-level command X-Git-Tag: v14.0.1~847^2~21 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b9bc2eb628355a8f6d87a41eae2f7bcf83156a81;p=ceph.git ceph-volume main remove auto as a top-level command Signed-off-by: Alfredo Deza --- diff --git a/src/ceph-volume/ceph_volume/main.py b/src/ceph-volume/ceph_volume/main.py index f351a144fbe..94730cbe442 100644 --- a/src/ceph-volume/ceph_volume/main.py +++ b/src/ceph-volume/ceph_volume/main.py @@ -30,8 +30,6 @@ Ceph Conf: {ceph_path} 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: