]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/standalone/scrub/osd-scrub-dump.sh
import 15.2.0 Octopus source
[ceph.git] / ceph / qa / standalone / scrub / osd-scrub-dump.sh
index e218834c6579166f363a3dbe1fccdac8b28d66c1..6d18d6a60f3e28580c709d40fb65e5714af61da5 100755 (executable)
@@ -85,7 +85,7 @@ function TEST_recover_unexpected() {
     do
        primary=$(ceph pg dump pgs --format=json | jq ".pg_stats[] | select(.pgid == $qpg) | .acting_primary")
        eval pg=$qpg   # strip quotes around qpg
-       CEPH_ARGS='' ceph daemon $(get_asok_path osd.$primary) trigger_scrub $pg
+       ceph tell $pg scrub
     done
 
     ceph pg dump pgs