Skip to content

Commit

Permalink
remove proportion, replaced by capacity
Browse files Browse the repository at this point in the history
Signed-off-by: hwdef <[email protected]>
  • Loading branch information
hwdef committed Dec 5, 2024
1 parent 5564fcb commit 64538d4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/design/proportional.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
The `proportion` is deprecated. It is replaced by [capacity](capacity-scheduling.md).

## Background

Volcano scheduler handles jobs requiring different types of resources, such as GPU, CPU, memory. Under particular circumstances, we may specify a 'primary' resource(e.g., GPU in deep learning), and preserve the amount of associated 'secondary' resources by a pre-set proportion. This plugin works in the phase of predicates, dedicates to ensure the node's idle resource is enough for the proportion after jobs requiring secondary resources are scheduled.
Expand Down
2 changes: 1 addition & 1 deletion installer/helm/chart/volcano/config/volcano-scheduler.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ tiers:
- name: drf
enablePreemptable: false
- name: predicates
- name: proportion
- name: capacity
- name: nodeorder
- name: binpack
2 changes: 1 addition & 1 deletion installer/volcano-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4445,7 +4445,7 @@ data:
- name: drf
enablePreemptable: false
- name: predicates
- name: proportion
- name: capacity
- name: nodeorder
- name: binpack
---
Expand Down

0 comments on commit 64538d4

Please sign in to comment.