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
Flux supports opt-in configuration reload for modules. When flux config reload is used, the broker re-reads configuration and sends a <module>.config-reload RPC to all modules. The new config can be read from the request via flux_config_reload_decode (msg, &conf). The updated config can then be unpacked and supported configuration updated on the fly.
Note: It was discussed in the meeting that it may be more tractable to support Fluxion restart with running jobs than a configuration reload.
The text was updated successfully, but these errors were encountered:
Flux supports opt-in configuration reload for modules. When
flux config reload
is used, the broker re-reads configuration and sends a<module>.config-reload
RPC to all modules. The new config can be read from the request viaflux_config_reload_decode (msg, &conf)
. The updated config can then be unpacked and supported configuration updated on the fly.Note: It was discussed in the meeting that it may be more tractable to support Fluxion restart with running jobs than a configuration reload.
The text was updated successfully, but these errors were encountered: