Skip to content

Commit

Permalink
Change incorrect string raw to block
Browse files Browse the repository at this point in the history
Fixes #12925
  • Loading branch information
bswartz committed Mar 8, 2019
1 parent 99d3d86 commit 574f8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/storage/persistent-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ Currently, storage size is the only resource that can be set or requested. Futu
{{< feature-state for_k8s_version="v1.13" state="beta" >}}

Prior to Kubernetes 1.9, all volume plugins created a filesystem on the persistent volume.
Now, you can set the value of `volumeMode` to `raw` to use a raw block device, or `filesystem`
Now, you can set the value of `volumeMode` to `block` to use a raw block device, or `filesystem`
to use a filesystem. `filesystem` is the default if the value is omitted. This is an optional API
parameter.

Expand Down

0 comments on commit 574f8c0

Please sign in to comment.