Skip to content

Commit

Permalink
test: Remove extra objectstore_tool call which causes a recovery
Browse files Browse the repository at this point in the history
Caused by: 70e000a

Signed-off-by: David Zafman <dzafman@redhat.com>
  • Loading branch information
dzafman committed Oct 11, 2016
1 parent 6c84a1b commit 9b0191f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/erasure-code/test-erasure-eio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 9b0191f

Please sign in to comment.