X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Frecovery-mds-scale.sh;h=97a1431cd758786738cced8b6da961661edbbc1e;hb=0091fc721cb5c8dab47c93221a12e7d2c866f057;hp=298debdbbed72302ffefdae20de68e37d21596eb;hpb=0bc62d07deb464bfcb486e917a68c6a2dd907e35;p=fs%2Flustre-release.git diff --git a/lustre/tests/recovery-mds-scale.sh b/lustre/tests/recovery-mds-scale.sh index 298debd..97a1431 100644 --- a/lustre/tests/recovery-mds-scale.sh +++ b/lustre/tests/recovery-mds-scale.sh @@ -275,7 +275,7 @@ Try to increase SERVER_FAILOVER_PERIOD (current is $SERVER_FAILOVER_PERIOD), bug log "$SERVERFACET has failed over ${!var} times, and counting..." - if [ $((ELAPSED + sleep)) -gt $DURATION ]; then + if [ $((ELAPSED + sleep)) -ge $DURATION ]; then break fi