]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: mon-last-epoch-clean.sh fixed to avoid shell globbing
authorDavid Zafman <dzafman@redhat.com>
Tue, 21 Jul 2020 20:58:42 +0000 (13:58 -0700)
committerDavid Zafman <dzafman@redhat.com>
Fri, 24 Jul 2020 18:40:24 +0000 (11:40 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
qa/standalone/mon/mon-last-epoch-clean.sh

index e38663c6ac769d2ad6dbcb1f89ed1411c7a6423b..667c6a702b881627cb3479559fe9bd9055236ac8 100755 (executable)
@@ -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