From: Kefu Chai Date: Wed, 5 Jul 2017 03:44:55 +0000 (+0800) Subject: qa/tasks/ceph: should be "Waiting for all PGs", not "all osds" X-Git-Tag: v12.1.1~179^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2cae544cf242d564d99014317225141d511b98cb;p=ceph-ci.git qa/tasks/ceph: should be "Waiting for all PGs", not "all osds" amend the warning message Signed-off-by: Kefu Chai --- diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index 42f268f1090..df9860bfc72 100644 --- a/qa/tasks/ceph.py +++ b/qa/tasks/ceph.py @@ -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.")