Skip to content

Commit

Permalink
qa: use correct variable for exception debug
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 096a5ca)
  • Loading branch information
batrick committed Feb 6, 2020
1 parent c47ea1e commit 3cf7870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/tasks/cephfs/test_strays.py
Expand Up @@ -248,7 +248,7 @@ def background():
elif throttle_type == self.FILES_THROTTLE:
if files_high_water < mds_max_purge_files / 2:
raise RuntimeError("Files in flight high water is unexpectedly low ({0} / {1})".format(
ops_high_water, mds_max_purge_files
files_high_water, mds_max_purge_files
))

# Sanity check all MDC stray stats
Expand Down

0 comments on commit 3cf7870

Please sign in to comment.