diff --git a/website/content/docs/other-specifications/volume/csi.mdx b/website/content/docs/other-specifications/volume/csi.mdx index 601cf0004..35c079db2 100644 --- a/website/content/docs/other-specifications/volume/csi.mdx +++ b/website/content/docs/other-specifications/volume/csi.mdx @@ -80,9 +80,9 @@ Provide the file as either HCL or JSON to the commands and as JSON to the API. <required>) - Options for mounting `file-system` volumes that don't already have a pre-formatted file system. -- `name` `(string: )` - The display name of the volume. On volume - creation, this field may be used by the external storage provider to tag the - volume. +- `name` `(string: )` - The name of the volume. On volume creation, + the external storage provider may use this field to tag the volume or as an + idempotency token, so it must be unique across all namespaces. - `namespace` `(string: )` - The namespace of the volume. This field overrides the namespace provided by the `-namespace` flag or `NOMAD_NAMESPACE`