File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/zh/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -225,14 +225,14 @@ mount options specified in the `mountOptions` field of the class.
225
225
226
226
If the volume plugin does not support mount options but mount options are
227
227
specified, provisioning will fail. Mount options are not validated on either
228
- the class or PV, so mount of the PV will simply fail if one is invalid .
228
+ the class or PV, If a mount option is invalid, the PV mount fails .
229
229
-->
230
230
# ## 挂载选项
231
231
232
232
由 StorageClass 动态创建的 PersistentVolume 将使用类中 `mountOptions` 字段指定的挂载选项。
233
233
234
- 如果卷插件不支持挂载选项,却指定了该选项 ,则制备操作会失败。
235
- 挂载选项在 StorageClass 和 PV 上都不会做验证,所以如果挂载选项无效 ,那么这个 PV 就会失败 。
234
+ 如果卷插件不支持挂载选项,却指定了选项 ,则制备操作会失败。
235
+ 挂载选项在 StorageClass 和 PV 上都不会做验证,如果其中一个挂载选项无效 ,那么这个 PV 挂载就会失败 。
236
236
237
237
<!--
238
238
# ## Volume Binding Mode
@@ -1279,7 +1279,7 @@ parameters:
1279
1279
通常存在的 `default` 池。
1280
1280
* `description`:指定给动态创建的卷的描述。所有卷描述对于存储类而言都是相同的,
1281
1281
但不同的 storage class 可以使用不同的描述,以区分不同的使用场景。
1282
- 默认为 `Kubernetas volume`。
1282
+ 默认为 `Kubernetes volume`。
1283
1283
* `fsType`:请求的默认文件系统类型。
1284
1284
请注意,在 StorageOS 中用户定义的规则可以覆盖此值。默认为 `ext4`
1285
1285
* `adminSecretNamespace`:API 配置 secret 所在的命名空间。
You can’t perform that action at this time.
0 commit comments