mirror of
https://github.com/ceph/ceph
synced 2025-02-22 18:47:18 +00:00
ceph-volume main include commented out auto subcommand
Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
parent
47060a1ef4
commit
ad1b8cae05
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user