mirror of
https://github.com/ceph/ceph
synced 2025-01-18 17:12:29 +00:00
ceph-volume: util prepare should pass -i to consume stdin
Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
parent
060d3ac339
commit
64523d8c5b
@ -47,6 +47,7 @@ def create_id(fsid, json_secrets):
|
||||
'--cluster', conf.cluster,
|
||||
'--name', 'client.bootstrap-osd',
|
||||
'--keyring', bootstrap_keyring,
|
||||
'-i', '-',
|
||||
'osd', 'new', fsid
|
||||
],
|
||||
stdin=json_secrets
|
||||
|
Loading…
Reference in New Issue
Block a user