From: Patrick Donnelly Date: Tue, 10 Apr 2018 18:47:10 +0000 (-0700) Subject: qa: fix typo in test_full X-Git-Tag: v13.1.0~323^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c10907af0247891d7305fc9ed3f17fc75e2f1945;p=ceph.git qa: fix typo in test_full Cause: 577737d007c05bc7a3972158be8c520ab73a1517 Fixes: http://tracker.ceph.com/issues/23643 Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/cephfs/test_full.py b/qa/tasks/cephfs/test_full.py index 24a5b67c9440..02ffadd96f52 100644 --- a/qa/tasks/cephfs/test_full.py +++ b/qa/tasks/cephfs/test_full.py @@ -134,7 +134,7 @@ class FullnessTestCase(CephFSTestCase): the failed write. """ - osd_mon_report_interval = int(self.fs.get_config("osd_mon_report_inverval", service_type='osd')) + osd_mon_report_interval = int(self.fs.get_config("osd_mon_report_interval", service_type='osd')) log.info("Writing {0}MB should fill this cluster".format(self.fill_mb))