]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: add objects_readv_sync 30061/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Sat, 31 Aug 2019 00:56:21 +0000 (08:56 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Wed, 4 Sep 2019 05:20:53 +0000 (13:20 +0800)
commit22960192b00b8ab0ebe5c9830bc30019019643e3
tree5a00f907bac4905e2d5a07f831ab98976d999f9e
parent74be30c8b7cba4793b026ff8bf5e766ee6cd74da
osd: add objects_readv_sync

However, this is only meaningful for ReplicatedBackend
since ECBackend is already reading everything in asynchronous way.
Also the osd_verify_sparse_read_holes option could be reliably
dropped as it seems never (ever?) actually get a chance to be
exercised ?

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/common/legacy_config_opts.h
src/common/options.cc
src/osd/PGBackend.h
src/osd/PrimaryLogPG.cc
src/osd/ReplicatedBackend.cc
src/osd/ReplicatedBackend.h