]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/fs: reserve more space for mds in full tests
authorYan, Zheng <zyan@redhat.com>
Wed, 10 May 2017 08:43:38 +0000 (16:43 +0800)
committerYan, Zheng <zyan@redhat.com>
Wed, 10 May 2017 09:04:18 +0000 (17:04 +0800)
Fixes: http://tracker.ceph.com/issues/19891
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
qa/suites/fs/basic_functional/tasks/mds-full.yaml

index 6865d83e807a87c54ba8aa4930a81a629816ec8c..53735001963939c6ce75d2c70e23a0fea5c719e1 100644 (file)
@@ -8,10 +8,15 @@ overrides:
       - failsafe disengaged, no longer dropping
       - is full \(reached quota
     conf:
+      mon:
+        mon osd nearfull ratio: 0.6
+        mon osd backfillfull ratio: 0.6
+        mon osd full ratio: 0.7
       osd:
         osd mon report interval max: 5
         osd objectstore: memstore
-        memstore device bytes: 100000000
+        osd failsafe full ratio: 1.0
+        memstore device bytes: 200000000
       client.0:
         debug client: 20
         debug objecter: 20