]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: change trigger_[deep_]scrub tommands to a pg tell command
authorSage Weil <sage@redhat.com>
Tue, 10 Sep 2019 15:14:41 +0000 (10:14 -0500)
committerSage Weil <sage@redhat.com>
Fri, 4 Oct 2019 14:07:02 +0000 (09:07 -0500)
commit1e44d86b2c237239f97fa54fb7f79f9ddcd2c288
tree06dff05d472503f1f567d7d7e64b9144320093e5
parent817cca779db24b9ef08138a546ccb339271a3d9c
osd: change trigger_[deep_]scrub tommands to a pg tell command

This is cleaner.  All users are currently standalone tests; updated.

It also means that *all* commands that have a name=pgid arg are pg tell
commands.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/standalone/scrub/osd-scrub-dump.sh
qa/standalone/scrub/osd-scrub-repair.sh
qa/standalone/scrub/osd-scrub-test.sh
src/osd/OSD.cc
src/osd/PrimaryLogPG.cc