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

Do not always PXE boot Powered off Reserved Servers #175

Open
defo89 opened this issue Nov 8, 2024 · 1 comment
Open

Do not always PXE boot Powered off Reserved Servers #175

defo89 opened this issue Nov 8, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@defo89
Copy link
Contributor

defo89 commented Nov 8, 2024

Summary

If server OS is installed on disk, we don't want to always PXE boot powered off Reserved servers.

"PXE boot once" should only be performed for Reserved servers that were transitioned from Available to Reserved.

We could signal the need to PXE boot once via annotation or server .Status in the Available state.

@defo89 defo89 added the enhancement New feature or request label Nov 8, 2024
@defo89 defo89 self-assigned this Nov 8, 2024
@defo89 defo89 changed the title Do not PXE boot Powered off Reserved servers Do not always PXE boot Powered off Reserved Servers Nov 8, 2024
@afritzler
Copy link
Member

Now about adding a transition condition for a netboot? Once thing we should also do is to a bootType field to the ServerBootConfiguration that will indicate to e.g. the boot-operator when to prepare a net boot. for the bootType=Disk we could transition the ServerBootConfiguration to a Ready state immediately and perform a PowerOn. That way we keep the Server <-> ServerBootConfiguration contract in tact.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants