-
Notifications
You must be signed in to change notification settings - Fork 174
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
Sidecar requires a power cycle or RPC call to get out of A2 #1448
Comments
Oddly, getting stuck in A2 isn't true in the general case. On @arjenroodselaar I wonder whether the troublesome Sidecar did actually experience a power fault somewhere in the process of powering down? |
Are you sure during that sequence on hubris/drv/sidecar-seq-server/src/main.rs Line 772 in b752985
Either way, yes adding a |
A task to track a more permanent solution; #1457. |
With the diff above I think this is sufficiently solved for the short term. We'll work on more involved automation and error reporting in upcoming releases. |
After the thermal loop shut it down (#1441), @bnaecker couldn't power the Sidecar back up:
(chat timestamp)
Instead, we had to manually call
humility rpc -c Sequencer.clear_tofino_seq_error
, which isn't possible in systems withoutudprpc
(i.e. our production configuration).It should be possible to get the system out of A2 without this extra RPC call, using the stock
faux-mgs power-state
subcommand.The text was updated successfully, but these errors were encountered: