Skip to content

Commit

Permalink
Merge pull request #11224 from wjwithagen/patch-13
Browse files Browse the repository at this point in the history
osd-fast-mark-down.sh: fix typo in variable assignments
  • Loading branch information
liewegas committed Sep 26, 2016
2 parents fc8e7f3 + db603d8 commit 49ecdac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/osd/osd-fast-mark-down.sh
Expand Up @@ -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
Expand Down

0 comments on commit 49ecdac

Please sign in to comment.