]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/standalone/ceph-helpers.sh: Fixing comment for wait_for_health() 22554/head
authorErwan Velu <erwan@redhat.com>
Wed, 13 Jun 2018 12:59:02 +0000 (14:59 +0200)
committerErwan Velu <erwan@redhat.com>
Thu, 14 Jun 2018 09:06:52 +0000 (11:06 +0200)
wait_for_health doesn't check if the cluster is making progress. So
let's adjust the comment accordingly.

Signed-off-by: Erwan Velu <erwan@redhat.com>
qa/standalone/ceph-helpers.sh

index 3fbf61d071ec6f690a06d16a8ab99cd67899a1b5..47d2468a14ff74b52ab46fa26bae0d76bc17988d 100755 (executable)
@@ -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
 #