From: David Zafman Date: Tue, 21 Jul 2020 20:58:42 +0000 (-0700) Subject: test: mon-last-epoch-clean.sh fixed to avoid shell globbing X-Git-Tag: v16.1.0~1631^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f272768802648f2cb4d519c4c790ab219ad43f9f;p=ceph.git test: mon-last-epoch-clean.sh fixed to avoid shell globbing Signed-off-by: David Zafman --- diff --git a/qa/standalone/mon/mon-last-epoch-clean.sh b/qa/standalone/mon/mon-last-epoch-clean.sh index e38663c6ac76..667c6a702b88 100755 --- a/qa/standalone/mon/mon-last-epoch-clean.sh +++ b/qa/standalone/mon/mon-last-epoch-clean.sh @@ -181,8 +181,8 @@ function TEST_mon_last_clean_epoch() { sleep 5 - ceph tell osd.* injectargs '--osd-beacon-report-interval 10' || exit 1 - ceph tell mon.* injectargs \ + ceph tell 'osd.*' injectargs '--osd-beacon-report-interval 10' || exit 1 + ceph tell 'mon.*' injectargs \ '--mon-min-osdmap-epochs 2 --paxos-service-trim-min 1' || exit 1 create_pool foo 32