Files
nomad/.changelog/24997.txt
Tim Gross 7929939116 volume delete: allow prefix for ID (#24997)
The `volume delete` command doesn't allow using a prefix for the volume ID for
either CSI or dynamic host volumes. Use a prefix search and wildcard namespace
as we do for other CLI commands.

Ref: https://hashicorp.atlassian.net/browse/NET-12057
2025-02-03 11:29:43 -05:00

4 lines
109 B
Plaintext

```release-note:improvement
csi: Accept ID prefixes and wildcard namespace for the volume delete command
```