]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: fix typo in test_full 21334/head
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 10 Apr 2018 18:47:10 +0000 (11:47 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 10 Apr 2018 18:47:10 +0000 (11:47 -0700)
Cause: 577737d007c05bc7a3972158be8c520ab73a1517

Fixes: http://tracker.ceph.com/issues/23643
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/test_full.py

index 24a5b67c9440f43487dbeb3e5d8c7d5753ef9c50..02ffadd96f52bb67ab0f989340d169e99bb887a1 100644 (file)
@@ -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))