]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tools/ceph_dedup_tool: add repair command
authormyoungwon oh <ohmyoungwon@gmail.com>
Sun, 10 Oct 2021 03:07:12 +0000 (12:07 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Fri, 15 Oct 2021 16:49:13 +0000 (01:49 +0900)
commit62bfc8ba71ca488df3c95dec8b8cc2c07c116972
treeea685922f4593d196785f46d7bd0350896ba736e
parented8e8b7600416d988eaa74f9f389915090c34b65
tools/ceph_dedup_tool: add repair command

Until now, ceph-dedup-tool only provides chunk-scrub
,which reports how many dangling references the object has,
but there is no cli command to fix the reference mismach.

Therefore, this commit adds repair command to correct detected
reference mismatch.

Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
src/tools/ceph_dedup_tool.cc