]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: Move the rest of scrubbing routines to the backend
authorDavid Zafman <david.zafman@inktank.com>
Wed, 29 Jan 2014 03:18:32 +0000 (19:18 -0800)
committerDavid Zafman <david.zafman@inktank.com>
Fri, 31 Jan 2014 19:00:22 +0000 (11:00 -0800)
commit34eb549cd422171540e1dbd3fd04dc44708483f2
treed0cfdef27fb8307ac01e2a6f80a33ed6308ae210
parentf9128e89a3e24bdfd6cb1a61e84bcfd0f069f58e
osd: Move the rest of scrubbing routines to the backend

Move enum scrub_error_type to osd_types.h
Move PG::_compare_scrub_objects to ReplicatedBackend::be_compare_scrub_objects
Move PG::_select_auth_object to ReplicatedBackend::be_select_auth_object
Move PG::_compare_scrubmaps to ReplicatedBackend::be_compare_scrubmaps

Signed-off-by: David Zafman <david.zafman@inktank.com>
src/osd/PG.cc
src/osd/PG.h
src/osd/PGBackend.h
src/osd/ReplicatedBackend.cc
src/osd/ReplicatedBackend.h
src/osd/osd_types.h