From 2ce480b8fd4b5d7d5a59b4737cb19d6438f7872a Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Wed, 13 Jun 2018 14:59:02 +0200 Subject: [PATCH] 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 --- qa/standalone/ceph-helpers.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qa/standalone/ceph-helpers.sh b/qa/standalone/ceph-helpers.sh index 3fbf61d071ec6..47d2468a14ff7 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 # -- 2.39.5