-
Notifications
You must be signed in to change notification settings - Fork 40
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
another nexus saga unwrap failure #3133
Comments
@rcgoodfellow put the complete nexus log here: catacomb:/data/staff/dogfood/may-15/oxide-nexus:default.log |
This unwrap is different:
This looks like it hit the following in osagactx
.nexus()
.delete_instance_v2p_mappings(&opctx, instance_id)
.await
.map_err(ActionError::action_failed)?; |
There was another occurrence of unsuccessful unwind that @rcgoodfellow worked around (we updated the saga state from It is also a v2p communication error:
|
I failed to mention that prior to these two unwinding issues that brought down nexus, I actually had a failed VM booting (from
The instance was marked |
Failures due to unresponsive sleds will have to be handled as part of #2483. I'm fine with closing this ticket if there is not going to be any further data points or root cause analysis needed. |
This might be another manifestation of #3085 but thought I should report it because it happened during create disk from image. Please feel free to close if it is a dup.
The volume in trouble is: e5fbdb81-53f9-48f0-b5ce-2de6bade4d80
and the saga id is: d8cf8a60-588a-4fe2-a2d3-f1154872b3e8
Here is the extracted nexus log lines: https://gist.github.com/askfongjojo/3af284392c5026da1949c98b5da0fa5e
The text was updated successfully, but these errors were encountered: