-
Notifications
You must be signed in to change notification settings - Fork 19
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
recovery as machine inventory name after reset #646
recovery as machine inventory name after reset #646
Comments
When a machine registers, if there is no MachineInventory tracking obj, a new one is created on the operator side. |
If a static hostname is not available always set a transient hostname in the form "Rancher-VWXYZ". Do that also when in recovery mode. Fixes: rancher/elemental-operator#646 Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>
If a static hostname is not available always set a transient hostname in the form "Rancher-VWXYZ". Do that also when in recovery mode. Fixes: rancher/elemental-operator#646 Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>
If a static hostname is not available always set a transient hostname in the form "Rancher-VWXYZ". Do that also when in recovery mode. Fixes: rancher/elemental-operator#646 Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>
If a static hostname is not available always set a transient hostname in the form "Rancher-VWXYZ". Do that also when in recovery mode. Fixes: rancher/elemental-operator#646 (cherry picked from commit 5e6bc8f) Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>
Always ensure a Rancher-vWXYZ transient hostname (#1264) If a static hostname is not available always set a transient hostname in the form "Rancher-VWXYZ". Do that also when in recovery mode. Fixes: rancher/elemental-operator#646 (cherry picked from commit 5e6bc8f) Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>
I was playing with my rancher / elemental lab using
machineName: ${System Data/Runtime/Hostname}
and when I reset the node, I saw that machine inventory got created with recovery name (see screenshot below)What will happen if we reset multiple nodes at the same time? There will likely be conflict because we cannot have multi-machine inventory with the same name...
It might be fixed by rancher/elemental#1249 but we will have to confirm it.
The text was updated successfully, but these errors were encountered: