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

Add option to specify rebuild image via a file #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JohnGarbutt
Copy link
Member

You can add a file on the node to trigger the rebuild.
We look for a file with an image uuid in the following location:
/var/spool/slurm/REBUILD_IMAGE_UUID

This is required when you can't specify a reboot reason,
such as when using a job to trigger the rebuild.

Note the file takes precidence over an sinfo reason,
in part because it means we don't need to reply on
sinfo being installed in a specific location in this
case.

You can add a file on the node to trigger the rebuild.
We look for a file with an image uuid in the following location:
/var/spool/slurm/REBUILD_IMAGE_UUID

This is required when you can't specify a reboot reason,
such as when using a job to trigger the rebuild.

Note the file takes precidence over an sinfo reason,
in part because it means we don't need to reply on
sinfo being installed in a specific location in this
case.
@JohnGarbutt JohnGarbutt force-pushed the add-reboot-image-uuid-file branch from 5601558 to 5e6841c Compare February 22, 2021 18:12
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

Successfully merging this pull request may close these issues.

1 participant