From: Willem Jan Withagen Date: Mon, 26 Sep 2016 12:44:32 +0000 (+0200) Subject: osd-fast-mark-down.sh: fix typo in variable assignments X-Git-Tag: v11.0.1~93^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=db603d8f5bcbecece819bdec17ee9a35268fcac1;p=ceph.git osd-fast-mark-down.sh: fix typo in variable assignments Assignments to variables do not want a '$' in front of them. Signed-off-by: Willem Jan Withagen --- diff --git a/src/test/osd/osd-fast-mark-down.sh b/src/test/osd/osd-fast-mark-down.sh index 33c88b27eae8..77fcc861f98b 100755 --- a/src/test/osd/osd-fast-mark-down.sh +++ b/src/test/osd/osd-fast-mark-down.sh @@ -59,8 +59,8 @@ function test_fast_kill() { rados -p rbd bench 10 write -b 4096 --max-objects 128 --no-cleanup sleep 1 - $killid=0 - $previd=0 + killid=0 + previd=0 # kill random osd and see if 1 sec after, the osd count decreased. for i in {1..2}; do