]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: Make RPGTransaction::get_bytes_written return the correct size. 2400/head
authorJianpeng Ma <jianpeng.ma@intel.com>
Sun, 28 Sep 2014 07:01:46 +0000 (15:01 +0800)
committerJianpeng Ma <jianpeng.ma@intel.com>
Sun, 28 Sep 2014 07:01:46 +0000 (15:01 +0800)
commitf777fc6ef334613ce22c82748fcf53baf7aa813a
tree50ed9b73d82ae25b32da1ab7a9bb4521ff68479f
parent1bcf40459c48af5724c5eba672fdf2cc976c42ea
osd: Make RPGTransaction::get_bytes_written return the correct size.

It record size larger than clien wrote. It should like
ECTransaction::get_bytes_written only return the size which clien
wrote. It should contain omap data.

Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
src/osd/ReplicatedBackend.cc