]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: move selectiong of csum/crr out of for loop 11823/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Tue, 8 Nov 2016 08:54:04 +0000 (16:54 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Wed, 9 Nov 2016 00:27:55 +0000 (08:27 +0800)
commit6fa3f39c68dbe5827f5a59c646bce6c5d4a7a719
tree502db22152734714c80a62f699860fab279dfcf6
parentaa7b9a8251361303cccb46ebb8042495398567d0
os/bluestore: move selectiong of csum/crr out of for loop

We don't have to trace the csum/compression_required_ration option changing
at such a small granularity, which costs too much.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BlueStore.cc