]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Make KeyValueStore not use expected_write_size 1967/head
authorHaomai Wang <haomaiwang@gmail.com>
Mon, 16 Jun 2014 06:30:57 +0000 (14:30 +0800)
committerHaomai Wang <haomaiwang@gmail.com>
Mon, 16 Jun 2014 06:30:57 +0000 (14:30 +0800)
commit18f58074c0b7c850fd45f284572e57816d6f7d3b
tree277351b128919fbd8d20b0fc7e6c6fc49c88bc71
parente287f02a0ba84491acefe2bbbb97f567307fd4e1
Make KeyValueStore not use expected_write_size

expected_write_size in set_alloc_hint isn't the mean of name, now it's just the
size of object. It's not suitable for KeyValueStore to set strip size.

Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
src/os/KeyValueStore.cc