mirror of
https://github.com/ceph/ceph
synced 2025-01-02 17:12:31 +00:00
Merge pull request #28586 from aclamk/fix-vstart-extra-conf
vstart.sh: Fix problem that all extra_conf got merged into single line. Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
fbbe078a1e
@ -360,7 +360,8 @@ case $1 in
|
||||
shift
|
||||
;;
|
||||
-o )
|
||||
extra_conf="$extra_conf $2"
|
||||
extra_conf="$extra_conf $2
|
||||
"
|
||||
shift
|
||||
;;
|
||||
--cache )
|
||||
|
Loading…
Reference in New Issue
Block a user