]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/cephfs/test_full.py
update sources to v12.2.3
[ceph.git] / ceph / qa / tasks / cephfs / test_full.py
index e69ccb373b982f3a31b955536d1bae3cef54c9fc..867ac0ef30e1e99a0c0de607dbe7f5908b87c0e1 100644 (file)
@@ -387,12 +387,12 @@ class TestQuotaFull(FullnessTestCase):
                                             "max_bytes", "{0}".format(self.pool_capacity))
 
     def is_full(self):
-        return self.fs.is_pool_full(self.fs.get_data_pool_name())
+        return self.fs.is_full()
 
 
 class TestClusterFull(FullnessTestCase):
     """
-    Test cluster-wide fullness, which indicates that an OSD has become too full
+    Test data pool fullness, which indicates that an OSD has become too full
     """
     pool_capacity = None
     REQUIRE_MEMSTORE = True