]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/tasks/ceph: should be "Waiting for all PGs", not "all osds"
authorKefu Chai <kchai@redhat.com>
Wed, 5 Jul 2017 03:44:55 +0000 (11:44 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 5 Jul 2017 10:58:58 +0000 (18:58 +0800)
amend the warning message

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/ceph.py

index 42f268f1090b4bacd48a60286bbc3b4593992111..df9860bfc720d582d9bffa6725a461e55ed90980 100644 (file)
@@ -1027,7 +1027,7 @@ def osd_scrub_pgs(ctx, config):
             all_clean = True
             break
         log.info(
-            "Waiting for all osds to be active and clean, waiting on %s" % bad)
+            "Waiting for all PGs to be active and clean, waiting on %s" % bad)
         time.sleep(delays)
     if not all_clean:
         raise RuntimeError("Scrubbing terminated -- not all pgs were active and clean.")