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 support in WebUI for configuring boot ordering #731

Open
Tracked by #707
digimer opened this issue Sep 15, 2024 · 0 comments
Open
Tracked by #707

Add support in WebUI for configuring boot ordering #731

digimer opened this issue Sep 15, 2024 · 0 comments
Assignees
Labels
enhancement High To be resolved once all urgent issues are clear

Comments

@digimer
Copy link
Member

digimer commented Sep 15, 2024

@ylei-tsubame boot/shutdown ordering is complete. To configure this in the WebUI, update the database this way;

  • To configure X boots after Y, set server_start_after_server_uuid to the UUID of the server that needs to boot first. Set server_start_delay to the number of seconds, with the default being 30.
  • To mark a server as "stay off", we need to create a variables entry;
    ** variable_name = server::<server_name>::stay-off
    ** variable_value = 0|1 (0 is boot, 1 is "stay off")
    ** variable_section = servers
    ** variable_source_table = servers
    ** variable_source_uuid = servers -> server_uuid (this is how we'll prevent collisions with two nodes with matching names)
    ** variable_description = striker_0001

Put this configuration in the server config page;

image

@digimer digimer added enhancement High To be resolved once all urgent issues are clear labels Sep 15, 2024
@digimer digimer added this to the 3.1 Beta - blockers milestone Sep 15, 2024
@digimer digimer mentioned this issue Sep 15, 2024
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement High To be resolved once all urgent issues are clear
Projects
None yet
Development

No branches or pull requests

2 participants