Skip to content

Commit

Permalink
Fixes mirroring timeout issue Signed-off-by: Uday Kurundwade <Uday.Sh…
Browse files Browse the repository at this point in the history
  • Loading branch information
udaysk23 committed Nov 6, 2023
1 parent 7cd2d84 commit ef6a951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/ocs/resources/mcg.py
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ def _get_mirroring_percentage():
return current_percentage

mirror_percentage = _get_mirroring_percentage()
logger.info(f"{mirror_percentage}% mirroring is .")
logger.info(f"{mirror_percentage}% mirroring is done.")
previous_percentage = 0
while mirror_percentage < 100:
previous_percentage = mirror_percentage
Expand Down

0 comments on commit ef6a951

Please sign in to comment.