This repository was archived by the owner on Feb 8, 2024. It is now read-only.
CORTX-34161: exposing thread_pool_size & max_concurrent_requests parameters in solution.yaml for rgw #129
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If user provide any of these parameters in solution.yaml file then we will skip resource limit based formula calculation and we will pick up user specified value.
if solution.yaml file does not has these keys in extra_configuration section then we will generate values using resource limit based formula.
example soultion.yaml ,
"
s3:
default_iam_users:
auth_admin: sgiamadmin
auth_user: user_name
max_start_timeout: 240
instances_per_node: '1'
extra_configuration: |
thread_pool_size: 30
max_concurrent_requests: 33
enable_gc_threads: 'false'
"
Signed-off-by: Sachitanand Shelake [email protected]
Problem Statement
Design
Coding
Checklist for Author
Testing
Checklist for Author
Impact Analysis
Checklist for Author/Reviewer/GateKeeper
Review Checklist
Checklist for Author
Documentation
Checklist for Author