This is flawed in that it stops doing digests based on the primary's
backend store, not the replicas.
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit
c7d8add701f156eb8bd8c7dc8ae9903bd782e77f)
.set_description(""),
Option("osd_skip_data_digest", Option::TYPE_BOOL, Option::LEVEL_DEV)
- .set_default(true)
+ .set_default(false)
.set_description("Do not store full-object checksums if the backend (bluestore) does its own checksums. Do not ever turn this off if it has ever been turned on."),
Option("osd_op_queue", Option::TYPE_STR, Option::LEVEL_ADVANCED)