mirror of
https://github.com/ceph/ceph
synced 2025-01-18 17:12:29 +00:00
ceph-volume: lvm remove the creation of the osd so early in the prepare process
Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
parent
faa8189aa0
commit
f1c8c35439
@ -16,8 +16,6 @@ class Create(object):
|
||||
def create(self, args):
|
||||
if not args.osd_fsid:
|
||||
args.osd_fsid = system.generate_uuid()
|
||||
if not args.osd_id:
|
||||
args.osd_id = prepare_utils.create_id(args.osd_fsid)
|
||||
Prepare([]).prepare(args)
|
||||
Activate([]).activate(args)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user