]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tools: Add clear-data-digest command to objectstore tool. 25403/head
authorliyichao <liyichao.good@gmail.com>
Wed, 5 Dec 2018 04:22:20 +0000 (12:22 +0800)
committerLi Yichao <liyichao.good@gmail.com>
Thu, 17 Jan 2019 03:03:51 +0000 (11:03 +0800)
commitda5832b2b49be4ab23f7ffc5ba1ba630168b886f
treee79e68067c4ea051efa879be77180d14f9b1eb77
parent948efa96bb7f043c706f6c1907a508d73a2e2318
tools: Add clear-data-digest command to objectstore tool.

There may be a situation where data digest in object info is
inconsistent with that computed from object data, then deep-scrub
will fail even though all three repicas have the same object data.

Fixes: https://tracker.ceph.com/issues/37935
Signed-off-by: Li Yichao <liyichao.good@gmail.com>
qa/standalone/special/ceph_objectstore_tool.py
src/tools/ceph_objectstore_tool.cc