Skip to content

Commit 2497317

Browse files
authored
Update storage-classes.md
1 parent bf40d49 commit 2497317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/docs/concepts/storage/storage-classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ the class or PV, If a mount option is invalid, the PV mount fails.
237237

238238
由 StorageClass 动态创建的 PersistentVolume 将使用类中 `mountOptions` 字段指定的挂载选项。
239239

240-
如果卷插件不支持挂载选项,却指定了选项,则制备操作会失败。
241-
挂载选项在 StorageClass 和 PV 上都不会做验证,如果其中一个挂载选项无效,那么这个 PV 挂载就会失败
240+
如果卷插件不支持挂载选项,却指定了挂载选项,则制备操作会失败。
241+
挂载选项在 StorageClass 和 PV 上都不会做验证,如果其中一个挂载选项无效,那么这个 PV 挂载操作就会失败
242242

243243
<!--
244244
### Volume Binding Mode

0 commit comments

Comments
 (0)