]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: fix bench block size 854/head
authorJosh Durgin <josh.durgin@inktank.com>
Mon, 18 Nov 2013 22:39:12 +0000 (14:39 -0800)
committerJosh Durgin <josh.durgin@inktank.com>
Mon, 18 Nov 2013 22:39:23 +0000 (14:39 -0800)
commit40a76ef0d09f8ecbea13712410d9d34f25b91935
treec272810578ab4e89588259582a4a9db11289f12a
parent703f9a09e2449712a99f0865db982cb0c66d820d
osd: fix bench block size

The command was declared to take 'size' in dumpling, but was trying to
read 'bsize' instead, so it always used the default of 4MiB. Change
the bench command to read 'size', so it matches what existing clients
are sending.

Fixes: #6795
Backport: emperor, dumpling
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/osd/OSD.cc
src/test/pybind/test_rados.py