ceph-volume util.prepare extend flags when found

Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
Alfredo Deza 2018-02-12 16:47:36 -05:00
parent 457a5173d2
commit 287c952bc8

View File

@ -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)