volcano icon indicating copy to clipboard operation
volcano copied to clipboard

enhancement for preemption action

Open lowang-bh opened this issue 1 year ago • 3 comments

What would you like to be added:

  1. filter out those nodes which can not help preemption, according to the filter result stored in job's NodesFitErrors
  2. 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;
  3. score on thoes candinate nodes, to choose a best one.

Why is this needed:

lowang-bh avatar Aug 26 '23 11:08 lowang-bh

A little same as #3071

lowang-bh avatar Jan 24 '24 06:01 lowang-bh

For example, ascend-volcano-plugin's predication function will do idle resource check. image

lowang-bh avatar Aug 02 '24 11:08 lowang-bh