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>
  • Loading branch information
batrick committed Jan 21, 2020
1 parent 761cc0e commit 096a5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/tasks/cephfs/test_strays.py
Expand Up @@ -245,7 +245,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 096a5ca

Please sign in to comment.