]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
ceph-volume main remove auto as a top-level command
authorAlfredo Deza <adeza@redhat.com>
Tue, 26 Jun 2018 14:43:19 +0000 (10:43 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 13 Jul 2018 13:00:19 +0000 (09:00 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
src/ceph-volume/ceph_volume/main.py

index f351a144fbe5087f60b2a04725f8ba74d9a3232b..94730cbe442e1a5524937100340a9aae5784677e 100644 (file)
@@ -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: