volcano
volcano copied to clipboard
enhancement for preemption action
What would you like to be added:
- filter out those nodes which can not help preemption, according to the filter result stored in job's NodesFitErrors
- range from those nodes in step-1, consider the victims from a node and remove the victims from this node, and then re-run predications on the node; if result is success, then the node is a candidate node, put them in final node list;
- score on thoes candinate nodes, to choose a best one.
Why is this needed:
A little same as #3071
For example, ascend-volcano-plugin's predication function will do idle resource check.