Skip to content

Commit dc7fd53

Browse files
authored
Merge pull request #24092 from xieyanker/fix_format_err
Fix some format error
2 parents fed613a + 9062c42 commit dc7fd53

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

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

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -668,9 +668,10 @@ OpenStack 的内部驱动程序已经被弃用。请使用 [OpenStack 的外部
668668
diskformat: zeroedthick
669669
```
670670

671-
<!--
671+
<!--
672672
`diskformat`: `thin`, `zeroedthick` and `eagerzeroedthick`. Default: `"thin"`.
673-
-->
673+
-->
674+
674675
`diskformat`: `thin`, `zeroedthick` 和 `eagerzeroedthick`。默认值: `"thin"`。
675676

676677
<!--
@@ -689,14 +690,15 @@ OpenStack 的内部驱动程序已经被弃用。请使用 [OpenStack 的外部
689690
datastore: VSANDatastore
690691
```
691692

692-
<!--
693+
<!--
693694
`datastore`: The user can also specify the datastore in the StorageClass.
694695
The volume will be created on the datastore specified in the storage class,
695696
which in this case is `VSANDatastore`. This field is optional. If the
696697
datastore is not specified, then the volume will be created on the datastore
697698
specified in the vSphere config file used to initialize the vSphere Cloud
698699
Provider.
699-
-->
700+
-->
701+
700702
`datastore`:用户也可以在 StorageClass 中指定数据存储。
701703
卷将在 storage class 中指定的数据存储上创建,在这种情况下是 `VSANDatastore`。
702704
该字段是可选的。
@@ -708,7 +710,7 @@ OpenStack 的内部驱动程序已经被弃用。请使用 [OpenStack 的外部
708710
-->
709711
3. Kubernetes 中的存储策略管理
710712

711-
<!--
713+
<!--
712714
* Using existing vCenter SPBM policy
713715

714716
One of the most important features of vSphere for Storage Management is
@@ -721,7 +723,8 @@ OpenStack 的内部驱动程序已经被弃用。请使用 [OpenStack 的外部
721723

722724
The SPBM policies can be specified in the StorageClass using the
723725
`storagePolicyName` parameter.
724-
-->
726+
-->
727+
725728
* 使用现有的 vCenter SPBM 策略
726729

727730
vSphere 用于存储管理的最重要特性之一是基于策略的管理。
@@ -731,7 +734,7 @@ OpenStack 的内部驱动程序已经被弃用。请使用 [OpenStack 的外部
731734

732735
SPBM 策略可以在 StorageClass 中使用 `storagePolicyName` 参数声明。
733736

734-
<!--
737+
<!--
735738
* Virtual SAN policy support inside Kubernetes
736739

737740
Vsphere Infrastructure (VI) Admins will have the ability to specify custom
@@ -746,7 +749,8 @@ OpenStack 的内部驱动程序已经被弃用。请使用 [OpenStack 的外部
746749
You can see [Storage Policy Based Management for dynamic provisioning of volumes](https://vmware.github.io/vsphere-storage-for-kubernetes/documentation/policy-based-mgmt.html)
747750
for more details on how to use storage policies for persistent volumes
748751
management.
749-
-->
752+
-->
753+
750754
* Kubernetes 内的 Virtual SAN 策略支持
751755

752756
Vsphere Infrastructure(VI)管理员将能够在动态卷配置期间指定自定义 Virtual SAN

0 commit comments

Comments
 (0)