Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
While reviewing YUNIKORN-1888 I noticed that the changes for YUNIKORN-1889 can be pushed through even further.
We still pull the instanceType in multiple locations and in the end overwrite it in the partition.allocate call. That is unneeded work we do in multiple places in the code.
We should clean up further and rely on the partition to always set the instanceType for an allocation. Remove it from the call NewAllocation which means we can remove it from NewAllocationFromSI.
The partition allocate call is however not used when we initialise the system as we need to bypass certain checks for allocations that are already running. This means one extra location in the partition to handle that after YUNIKORN-1888 is done.
Attachments
Issue Links
- is a child of
-
YUNIKORN-1889 Remove instanceType from scheduling cycle
- Closed
- links to