Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support flux config reload to reconfigure fluxion #1167

Open
grondo opened this issue Apr 10, 2024 · 0 comments
Open

support flux config reload to reconfigure fluxion #1167

grondo opened this issue Apr 10, 2024 · 0 comments

Comments

@grondo
Copy link
Contributor

grondo commented Apr 10, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant