Exclude SYSTEM
sessions from resource allocation while keeping per-container resource limits
#1672
Labels
effort:hard
Need to understand many components / a large extent of contextual or historical information.
urgency:3
Must be finished within a certain time frame.
Milestone
Currently, SYSTEM session containers also occupy the resource allocation and sometimes this confuses our users and admins when they figure out the remaining resources available for computing.
We should make it intuitive to see the remaining "usable" resources, and SYSTEM session containers makes it difficult as they are hidden but still affects the scheduling process. It is hard to design the UI to display the remaining "usable" resources as the actual agent occupation differs from what the user see in the UI's resource indicators. The problem becomes more complicated if we consider
hide_agents=false
configuration.Let's resolve this situation by making SYSTEM session containers to have only resource limits but not resource allocation:
This conceptual model change make it possible to merge #710 into the SFTP-only resource group and hidden agents running along with the storage proxy. Both SFTP sessions and filebrowser sessions could be treated in the same way.
Expected scope:
The text was updated successfully, but these errors were encountered: