-
Notifications
You must be signed in to change notification settings - Fork 2
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
[BUG] BSS bootparameter entities dissapears #56
Comments
Thanks for filing the bug. We'll try and take a look soon. |
I am able to reproduce this. Upon inspecting the database, it looks like the node and boot group assignment data still exists, but the boot group/config data got deleted. I'll dig into this further. Probably something with the |
@Masber The above PR should fix this issue. Can you test? Looks like it was a simple check that was incorrect: it has a |
Hi @synackd , yes now it seems to work thank you |
Hi @Masber, I'd like to keep this open until the linked PR is merged, just so we can consider this complete once the changes get merged into main. |
Describe the bug
For some reason, bootparameters gets eventually deleted after running several PATCH requests, I can reproduce this in my local OCHAMI environment.
To Reproduce
Steps to reproduce the behavior:
Deploy OCHAMI using deployment recipes quickstart
Create HSM components
Add BSS boot parameters
Check BSS entities
Update BSS
Update BSS again
Up till now, BSS state should be correct
Update BSS one more time, this will trigger some hosts to lost their BSS bootparameters
Check BSS bootparameters again
BSS bootparameters for hosts x1001c1s5b0n1 and x1001c1s6b0n0 missing
Expected behavior
Update the BSS bootparameters for x1001c1s5b0n1 and x1001c1s6b0n0 instead of being deleted
Desktop (please complete the following information):
Additional context
I deployed OCHAMI locally using deployment recipes quickstart repo
The text was updated successfully, but these errors were encountered: