From c7727dd0296e7e455fd12a5ee97df45e81de99c0 Mon Sep 17 00:00:00 2001 From: Rui Cao Date: Wed, 23 May 2018 10:33:11 +0800 Subject: [PATCH] Typo fix: some spelling errors (#8674) --- content/en/docs/concepts/storage/volumes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 227a2e4ac9..ef48a0c421 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -1040,7 +1040,7 @@ The following fields are available to storage administrators to configure a CSI persistent volume: - `driver`: A string value that specifies the name of the volume driver to use. - This value must corespond to the value returned in the `GetPluginInfoResponse` + This value must correspond to the value returned in the `GetPluginInfoResponse` by the CSI driver as defined in the [CSI spec](https://github.com/container-storage-interface/spec/blob/master/spec.md#getplugininfo). It is used by Kubernetes to identify which CSI driver to call out to, and by CSI driver components to identify which PV objects belong to the CSI driver. @@ -1055,13 +1055,13 @@ persistent volume: `ControllerPublishVolumeRequest`. - `fsType`: If the PV's `VolumeMode` is `Filesystem` then this field may be used to specify the filesystem that should be used to mount the volume. If the - volume has not been formatted and formating is supported, this value will be + volume has not been formatted and formatting is supported, this value will be used to format the volume. If a value is not specified, `ext4` is assumed. This value is passed to the CSI driver via the `VolumeCapability` field of `ControllerPublishVolumeRequest`, `NodeStageVolumeRequest`, and `NodePublishVolumeRequest`. - `volumeAttributes`: A map of string to string that specifies static properties - of a volume. This map must corespond to the map returned in the + of a volume. This map must correspond to the map returned in the `volume.attributes` field of the `CreateVolumeResponse` by the CSI driver as defined in the [CSI spec](https://github.com/container-storage-interface/spec/blob/master/spec.md#createvolume). The map is passed to the CSI driver via the `volume_attributes` field in the