]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 28 Aug 2018 16:03:05 +0000 (11:03 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit b9bc2eb628355a8f6d87a41eae2f7bcf83156a81)

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: