diff options
author | Xuehan Xu <xxhdx1985126@gmail.com> | 2023-02-20 07:07:26 +0100 |
---|---|---|
committer | Xuehan Xu <xxhdx1985126@gmail.com> | 2023-02-20 08:04:03 +0100 |
commit | b0b0fa1c1d087eacae6a8ff2c2d74a540ee913b3 (patch) | |
tree | e441e65235a05c136eac5d31694dda01f849d25f /src/common | |
parent | Merge pull request #50164 from zdover23/wip-doc-2023-02-19-radosgw-multisite-... (diff) | |
download | ceph-b0b0fa1c1d087eacae6a8ff2c2d74a540ee913b3.tar.xz ceph-b0b0fa1c1d087eacae6a8ff2c2d74a540ee913b3.zip |
crimson/os/seastore: throttle concurrent transactions in seastore
Fixes: https://tracker.ceph.com/issues/57215
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/options/crimson.yaml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/options/crimson.yaml.in b/src/common/options/crimson.yaml.in index 5979801ff31..1f3cfd1bce1 100644 --- a/src/common/options/crimson.yaml.in +++ b/src/common/options/crimson.yaml.in @@ -87,3 +87,8 @@ options: level: advanced desc: split extent if ratio of total extent size to write size exceeds this value default: 1.25 +- name: seastore_max_concurrent_transactions + type: uint + level: advanced + desc: maximum concurrent transactions that seastore allows + default: 8 |