forked from TrueCloudLab/frostfs-node
[#1699] qos: Allow to prohibit operations for IO tag
Change-Id: I2bee26885244e241d224860978b6de3526527e96 Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
5a13830a94
commit
a5bae6c5af
7 changed files with 25 additions and 6 deletions
|
@ -359,6 +359,7 @@ limits:
|
|||
| `tag.weight` | `float` | 0 (no weight) | Weight for queries with the specified tag. Weights must be specified for all tags or not specified for any one. |
|
||||
| `tag.limit_ops` | `float` | 0 (no limit) | Operations per second rate limit for queries with the specified tag. |
|
||||
| `tag.reserved_ops` | `float` | 0 (no reserve) | Reserved operations per second rate for queries with the specified tag. |
|
||||
| `tag.prohibited` | `bool` | false | If true, operations with this specified tag will be prohibited. |
|
||||
|
||||
# `node` section
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue