mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
Merge pull request #18514 from ceph/wip-fix-cv-create-path
ceph-volume lvm.prepare update to use create_osd_path Reviewed-by: Andrew Schoen <aschoen@redhat.com>
This commit is contained in:
commit
0d1163bd60
@ -25,7 +25,7 @@ def prepare_filestore(device, journal, secrets, id_=None, fsid=None):
|
||||
# allow re-using an id, in case a prepare failed
|
||||
osd_id = id_ or prepare_utils.create_id(fsid, json_secrets)
|
||||
# create the directory
|
||||
prepare_utils.create_path(osd_id)
|
||||
prepare_utils.create_osd_path(osd_id)
|
||||
# format the device
|
||||
prepare_utils.format_device(device)
|
||||
# mount the data device
|
||||
|
Loading…
Reference in New Issue
Block a user