mirror of
https://github.com/ceph/ceph
synced 2025-01-21 02:31:19 +00:00
Merge pull request #6109 from liewegas/wip-13214
init-rbdmap: fix CMDPARAMS Reviewed-by: Nathan Cutler <ncutler@suse.com>
This commit is contained in:
commit
b947acbcaa
@ -48,6 +48,7 @@ do_map() {
|
||||
RET_OP=0
|
||||
OIFS=$IFS
|
||||
IFS=','
|
||||
CMDPARAMS=""
|
||||
for PARAM in ${PARAMS[@]}; do
|
||||
CMDPARAMS="$CMDPARAMS --$(echo $PARAM | tr '=' ' ')"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user