]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: enable mon osdmap pruning on 'rados/' suites 19331/head
authorJoao Eduardo Luis <joao@suse.de>
Wed, 21 Feb 2018 12:37:56 +0000 (12:37 +0000)
committerJoao Eduardo Luis <joao@suse.de>
Fri, 6 Apr 2018 03:18:23 +0000 (04:18 +0100)
Signed-off-by: Joao Eduardo Luis <joao@suse.de>
qa/suites/rados/basic/ceph.yaml
qa/suites/rados/thrash/thrashers/default.yaml
qa/suites/rados/thrash/thrashers/mapgap.yaml
qa/suites/rados/thrash/thrashers/pggrow.yaml
qa/suites/rados/verify/ceph.yaml

index 2030acb90836ccb748eab56844f8342763b3dd8c..c0857e14f27909511f912c5c6eaf83444ab370d6 100644 (file)
@@ -1,3 +1,13 @@
+overrides:
+  ceph:
+    conf:
+      mon:
+        mon min osdmap epochs: 50
+        paxos service trim min: 10
+        # prune full osdmaps regularly
+        mon osdmap full prune min: 15
+        mon osdmap full prune interval: 2
+        mon osdmap full prune txsize: 2
 tasks:
 - install:
 - ceph:
index 9e2b5b188a1b99b143eade09baedcbc999acb25b..e8e2007f86d323fe860383b06a3a705547683135 100644 (file)
@@ -10,6 +10,13 @@ overrides:
         osd scrub max interval: 120
         osd max backfills: 3
         osd snap trim sleep: 2
+      mon:
+        mon min osdmap epochs: 50
+        paxos service trim min: 10
+        # prune full osdmaps regularly
+        mon osdmap full prune min: 15
+        mon osdmap full prune interval: 2
+        mon osdmap full prune txsize: 2
 tasks:
 - thrashosds:
     timeout: 1200
index 8962ff1ebe181e1e822afd067a391d0127eac62a..7b55097f77b6ba5edf9f2cdd0ff9fc05965dc7ca 100644 (file)
@@ -6,7 +6,12 @@ overrides:
     - osd_map_cache_size
     conf:
       mon:
-        mon min osdmap epochs: 2
+        mon min osdmap epochs: 50
+        paxos service trim min: 10
+        # prune full osdmaps regularly
+        mon osdmap full prune min: 15
+        mon osdmap full prune interval: 2
+        mon osdmap full prune txsize: 2
       osd:
         osd map cache size: 1
         osd scrub min interval: 60
index 2a8087f8b73f29a7cee2e56751a3bb888ef3b67a..8721fd18188391b7ed105313e5ab9cdbd0279697 100644 (file)
@@ -10,6 +10,13 @@ overrides:
         filestore odsync write: true
         osd max backfills: 2
         osd snap trim sleep: .5
+      mon:
+        mon min osdmap epochs: 50
+        paxos service trim min: 10
+        # prune full osdmaps regularly
+        mon osdmap full prune min: 15
+        mon osdmap full prune interval: 2
+        mon osdmap full prune txsize: 2
 tasks:
 - thrashosds:
     timeout: 1200
index 2030acb90836ccb748eab56844f8342763b3dd8c..c0857e14f27909511f912c5c6eaf83444ab370d6 100644 (file)
@@ -1,3 +1,13 @@
+overrides:
+  ceph:
+    conf:
+      mon:
+        mon min osdmap epochs: 50
+        paxos service trim min: 10
+        # prune full osdmaps regularly
+        mon osdmap full prune min: 15
+        mon osdmap full prune interval: 2
+        mon osdmap full prune txsize: 2
 tasks:
 - install:
 - ceph: