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: v13.2.2~80^2~17 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a4dec2fcbf2945bf87dde2ae942d52e74bf07a69;p=ceph.git ceph-volume main remove auto as a top-level command Signed-off-by: Alfredo Deza (cherry picked from commit b9bc2eb628355a8f6d87a41eae2f7bcf83156a81) --- 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: