Fix CSI doc. Document fsType default value change (#9869)
This commit is contained in:
@@ -1177,7 +1177,7 @@ persistent volume:
|
|||||||
- `fsType`: If the PV's `VolumeMode` is `Filesystem` then this field may be used
|
- `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
|
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
|
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
|
This value is passed to the CSI driver via the `VolumeCapability` field of
|
||||||
`ControllerPublishVolumeRequest`, `NodeStageVolumeRequest`, and
|
`ControllerPublishVolumeRequest`, `NodeStageVolumeRequest`, and
|
||||||
`NodePublishVolumeRequest`.
|
`NodePublishVolumeRequest`.
|
||||||
|
|||||||
Reference in New Issue
Block a user