From 39a8f1b5fe4b5928eb39f2fa54e2c8b557594af5 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Tue, 21 Aug 2018 12:38:30 -0700 Subject: [PATCH] Fix CSI doc. Document fsType default value change (#9869) --- content/en/docs/concepts/storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 6d72da3472..eb000d1cf9 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -1177,7 +1177,7 @@ persistent volume: - `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 formatting is supported, this value will be - used to format the volume. If a value is not specified, `ext4` is assumed. + used to format the volume. This value is passed to the CSI driver via the `VolumeCapability` field of `ControllerPublishVolumeRequest`, `NodeStageVolumeRequest`, and `NodePublishVolumeRequest`.