]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson: bump seastore_max_concurrent_transactions size from 8->128, clarify description 63258/head
authorSamuel Just <sjust@redhat.com>
Fri, 25 Apr 2025 17:42:49 +0000 (17:42 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Tue, 13 May 2025 06:51:03 +0000 (09:51 +0300)
Retain old value for qa coverage.

Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit 988c668775e5a0afe83940e4bb1de6d57794330f)

qa/config/crimson_qa_overrides.yaml
src/common/options/crimson.yaml.in

index bec3e4cbd5fc3bf3b3da34007838e546c331b051..bb1ed588802534a64a42f3d7c6bfe4f5903fac5a 100644 (file)
@@ -11,6 +11,7 @@ overrides:
         crimson osd obc lru size: 10
         debug ms: 20
         seastore cache lru size: 64M
+        seastore max concurrent transactions: 8
     flavor: crimson
   workunit:
     env:
index 73e3447a3f637d2c90ddf9ee187f6c788d7df324..f99ec372a61e89736257ea5bff8a9b0862011b66 100644 (file)
@@ -162,8 +162,8 @@ options:
 - name: seastore_max_concurrent_transactions
   type: uint
   level: advanced
-  desc: maximum concurrent transactions that seastore allows
-  default: 8
+  desc: maximum concurrent transactions that seastore allows (per reactor)
+  default: 128
 - name: seastore_main_device_type
   type: str
   level: dev