]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Fix keyvaluestore fiemap bug
authorHaomai Wang <haomaiwang@gmail.com>
Wed, 4 Jun 2014 04:58:07 +0000 (12:58 +0800)
committerroot <root@ceph-test.(none)>
Tue, 26 Aug 2014 04:28:19 +0000 (04:28 +0000)
commit44721f71266e3098169ed00f1ca7e86496b76b07
treef63d9a60f6357702e2d80f71021f9500eb409074
parentfdbab46852e74d405b5c747da98564a5866ec8a7
Fix keyvaluestore fiemap bug

The result of fiemap is wrong and the offset get from
"StripObjectMap::file_to_extents" need to multiply by sequence number

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