Commit 70d22622 authored by Morris Jette's avatar Morris Jette
Browse files

slurmd: suppress frontend debug messages

On the slurmd, the function build_all_frontend_info() is called before logging
is fully initialized. This causes the frontend debug messages (which also get
redundantly printed in the slurmctld log file) to be sent to stderr.

On our system (where all slurmds get started remotely, via pdsh) the particular
implementation caused the startup to hang.

The patch uses a solution similar to build_all_node_line_info(), where a
boolean flag is used to avoid repeating the slurmctld message in slurmd
context.
Patch 08_Multiple-Frontend_suppress_initial_debug_message.diff from Gerrit Renker, CSCS
parent ea3c31fe
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment