1
0
mirror of https://github.com/ceph/ceph synced 2024-12-24 12:24:19 +00:00

test: mon-last-epoch-clean.sh fixed to avoid shell globbing

Signed-off-by: David Zafman <dzafman@redhat.com>
This commit is contained in:
David Zafman 2020-07-21 13:58:42 -07:00
parent 620214db76
commit f272768802

View File

@ -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