Skip to content

Commit 87d96f8

Browse files
athanatosMatan-B
authored andcommitted
crimson: bump seastore_max_concurrent_transactions size from 8->128, clarify description
Retain old value for qa coverage. Signed-off-by: Samuel Just <[email protected]> (cherry picked from commit 988c668)
1 parent ac15e9f commit 87d96f8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

qa/config/crimson_qa_overrides.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ overrides:
1111
crimson osd obc lru size: 10
1212
debug ms: 20
1313
seastore cache lru size: 64M
14+
seastore max concurrent transactions: 8
1415
flavor: crimson
1516
workunit:
1617
env:

src/common/options/crimson.yaml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ options:
162162
- name: seastore_max_concurrent_transactions
163163
type: uint
164164
level: advanced
165-
desc: maximum concurrent transactions that seastore allows
166-
default: 8
165+
desc: maximum concurrent transactions that seastore allows (per reactor)
166+
default: 128
167167
- name: seastore_main_device_type
168168
type: str
169169
level: dev

0 commit comments

Comments
 (0)