Project

General

Profile

Bug #12000

Updated by Samuel Just almost 9 years ago

The checksum verification currently only happens in the syncronous read case in CEPH_OSD_OP_READ in do_osd_ops.    In the EC case, ReplicatedPG::OpContext::finish_read needs to verify the checksum and propagate. 

 This task also includes building a teuthology test to verify the behavior so it doesn't break again.

Back