Skip to content

Commit 927e335

Browse files
yuqiu123gxglls
authored andcommitted
fix comma
1 parent 83b7c01 commit 927e335

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/basic-concepts/basic-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The meta module within each IOMesh Block Storage component for metadata manageme
4545

4646
**IOMesh CSI Driver**
4747

48-
The CSI driver that adheres to [the CSI standard](https://github.com/container-storage-interface/spec/blob/master/spec.md) and utilizes RPC (Remote Procedure Call) to manage persistent volumes, delivering reliable and consistent storage for data applications on Kubernetes. Each Kubernetes persistent volume corresponds to an iSCSI LUN in the IOMesh cluster.
48+
The CSI driver that adheres to [the CSI standard](https://github.com/container-storage-interface/spec/blob/master/spec.md) and utilizes RPC (Remote Procedure Call) to manage persistent volumes, delivering reliable and consistent storage for data applications on Kubernetes. Each Kubernetes persistent volume corresponds to an iSCSI LUN in the IOMesh cluster.
4949

5050
**IOMesh Operator**
5151

docs/deploy-iomesh-cluster/install-iomesh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Make sure the CPU architecture of your Kubernetes cluster is Intel x86_64, Hygon
321321
322322
- An optional step. Configure the `podDeletePolicy` field to determine whether the system should automatically delete the pod and rebuild it on another healthy node when the Kubernetes node that hosts the pod fails. This configuration applies only to the pod with an IOMesh-created PVC mounted and the access mode set to `ReadWriteOnly`.
323323
324-
If left unspecified, the value of this field will be set to `no-delete-pod` by default, indicating that the system won't automatically delete and rebuild the pod in case of node failure.
324+
If left unspecified, the value of this field will be set to `no-delete-pod` by default, indicating that the system won't automatically delete and rebuild the pod in case of node failure.
325325
```yaml
326326
csi-driver:
327327
driver:

0 commit comments

Comments
 (0)