Skip to content

Commit

Permalink
fix typo in automatic-resource-balancing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trel authored and stsnel committed Oct 18, 2023
1 parent a70af19 commit 5b46570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design/processes/automatic-resource-balancing.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The current solution for this problem in Yoda is automatic resource balancing (A
unixfilesystem resource.
* EXEMPT: this resource has been manually configured to be ignored by ARB.
* FULL: ARB applies to this resource; it has exceeded one of the trigger values
* AVAILABLE: ARB applies to this resource; it has not yet exceeded on of the trigger values.
* AVAILABLE: ARB applies to this resource; it has not yet exceeded one of the trigger values.

These values are stored in both a Redis data structure store and a resource AVU. The Docker setup currently does not have a Redis store, so uses AVUs only if ARB is enabled.
- When ARB is enabled, the `pep_resource_resolve_hierarchy_pre` policy retrieves the ARB value of a resource on create actions. It applies a write
Expand Down

0 comments on commit 5b46570

Please sign in to comment.