]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
vstart.sh: fix params generation for monmaptool 26273/head
authorYehuda Sadeh <yehuda@redhat.com>
Tue, 5 Feb 2019 00:35:20 +0000 (16:35 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Tue, 5 Feb 2019 00:41:34 +0000 (16:41 -0800)
commit2ff5439c2b79b63fa20a64c3bd19562214e34a30
tree4d2018bef6ecdf70359bee86d5c2aebb148be85a
parentd239c2a8b44ec4ac3149a99460ece3b538d8ba7e
vstart.sh: fix params generation for monmaptool

Fixes: http://tracker.ceph.com/issues/38174
This broke in the msgr21 case, due to bash globbing in cases where
the generated string somehow matched names of certain files in local
directory. Also need to pass params to the prun function separately,
otherwise everything is quoted together.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/vstart.sh