Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cabbetlong committed Oct 9, 2024
1 parent 8ac1ead commit eb38de3
Show file tree
Hide file tree
Showing 58 changed files with 86 additions and 86 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
storage: 100Gi
```
>![](/public_sys-resources/zh/icon-notice.gif)
>![](/css-docs/public_sys-resources/zh/icon-notice.gif)
>- 指定的storageClassName必须和dataSource中的快照源卷的StorageClass需一致。
>- 克隆卷的容量必须不小于快照容量,建议和快照容量保持一致。
Expand Down
2 changes: 1 addition & 1 deletion content/zh-cn/docs/使用华为CSI/PVC管理/克隆PVC.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
storage: 2Gi
```
>![](/public_sys-resources/zh/icon-notice.gif)
>![](/css-docs/public_sys-resources/zh/icon-notice.gif)
>- 指定的storageClassName必须和dataSource中的源卷的StorageClass需一致。
>- 克隆卷的容量必须不小于源卷容量,建议和源卷容量保持一致。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ weight: 1
mypvc Bound pvc-840054d3-1d5b-4153-b73f-826f980abf9e 100Gi RWO mysc 12s
```
>![](/public_sys-resources/zh/icon-notice.gif)
>![](/css-docs/public_sys-resources/zh/icon-notice.gif)
>- 完成创建PVC操作后,如果长时间后(如一分钟后)PVC的状态是Pending,请参考[创建PVC时, PVC的状态为Pending](/docs/故障处理/PVC相关问题/创建PVC时-PVC的状态为Pending)。
>- 建议每批次最多批量创建/删除100个PVC。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ parameters:
qos: '{"IOTYPE": 2, "MINIOPS": 1000}' # 配置QoS
```
>![](/public_sys-resources/zh/icon-note.gif)
>![](/css-docs/public_sys-resources/zh/icon-note.gif)
>- OceanStor V5 租户用户不支持配置QoS策略。
>- 配置QoS后只能在新建的PVC上生效;对于同名StorageClass已经发放的PVC,不能自动添加QoS
Expand All @@ -222,7 +222,7 @@ parameters:
authClient: "*"
```
>![](/public_sys-resources/zh/icon-notice.gif)
>![](/css-docs/public_sys-resources/zh/icon-notice.gif)
>- 发放NAS双活卷前,需要在两台存储设备之间配置双活关系,包含远端设备、双活域等,仅支持文件系统双活域工作模式为双活AA模式,配置操作请参考对应存储型号的产品文档。
>- 若存储发生故障,逻辑管理端口可能产生漂移,在漂移状态下删除NAS双活卷后,需手动清理对应的存储资源。
Expand Down Expand Up @@ -269,7 +269,7 @@ parameters:

创建StorageClass后,就可以使用该StorageClass进行创建PV或者PVC。

>![](/public_sys-resources/zh/icon-notice.gif)
>![](/css-docs/public_sys-resources/zh/icon-notice.gif)
>在StorageClass的使用中请注意如下事项:
>- **针对StorageClass进行的修改将不会在已经创建的PV上生效。您需要删除这些PV,并重新使用修改后的StorageClass创建才能应用修改的参数。**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ weight: 2
- 重建Kubernetes集群。
- 容灾场景下,对存储数据进行迁移。

>![](/public_sys-resources/zh/icon-note.gif)
>![](/css-docs/public_sys-resources/zh/icon-note.gif)
>在多Kubernetes集群场景下,使用纳管卷特性对同一存储资源进行管理时,在任一集群中对该资源对应的PVC进行管理操作后,不会同步到其他集群中。
>例如:在某一集群中对PVC进行扩容时,其他集群对应的PVC不会自动扩容,需要在其他集群中手动根据[扩容PVC](/docs/使用华为CSI/PVC管理/扩容PVC)中的扩容命令进行扩容。
Expand Down Expand Up @@ -85,7 +85,7 @@ weight: 2
mypvc Bound pvc-840054d3-1d5b-4153-b73f-826f980abf9e 100Gi RWO mysc 12s
```
>![](/public_sys-resources/zh/icon-notice.gif)
>![](/css-docs/public_sys-resources/zh/icon-notice.gif)
>- 完成创建PVC操作后,如果长时间后(如一分钟后)PVC的状态是Pending,请参考[创建PVC时, PVC的状态为Pending](/docs/故障处理/PVC相关问题/创建PVC时-PVC的状态为Pending)。
>- 建议每批次最多批量创建/删除100个PVC。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ parameters:

创建StorageClass后,就可以使用该StorageClass进行创建PV或者PVC。

>![](/public_sys-resources/zh/icon-notice.gif)
>![](/css-docs/public_sys-resources/zh/icon-notice.gif)
>在纳管卷供应场景下,StorageClass的使用中请注意如下事项:
>- **针对StorageClass进行的修改将不会在已经创建的PV上生效。您需要删除这些PV,并重新使用修改后的StorageClass创建才能应用修改的参数。**

Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ weight: 3
storage: 100Gi
```
>![](/public_sys-resources/zh/icon-note.gif)
>![](/css-docs/public_sys-resources/zh/icon-note.gif)
>静态卷供应的配置文件中,storageClassName参数必须配置为‘“”’,如果不配置,Kubernetes会使用系统默认的StorageClass。
2. 执行以下命令,基于准备好的yaml文件创建PV。
Expand Down Expand Up @@ -101,7 +101,7 @@ weight: 3
mypvc Bound pvc-840054d3-1d5b-4153-b73f-826f980abf9e 100Gi RWO 12s
```

>![](/public_sys-resources/zh/icon-note.gif)
>![](/css-docs/public_sys-resources/zh/icon-note.gif)
>- 完成创建PVC操作后,如果长时间后(如一分钟后)PVC的状态是Pending,请参考[创建PVC时, PVC的状态为Pending](/docs/故障处理/PVC相关问题/创建PVC时-PVC的状态为Pending)。
>- 建议每批次最多批量创建/删除100个PVC。

Expand Down
2 changes: 1 addition & 1 deletion content/zh-cn/docs/使用华为CSI/PVC管理/扩容PVC.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ weight: 2
其中,"_mypvc_"是需要扩容的PVC名称,“_120Gi_”是扩容后的容量大小。请根据实际情况进行替换。
>![](/public_sys-resources/zh/icon-note.gif)
>![](/css-docs/public_sys-resources/zh/icon-note.gif)
>- PVC容量的规格取决于存储规格限制和主机规格限制。以OceanStor Dorado 6.1.2/OceanStor Pacific系列 8.1.0对接CentOS 7为例,当使用的是ext4文件系统时,容量限制见[表 ext4容量的规格](/docs/使用华为CSI/PVC管理/创建PVC/动态卷供应/动态卷供应PVC参数说明#zh-cn_topic_0150885187_table178824527142);当使用的是XFS文件系统时,容量限制见[表 XFS容量的规格](/docs/使用华为CSI/PVC管理/创建PVC/动态卷供应/动态卷供应PVC参数说明#zh-cn_topic_0150885187_table101951367104)。如果使用的是NFS或者裸设备,容量需满足使用的华为存储设备型号和版本所要求的规格约束。
>- 如果PVC容量不在规格范围内,可能会由于存储规格限制或主机文件系统规格限制导致创建PVC或Pod失败。
>- 如果扩容的目标容量超过存储池容量导致扩容失败,请参考[PVC扩容的目标容量超过存储池容量导致扩容失败](/docs/故障处理/PVC相关问题/PVC扩容的目标容量超过存储池容量导致扩容失败)。
Expand Down
2 changes: 1 addition & 1 deletion content/zh-cn/docs/使用华为CSI/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ weight: 7

本章节主要介绍如何使用华为CSI对PV、快照的生命周期进行管理。

>![](/public_sys-resources/zh/icon-notice.gif)
>![](/css-docs/public_sys-resources/zh/icon-notice.gif)
>- 使用华为CSI进行卷管理操作期间,请勿删除存储后端。
>- 在映射block卷时,华为CSI会自动创建创建主机、主机组、LUN组等这些卷映射需要的关联对象,以及映射视图。如果手动在存储上创建了这些对象,会影响华为CSI的映射逻辑,请确保在使用华为CSI映射卷前删除这些对象。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ weight: 1
</tbody>
</table>

>![](/public_sys-resources/zh/icon-notice.gif)
>![](/css-docs/public_sys-resources/zh/icon-notice.gif)
>- 华为CSI对接Tanzu Kubernetes仅支持集中式存储NAS场景,相关FAQ请参见[对接Tanzu Kubernetes集群常见问题及解决方法](/docs/故障处理/对接Tanzu-Kubernetes集群常见问题及解决方法)
>- 华为CSI对接CCE/CCE Agile仅支持集中式存储。
Expand Down Expand Up @@ -230,7 +230,7 @@ weight: 1

注释3 Anolis OS仅支持OceanStor Pacific存储。

>![](/public_sys-resources/zh/icon-note.gif)
>![](/css-docs/public_sys-resources/zh/icon-note.gif)
>因DM-Multipath在0.7版本存在执行multipathd show maps时可能无法回显所有的虚拟设备,因此建议使用0.8及以上版本。
>DM-Multipath版本可以通过以下途径查询:
>- 如果使用的是rpm包,执行:rpm -qa | grep multipath或rpm -qa | grep device-mapper。
Expand Down
10 changes: 5 additions & 5 deletions content/zh-cn/docs/前言/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@ weight: 1
</th>
</tr>
</thead>
<tbody><tr id="zh-cn_topic_0140239342_row199251834104413"><td class="cellrowborder" valign="top" width="20.580000000000002%" headers="mcps1.1.3.1.1 "><p id="zh-cn_topic_0140239342_p10925173420449"><a name="zh-cn_topic_0140239342_p10925173420449"></a><a name="zh-cn_topic_0140239342_p10925173420449"></a><a name="zh-cn_topic_0140239342_image19925163414449"></a><a name="zh-cn_topic_0140239342_image19925163414449"></a><span><img class="" id="zh-cn_topic_0140239342_image19925163414449" height="25.270000000000003" width="67.83" src="/figures/zh-cn_image_0000002007964873.png"></span></p>
<tbody><tr id="zh-cn_topic_0140239342_row199251834104413"><td class="cellrowborder" valign="top" width="20.580000000000002%" headers="mcps1.1.3.1.1 "><p id="zh-cn_topic_0140239342_p10925173420449"><a name="zh-cn_topic_0140239342_p10925173420449"></a><a name="zh-cn_topic_0140239342_p10925173420449"></a><a name="zh-cn_topic_0140239342_image19925163414449"></a><a name="zh-cn_topic_0140239342_image19925163414449"></a><span><img class="" id="zh-cn_topic_0140239342_image19925163414449" height="25.270000000000003" width="67.83" src="/css-docs/figures/zh-cn_image_0000002007964873.png"></span></p>
</td>
<td class="cellrowborder" valign="top" width="79.42%" headers="mcps1.1.3.1.2 "><p id="zh-cn_topic_0140239342_p1992520345443"><a name="zh-cn_topic_0140239342_p1992520345443"></a><a name="zh-cn_topic_0140239342_p1992520345443"></a>表示如不避免则将会导致死亡或严重伤害的具有高等级风险的危害。</p>
</td>
</tr>
<tr id="zh-cn_topic_0140239342_row1892553411445"><td class="cellrowborder" valign="top" width="20.580000000000002%" headers="mcps1.1.3.1.1 "><p id="zh-cn_topic_0140239342_p10925173434418"><a name="zh-cn_topic_0140239342_p10925173434418"></a><a name="zh-cn_topic_0140239342_p10925173434418"></a><a name="zh-cn_topic_0140239342_image10925183419447"></a><a name="zh-cn_topic_0140239342_image10925183419447"></a><span><img class="" id="zh-cn_topic_0140239342_image10925183419447" height="25.270000000000003" width="67.83" src="/figures/zh-cn_image_0000001971484886.png"></span></p>
<tr id="zh-cn_topic_0140239342_row1892553411445"><td class="cellrowborder" valign="top" width="20.580000000000002%" headers="mcps1.1.3.1.1 "><p id="zh-cn_topic_0140239342_p10925173434418"><a name="zh-cn_topic_0140239342_p10925173434418"></a><a name="zh-cn_topic_0140239342_p10925173434418"></a><a name="zh-cn_topic_0140239342_image10925183419447"></a><a name="zh-cn_topic_0140239342_image10925183419447"></a><span><img class="" id="zh-cn_topic_0140239342_image10925183419447" height="25.270000000000003" width="67.83" src="/css-docs/figures/zh-cn_image_0000001971484886.png"></span></p>
</td>
<td class="cellrowborder" valign="top" width="79.42%" headers="mcps1.1.3.1.2 "><p id="zh-cn_topic_0140239342_p09254345448"><a name="zh-cn_topic_0140239342_p09254345448"></a><a name="zh-cn_topic_0140239342_p09254345448"></a>表示如不避免则可能导致死亡或严重伤害的具有中等级风险的危害。</p>
</td>
</tr>
<tr id="zh-cn_topic_0140239342_row17925134134420"><td class="cellrowborder" valign="top" width="20.580000000000002%" headers="mcps1.1.3.1.1 "><p id="zh-cn_topic_0140239342_p209256341443"><a name="zh-cn_topic_0140239342_p209256341443"></a><a name="zh-cn_topic_0140239342_p209256341443"></a><a name="zh-cn_topic_0140239342_image3925834204416"></a><a name="zh-cn_topic_0140239342_image3925834204416"></a><span><img class="" id="zh-cn_topic_0140239342_image3925834204416" height="25.270000000000003" width="67.83" src="/figures/zh-cn_image_0000001971325090.png"></span></p>
<tr id="zh-cn_topic_0140239342_row17925134134420"><td class="cellrowborder" valign="top" width="20.580000000000002%" headers="mcps1.1.3.1.1 "><p id="zh-cn_topic_0140239342_p209256341443"><a name="zh-cn_topic_0140239342_p209256341443"></a><a name="zh-cn_topic_0140239342_p209256341443"></a><a name="zh-cn_topic_0140239342_image3925834204416"></a><a name="zh-cn_topic_0140239342_image3925834204416"></a><span><img class="" id="zh-cn_topic_0140239342_image3925834204416" height="25.270000000000003" width="67.83" src="/css-docs/figures/zh-cn_image_0000001971325090.png"></span></p>
</td>
<td class="cellrowborder" valign="top" width="79.42%" headers="mcps1.1.3.1.2 "><p id="zh-cn_topic_0140239342_p39258341443"><a name="zh-cn_topic_0140239342_p39258341443"></a><a name="zh-cn_topic_0140239342_p39258341443"></a>表示如不避免则可能导致轻微或中度伤害的具有低等级风险的危害。</p>
</td>
</tr>
<tr id="zh-cn_topic_0140239342_row592583414414"><td class="cellrowborder" valign="top" width="20.580000000000002%" headers="mcps1.1.3.1.1 "><p id="zh-cn_topic_0140239342_p1292583414446"><a name="zh-cn_topic_0140239342_p1292583414446"></a><a name="zh-cn_topic_0140239342_p1292583414446"></a><a name="zh-cn_topic_0140239342_image392511343441"></a><a name="zh-cn_topic_0140239342_image392511343441"></a><span><img class="" id="zh-cn_topic_0140239342_image392511343441" height="25.270000000000003" width="67.83" src="/figures/zh-cn_image_0000002007964889.png"></span></p>
<tr id="zh-cn_topic_0140239342_row592583414414"><td class="cellrowborder" valign="top" width="20.580000000000002%" headers="mcps1.1.3.1.1 "><p id="zh-cn_topic_0140239342_p1292583414446"><a name="zh-cn_topic_0140239342_p1292583414446"></a><a name="zh-cn_topic_0140239342_p1292583414446"></a><a name="zh-cn_topic_0140239342_image392511343441"></a><a name="zh-cn_topic_0140239342_image392511343441"></a><span><img class="" id="zh-cn_topic_0140239342_image392511343441" height="25.270000000000003" width="67.83" src="/css-docs/figures/zh-cn_image_0000002007964889.png"></span></p>
</td>
<td class="cellrowborder" valign="top" width="79.42%" headers="mcps1.1.3.1.2 "><p id="zh-cn_topic_0140239342_p169258345447"><a name="zh-cn_topic_0140239342_p169258345447"></a><a name="zh-cn_topic_0140239342_p169258345447"></a>用于传递设备或环境安全警示信息。如不避免则可能会导致设备损坏、数据丢失、设备性能降低或其它不可预知的结果。</p>
<p id="zh-cn_topic_0140239342_p9925193454410"><a name="zh-cn_topic_0140239342_p9925193454410"></a><a name="zh-cn_topic_0140239342_p9925193454410"></a>“须知”不涉及人身伤害。</p>
</td>
</tr>
<tr id="zh-cn_topic_0140239342_row169251342440"><td class="cellrowborder" valign="top" width="20.580000000000002%" headers="mcps1.1.3.1.1 "><p id="zh-cn_topic_0140239342_p1192514346447"><a name="zh-cn_topic_0140239342_p1192514346447"></a><a name="zh-cn_topic_0140239342_p1192514346447"></a><a name="zh-cn_topic_0140239342_image18925234194414"></a><a name="zh-cn_topic_0140239342_image18925234194414"></a><span><img class="" id="zh-cn_topic_0140239342_image18925234194414" height="25.270000000000003" width="67.83" src="/figures/zh-cn_image_0000002007845453.png"></span></p>
<tr id="zh-cn_topic_0140239342_row169251342440"><td class="cellrowborder" valign="top" width="20.580000000000002%" headers="mcps1.1.3.1.1 "><p id="zh-cn_topic_0140239342_p1192514346447"><a name="zh-cn_topic_0140239342_p1192514346447"></a><a name="zh-cn_topic_0140239342_p1192514346447"></a><a name="zh-cn_topic_0140239342_image18925234194414"></a><a name="zh-cn_topic_0140239342_image18925234194414"></a><span><img class="" id="zh-cn_topic_0140239342_image18925234194414" height="25.270000000000003" width="67.83" src="/css-docs/figures/zh-cn_image_0000002007845453.png"></span></p>
</td>
<td class="cellrowborder" valign="top" width="79.42%" headers="mcps1.1.3.1.2 "><p id="zh-cn_topic_0140239342_p1992511341444"><a name="zh-cn_topic_0140239342_p1992511341444"></a><a name="zh-cn_topic_0140239342_p1992511341444"></a>对正文中重点信息的补充说明。</p>
<p id="zh-cn_topic_0140239342_p9925434124419"><a name="zh-cn_topic_0140239342_p9925434124419"></a><a name="zh-cn_topic_0140239342_p9925434124419"></a>“说明”不是安全警示信息,不涉及人身、设备及环境伤害信息。</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ weight: 3
- 执行以下命令创建存储后端,并指定provisioner,其中“csi.oceanstor.com”是安装时指定的驱动名称,详情可以参考[4](/docs/安装部署/安装华为CSI/使用Helm安装华为CSI/CCE和CCE-Agile平台安装华为CSI#li4307135252018)。
>![](/public_sys-resources/zh/icon-note.gif)
>![](/css-docs/public_sys-resources/zh/icon-note.gif)
>仅在CCE / CCE Agile平台创建后端时使用该命令。
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ weight: 2

本章节介绍如何创建证书到存储后端,如果有对服务登录存储添加证书校验的需要,可以参考本章节新增证书,当前支持根据crt文件或者pem文件创建证书到存储后端。

>![](/public_sys-resources/zh/icon-notice.gif)
>![](/css-docs/public_sys-resources/zh/icon-notice.gif)
>创建证书到存储后端前,须提前将准备好的证书导入存储阵列。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description:
weight: 1
---

>![](/public_sys-resources/zh/icon-note.gif)
>![](/css-docs/public_sys-resources/zh/icon-note.gif)
>1. 使用oceanctl创建存储后端时,输入的账号和秘钥信息保存在[Secret](https://kubernetes.io/zh-cn/docs/concepts/configuration/secret/)对象中,建议客户容器平台根据供应商或者K8s社区的建议自行对Secret进行加密。K8s社区对Secret加密可参考[启用静态加密](https://kubernetes.io/zh-cn/docs/tasks/administer-cluster/encrypt-data/)
>2. 通过json文件创建后端时,旧版本的backend名称中可能存在大写字母或"\_"字符。如果出现这种情况,旧的名称将会被重映射为一个新的名称,映射过程自动发生,不会影响原有功能。例如“ABC\_123”将会被映射为“abc-123-fd68e”,具体映射规则如下:
> - 大写字母转换成小写字母。
Expand Down
Loading

0 comments on commit eb38de3

Please sign in to comment.