-
Notifications
You must be signed in to change notification settings - Fork 54
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
Root password lost after an OS upgrade #1982
Comments
How is the root password set during deployment? |
It done with |
OK, found the root cause... this is a tricky one... on reboot none of the This requires some thoughts and discussion to agree what is the best behavior to support existing deployments and which is the best behavior for the future (probably we should switch to overlay by default). Also, is it possible to migrate from bind mounts to overlay persistent paths? To fill the gap an not block testing with this issue we could essentially make the |
elemental-toolkit version: 1.1.1
elemental-operator version: 1.5.0 (Dev)
CPU architecture, OS, and Version: x86, Elemental OS v2.0.2 (based on SLE Micro 5.5)
Describe the bug
After an upgrade from Elemental OS v2.0.2 (Stable) to v2.1.0 (Dev) with
managedOSVersionName
method the root password previously configured during deployment is not working anymore. Erased?To Reproduce
Install Rancher Manager v2.8.2,
elemental-operator
Dev (1.5.0), deploy a simple one node cluster with Elemental OS Stable (2.0.2) and update it to Dev (2.1.0) withManagedOSVersionName
. Wait for the node to reboot and try to connect with either ssh on directly on the console (for baremetal of VM).ManagedOSImage
used:Expected behavior
OS upgrade done and root connection still working.
Logs
elemental-operator.log
Additional context
N/A
The text was updated successfully, but these errors were encountered: