mirror of
https://github.com/ceph/ceph
synced 2025-01-19 09:32:00 +00:00
ceph-volume util.prepare extend flags when found
Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
parent
457a5173d2
commit
287c952bc8
@ -153,7 +153,7 @@ def mount_osd(device, osd_id):
|
||||
default=constants.mount.get('xfs'),
|
||||
split=' ',
|
||||
)
|
||||
command.append(flags)
|
||||
command.extend(flags)
|
||||
command.append(device)
|
||||
command.append(destination)
|
||||
process.run(command)
|
||||
|
Loading…
Reference in New Issue
Block a user