]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd-fast-mark-down.sh: fix typo in variable assignments 11224/head
authorWillem Jan Withagen <wjw@digiware.nl>
Mon, 26 Sep 2016 12:44:32 +0000 (14:44 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Sep 2016 12:44:32 +0000 (14:44 +0200)
Assignments to variables do not want a '$' in front of them.

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/test/osd/osd-fast-mark-down.sh

index 33c88b27eae8a62c74480158d3860db95424bcef..77fcc861f98bc6fb0515a0bb51b188bac2009486 100755 (executable)
@@ -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