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
Linux builder0 4.15.0-112-generic 113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Issue
When using nomad volume detach we cannot use a shortform of the node-id.
For example: nomad volume detach builder0 "35750b4b" is rejected with error
Error detaching volume: Unexpected response code: 500 (rpc error: rpc error: missing external node ID: node lookup failed: index error: UUID must be 36 characters)
But using nomad detach builder0 "35750b4b-b831-5f36-6999-b6533994e02b" is accepted.
I expect to be able to use the shortform, like it can be used in other places. Also, when using nomad volume status, only the shortform node-id is presented, so it's expected we can then use it to perform an action.
The text was updated successfully, but these errors were encountered:
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.
Nomad version
Nomad v0.12.4 (8efaee4)
(same error with v0.12.5)
Operating system and Environment details
Linux builder0 4.15.0-112-generic 113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Issue
When using
nomad volume detach
we cannot use a shortform of the node-id.For example:
nomad volume detach builder0 "35750b4b"
is rejected with errorBut using
nomad detach builder0 "35750b4b-b831-5f36-6999-b6533994e02b"
is accepted.I expect to be able to use the shortform, like it can be used in other places. Also, when using nomad volume status, only the shortform node-id is presented, so it's expected we can then use it to perform an action.
The text was updated successfully, but these errors were encountered: