summaryrefslogtreecommitdiffstats
path: root/fs/ceph
diff options
context:
space:
mode:
authorIlya Dryomov <ilya.dryomov@inktank.com>2014-02-25 16:22:28 +0200
committerYan, Zheng <zheng.z.yan@intel.com>2014-04-03 10:33:52 +0800
commit0ccd59266973047770d5160318561c9189b79c93 (patch)
tree9785ab285acb42a3ed359dbb9290402ce34ec960 /fs/ceph
parentdeb236b300cea3e7a114115571194b9872dbdfd1 (diff)
downloadblackbird-op-linux-0ccd59266973047770d5160318561c9189b79c93.tar.gz
blackbird-op-linux-0ccd59266973047770d5160318561c9189b79c93.zip
rbd: prefix rbd writes with CEPH_OSD_OP_SETALLOCHINT osd op
In an effort to reduce fragmentation, prefix every rbd write with a CEPH_OSD_OP_SETALLOCHINT osd op with an expected_write_size value set to the object size (1 << order). Backwards compatibility is taken care of on the libceph/osd side. "The CEPH_OSD_OP_SETALLOCHINT hint is durable, in that it's enough to do it once. The reason every rbd write is prefixed is that rbd doesn't explicitly create objects and relies on writes creating them implicitly, so there is no place to stick a single hint op into. To get around that we decided to prefix every rbd write with a hint (just like write and setattr ops, hint op will create an object implicitly if it doesn't exist)." Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com> Reviewed-by: Alex Elder <elder@linaro.org>
Diffstat (limited to 'fs/ceph')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud