]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: add CEPH_OSD_OP_SCRUBLS pg op
authorKefu Chai <kchai@redhat.com>
Sat, 30 Jan 2016 06:51:17 +0000 (14:51 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 25 Feb 2016 04:41:55 +0000 (12:41 +0800)
commit3dea4f1f5c432a12da844edfbf17111fcbaa1b08
tree7fb9b4cd03b204cf4e006c1455c9aa34c6322ff6
parent2009ed274d4a02a779ec5dc873c3a8ea46e56f1f
osd: add CEPH_OSD_OP_SCRUBLS pg op

it is a new pg op which returns the encoded objects stored when
scrubbing.

Fixes: #13505
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/scrub_types.cc
src/common/scrub_types.h
src/include/rados.h
src/osd/ReplicatedPG.cc
src/osd/ReplicatedPG.h
src/osd/osd_types.cc