mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
ceph-volume main add simple to the sub-commands
Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
parent
a826fdf4a2
commit
94579c77ff
@ -27,7 +27,7 @@ Ceph Conf: {ceph_path}
|
||||
"""
|
||||
|
||||
def __init__(self, argv=None, parse=True):
|
||||
self.mapper = {'lvm': devices.lvm.LVM}
|
||||
self.mapper = {'lvm': devices.lvm.LVM, 'simple': devices.simple.Simple}
|
||||
self.plugin_help = "No plugins found/loaded"
|
||||
if argv is None:
|
||||
self.argv = sys.argv
|
||||
|
Loading…
Reference in New Issue
Block a user