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

Update OS version info during the execution of "skale node turn-on" command #744

Closed
alexgex opened this issue Nov 28, 2023 · 2 comments · Fixed by #785
Closed

Update OS version info during the execution of "skale node turn-on" command #744

alexgex opened this issue Nov 28, 2023 · 2 comments · Fixed by #785
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@alexgex
Copy link
Contributor

alexgex commented Nov 28, 2023

For now the OS version is updated in meta-info data during skale node update procedure only. If a validator upgrades Ubuntu version without the following node updating, the OS version info remains old. The external "OS version check" will be incorrect in this case.
So, meta-info data should be also updated during the execution of the command skale node turn-on.

node-cli version: 2.3.0

@alexgex alexgex added the enhancement New feature or request label Nov 28, 2023
@alexgex alexgex self-assigned this Nov 28, 2023
@alexgex alexgex added this to the SKALE 2.4 milestone Nov 28, 2023
@PolinaKiporenko PolinaKiporenko modified the milestones: SKALE 2.4, SKALE 2.5 Apr 30, 2024
@alexgex alexgex linked a pull request Sep 26, 2024 that will close this issue
@alexgex alexgex removed a link to a pull request Sep 26, 2024
@alexgex alexgex linked a pull request Sep 26, 2024 that will close this issue
@OleksanderSalamatov
Copy link

Do not work

Updated Ubuntu 20.04 to Ubuntu 22.04 on exited node on Regression network
/etc/lsb-release changed, but in watchdog os_version check is still 20.04

Additional turn-offs and turn-ons do not resolve problem
Node reboots do not resolve the problem

@OleksanderSalamatov
Copy link

Verified

node-cli: 2.5.0-beta.0

After turn-on meta-info is updated and new node-cli and Ubuntu version show up

{"data": {"version": "2.5.0-beta.0", "config_stream": "regression-3.1-initial", "docker_lvmpy_stream": "1.0.2-stable.0", "os_id": "ubuntu", "os_version": "22.04"}, "error": null}

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: Done
Development

Successfully merging a pull request may close this issue.

3 participants