From c10907af0247891d7305fc9ed3f17fc75e2f1945 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 10 Apr 2018 11:47:10 -0700 Subject: [PATCH] qa: fix typo in test_full Cause: 577737d007c05bc7a3972158be8c520ab73a1517 Fixes: http://tracker.ceph.com/issues/23643 Signed-off-by: Patrick Donnelly --- qa/tasks/cephfs/test_full.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/cephfs/test_full.py b/qa/tasks/cephfs/test_full.py index 24a5b67c944..02ffadd96f5 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)) -- 2.47.3