mirror of
https://github.com/ceph/ceph
synced 2025-04-01 14:51:13 +00:00
ceph-volume: devices.lvm add the create sub-command
Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
parent
63cd2582ca
commit
03a603002b
@ -3,6 +3,7 @@ from textwrap import dedent
|
||||
from ceph_volume import terminal
|
||||
from . import activate
|
||||
from . import prepare
|
||||
from . import create
|
||||
|
||||
|
||||
class LVM(object):
|
||||
@ -18,6 +19,7 @@ class LVM(object):
|
||||
mapper = {
|
||||
'activate': activate.Activate,
|
||||
'prepare': prepare.Prepare,
|
||||
'create': create.Create,
|
||||
}
|
||||
|
||||
def __init__(self, argv):
|
||||
|
Loading…
Reference in New Issue
Block a user