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
The panic is in command/node_status.go#L566. The (Node) CSIVolumes method calls /v1/volumes, and judging from the output of the HTTP API below my guess is that the volume ID we get below isn't in the list of api.VolumeRequest we have (probably because the alloc is placed but isn't running).
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
While testing #8505 and encountering an unrelated error with attaching a CSI volume, I got a panic while running
nomad node status -verbose :node_id
:The panic is in
command/node_status.go#L566
. The(Node) CSIVolumes
method calls/v1/volumes
, and judging from the output of the HTTP API below my guess is that the volume ID we get below isn't in the list ofapi.VolumeRequest
we have (probably because the alloc is placed but isn't running).The text was updated successfully, but these errors were encountered: