You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: when brokers are dynamically added to an instance as proposed in #5184, there is no clean way to combine the resources provided by the enclosing instance with dynamically discovered ones. Dummy resources have to be provided in advance and the resource module must be loaded with the noverify option.
Two ideas are:
add an option so that if the instance size exceeds the number of nodes in R, a heuristic is used to automatically add dummy resources for the missing nodes. For example, replicate one of the nodes provided by the enclosing instance.
add an option to update R based on hwloc when resource verification fails on a node (as an alternative to noverify)
Further work would be needed on RFC 28 to add some way to notify the scheduler of resource changes. Meanwhile, as suggested by @grondo, the scheduler could simply be reloaded after all the resources are online for some use cases.
The text was updated successfully, but these errors were encountered:
Problem: when brokers are dynamically added to an instance as proposed in #5184, there is no clean way to combine the resources provided by the enclosing instance with dynamically discovered ones. Dummy resources have to be provided in advance and the resource module must be loaded with the
noverify
option.Two ideas are:
noverify
)Further work would be needed on RFC 28 to add some way to notify the scheduler of resource changes. Meanwhile, as suggested by @grondo, the scheduler could simply be reloaded after all the resources are online for some use cases.
The text was updated successfully, but these errors were encountered: