Skip to content

Commit 629c9ec

Browse files
yixin21tengqm
andauthored
Update content/zh/blog/_posts/2019-03-07-raw-block-volume-support-to-beta.md
Co-authored-by: Qiming Teng <[email protected]>
1 parent 6a040a9 commit 629c9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/blog/_posts/2019-03-07-raw-block-volume-support-to-beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ There are 2 important differences however. First, to request a raw block `Persis
8888
--->
8989
## Kubernetes raw block volume 的 API
9090

91-
raw block volume 与普通 volume 有很多共同点。这两者都通过创建与 `PersistentVolume` 对象绑定的 `PersistentVolumeClaim` 对象进行请求,并通过将它们加入到 `PodSpec`volume 数组中来连接到 Kubernetes 中的 Pod。
91+
原生数据块卷与普通存储卷有很多共同点。两者都通过创建与 `PersistentVolume` 对象绑定的 `PersistentVolumeClaim` 对象发起请求,并通过将它们加入到 `PodSpec`volumes 数组中来连接到 Kubernetes 中的 Pod。
9292

9393
但是有两个重要的区别。首先,要请求 raw block 的 `PersistentVolumeClaim`,必须在 `PersistentVolumeClaimSpec` 中设置 `volumeMode = "Block"`。保留 `volumeMode` 为空白,与传统设置方式中的指定 `volumeMode = "Filesystem"` 是一样的。`PersistentVolumes` 在其 `PersistentVolumeSpec` 中也有一个 `volumeMode` 字段,`"Block"` 类型的 PVC 只能绑定到 `"Block"` 类型的 PV 上,而`"Filesystem"` 类型的 PVC 只能绑定到 `"Filesystem"` PV 上。
9494

0 commit comments

Comments
 (0)