From: David Zafman Date: Fri, 22 Jul 2016 00:36:34 +0000 (-0700) Subject: test: Remove extra objectstore_tool call which causes a recovery X-Git-Tag: v11.1.0~494^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6904529d1b53993304de2927500937ba0d493e9e;p=ceph.git test: Remove extra objectstore_tool call which causes a recovery Caused by: 70e000a9a42c50eda48f5d3b9e432ffc3a70f75b Signed-off-by: David Zafman --- diff --git a/src/test/erasure-code/test-erasure-eio.sh b/src/test/erasure-code/test-erasure-eio.sh index d7c3a1692252..9ad2afd75fac 100755 --- a/src/test/erasure-code/test-erasure-eio.sh +++ b/src/test/erasure-code/test-erasure-eio.sh @@ -206,7 +206,6 @@ function set_size() { else dd if=/dev/urandom bs=$bytes count=1 of=$dir/CORRUPT fi - objectstore_tool $dir $osd_id --op list $objname objectstore_tool $dir $osd_id $objname set-bytes $dir/CORRUPT || return 1 rm -f $dir/CORRUPT }