]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd rados command: Change "oi" to "info" in scrub handling errors
authorDavid Zafman <dzafman@redhat.com>
Fri, 16 Mar 2018 04:50:30 +0000 (21:50 -0700)
committerDavid Zafman <dzafman@redhat.com>
Wed, 11 Apr 2018 15:18:20 +0000 (08:18 -0700)
commit4cd59ad163745c84681d42aadd45da599bb9ca22
tree62b11254197e446fe7b5e3e7662379f52ca754b4
parenta4b9bd0b03bf997a727e17a8b2cb89132da2b99e
osd rados command: Change "oi" to "info" in scrub handling errors

data_digest_mismatch_oi -> data_digest_mismatch_info
omap_digest_mismatch_oi -> omap_digest_mismatch_info
size_mismatch_oi -> size_mismatch_info
obj_size_oi_mismatch -> obj_size_info_mismatch

Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 01687b052fdeec6dd2a4798b1e637fc8d15702c7)
doc/rados/command/list-inconsistent-obj.json
doc/rados/troubleshooting/troubleshooting-pg.rst
qa/standalone/scrub/osd-scrub-repair.sh
src/common/scrub_types.h
src/include/rados/rados_types.hpp
src/osd/PGBackend.cc
src/tools/rados/rados.cc