From: Patrick Donnelly Date: Wed, 15 Jan 2020 23:56:24 +0000 (-0800) Subject: qa: use correct variable for exception debug X-Git-Tag: v15.1.0~148^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=096a5cad38d073ece58f1be5efbc58e01351b3ae;p=ceph.git qa: use correct variable for exception debug Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/cephfs/test_strays.py b/qa/tasks/cephfs/test_strays.py index 5dd1524a324f..96569dfab48f 100644 --- a/qa/tasks/cephfs/test_strays.py +++ b/qa/tasks/cephfs/test_strays.py @@ -245,7 +245,7 @@ class TestStrays(CephFSTestCase): 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