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 less-noisy reconfigure #90

Open
sjpb opened this issue Feb 12, 2021 · 0 comments
Open

Support less-noisy reconfigure #90

sjpb opened this issue Feb 12, 2021 · 0 comments

Comments

@sjpb
Copy link
Collaborator

sjpb commented Feb 12, 2021

With an image-based deploy the current workflow for adding a node looks like:

  1. Boot a new compute node. It will attempt to join the cluster, slurmctld will say it doesn't have a nodename entry, and slurmd will die.
  2. Run the role on the ENTIRE cluster, so that:
    • new slurm.conf generated including the new node
    • slurmctld and ALL slurmd restarted (inc. the new, failed one) in the correct order

Item 2 is really noisy as all the compute nodes run all the ansible. It would be good if really we could just run the appropriate steps for these cases.

I think the cases covered are:

  • Adding nodes with an appropriate image
  • Deleting nodes

We probably could do something just using the configure tag, but this needs testing/documenting.

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