You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #2246 we added more deliberate handling of the serial console connection in certain states, and don't even bother trying to connect if it's not one of the states where we think we should be able to. However, we really want to be able to quasi-connect to a starting instance so you don't miss the beginning. If I misread the API code and it actually is possible to connect to a starting instance, we can just do that. But if that's not possible API-side, we can still work around that client-side by repeatedly attempting to connect (maybe with exponential backoff) while the instance is in the starting state.
In #2246 we added more deliberate handling of the serial console connection in certain states, and don't even bother trying to connect if it's not one of the states where we think we should be able to. However, we really want to be able to quasi-connect to a starting instance so you don't miss the beginning. If I misread the API code and it actually is possible to connect to a
starting
instance, we can just do that. But if that's not possible API-side, we can still work around that client-side by repeatedly attempting to connect (maybe with exponential backoff) while the instance is in thestarting
state.console/app/api/util.ts
Lines 103 to 104 in 81bd2ab
https://github.com/oxidecomputer/omicron/blob/b6857a11652c290b8731c2b81d8124f0594081d2/nexus/src/app/instance.rs#L1690-L1698
The text was updated successfully, but these errors were encountered: