]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: drop the global bluestore_csum option
authorxie xingguo <xie.xingguo@zte.com.cn>
Thu, 22 Sep 2016 11:07:31 +0000 (19:07 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Thu, 22 Sep 2016 14:43:19 +0000 (22:43 +0800)
commitef9013445d560d46b82c696168e1b21accd75aaf
treed84f74ff98c1b7ab05a8d6f41a29f1f4bdd25c9b
parent62ba4d4e534c68b0688068ded488ae0b1a77b74c
os/bluestore: drop the global bluestore_csum option

We don't need this option as it can be properly covered
by the bluestore_csum_type option.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/common/config_opts.h
src/os/bluestore/BlueStore.cc
src/test/objectstore/store_test.cc