From: Erwan Velu Date: Wed, 13 Jun 2018 12:59:02 +0000 (+0200) Subject: qa/standalone/ceph-helpers.sh: Fixing comment for wait_for_health() X-Git-Tag: v14.0.1~1114^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2ce480b8fd4b5d7d5a59b4737cb19d6438f7872a;p=ceph.git qa/standalone/ceph-helpers.sh: Fixing comment for wait_for_health() wait_for_health doesn't check if the cluster is making progress. So let's adjust the comment accordingly. Signed-off-by: Erwan Velu --- diff --git a/qa/standalone/ceph-helpers.sh b/qa/standalone/ceph-helpers.sh index 3fbf61d071ec..47d2468a14ff 100755 --- a/qa/standalone/ceph-helpers.sh +++ b/qa/standalone/ceph-helpers.sh @@ -1442,8 +1442,7 @@ function test_wait_for_clean() { ####################################################################### ## -# Wait until the cluster becomes HEALTH_OK again or if it does not make progress -# for $TIMEOUT seconds. +# Wait until the cluster becomes HEALTH_OK again for $TIMEOUT seconds. # # @return 0 if the cluster is HEALTHY, 1 otherwise #