Skip to content

Commit eb38de3

Browse files
committed
update docs
1 parent 8ac1ead commit eb38de3

File tree

58 files changed

+86
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+86
-86
lines changed

content/zh-cn/docs/使用华为CSI/PVC管理/从快照创建PVC.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
storage: 100Gi
2929
```
3030
31-
>![](/public_sys-resources/zh/icon-notice.gif)
31+
>![](/css-docs/public_sys-resources/zh/icon-notice.gif)
3232
>- 指定的storageClassName必须和dataSource中的快照源卷的StorageClass需一致。
3333
>- 克隆卷的容量必须不小于快照容量,建议和快照容量保持一致。
3434

content/zh-cn/docs/使用华为CSI/PVC管理/克隆PVC.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
storage: 2Gi
2828
```
2929
30-
>![](/public_sys-resources/zh/icon-notice.gif)
30+
>![](/css-docs/public_sys-resources/zh/icon-notice.gif)
3131
>- 指定的storageClassName必须和dataSource中的源卷的StorageClass需一致。
3232
>- 克隆卷的容量必须不小于源卷容量,建议和源卷容量保持一致。
3333

content/zh-cn/docs/使用华为CSI/PVC管理/创建PVC/动态卷供应/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ weight: 1
7272
mypvc Bound pvc-840054d3-1d5b-4153-b73f-826f980abf9e 100Gi RWO mysc 12s
7373
```
7474
75-
>![](/public_sys-resources/zh/icon-notice.gif)
75+
>![](/css-docs/public_sys-resources/zh/icon-notice.gif)
7676
>- 完成创建PVC操作后,如果长时间后(如一分钟后)PVC的状态是Pending,请参考[创建PVC时, PVC的状态为Pending](/docs/故障处理/PVC相关问题/创建PVC时-PVC的状态为Pending)。
7777
>- 建议每批次最多批量创建/删除100个PVC。
7878

content/zh-cn/docs/使用华为CSI/PVC管理/创建PVC/动态卷供应/动态卷供应典型场景StorageClass配置示例.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ parameters:
199199
qos: '{"IOTYPE": 2, "MINIOPS": 1000}' # 配置QoS
200200
```
201201
202-
>![](/public_sys-resources/zh/icon-note.gif)
202+
>![](/css-docs/public_sys-resources/zh/icon-note.gif)
203203
>- OceanStor V5 租户用户不支持配置QoS策略。
204204
>- 配置QoS后只能在新建的PVC上生效;对于同名StorageClass已经发放的PVC,不能自动添加QoS
205205
@@ -222,7 +222,7 @@ parameters:
222222
authClient: "*"
223223
```
224224
225-
>![](/public_sys-resources/zh/icon-notice.gif)
225+
>![](/css-docs/public_sys-resources/zh/icon-notice.gif)
226226
>- 发放NAS双活卷前,需要在两台存储设备之间配置双活关系,包含远端设备、双活域等,仅支持文件系统双活域工作模式为双活AA模式,配置操作请参考对应存储型号的产品文档。
227227
>- 若存储发生故障,逻辑管理端口可能产生漂移,在漂移状态下删除NAS双活卷后,需手动清理对应的存储资源。
228228
@@ -269,7 +269,7 @@ parameters:
269269

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

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

content/zh-cn/docs/使用华为CSI/PVC管理/创建PVC/纳管卷供应/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ weight: 2
1111
- 重建Kubernetes集群。
1212
- 容灾场景下,对存储数据进行迁移。
1313

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

content/zh-cn/docs/使用华为CSI/PVC管理/创建PVC/纳管卷供应/纳管卷供应典型场景StorageClass配置示例.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ parameters:
149149

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

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

content/zh-cn/docs/使用华为CSI/PVC管理/创建PVC/静态卷供应/_index.md

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

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

content/zh-cn/docs/使用华为CSI/PVC管理/扩容PVC.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ weight: 2
6868
6969
其中,"_mypvc_"是需要扩容的PVC名称,“_120Gi_”是扩容后的容量大小。请根据实际情况进行替换。
7070
71-
>![](/public_sys-resources/zh/icon-note.gif)
71+
>![](/css-docs/public_sys-resources/zh/icon-note.gif)
7272
>- 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或者裸设备,容量需满足使用的华为存储设备型号和版本所要求的规格约束。
7373
>- 如果PVC容量不在规格范围内,可能会由于存储规格限制或主机文件系统规格限制导致创建PVC或Pod失败。
7474
>- 如果扩容的目标容量超过存储池容量导致扩容失败,请参考[PVC扩容的目标容量超过存储池容量导致扩容失败](/docs/故障处理/PVC相关问题/PVC扩容的目标容量超过存储池容量导致扩容失败)。

content/zh-cn/docs/使用华为CSI/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 7
77

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

10-
>![](/public_sys-resources/zh/icon-notice.gif)
10+
>![](/css-docs/public_sys-resources/zh/icon-notice.gif)
1111
>- 使用华为CSI进行卷管理操作期间,请勿删除存储后端。
1212
>- 在映射block卷时,华为CSI会自动创建创建主机、主机组、LUN组等这些卷映射需要的关联对象,以及映射视图。如果手动在存储上创建了这些对象,会影响华为CSI的映射逻辑,请确保在使用华为CSI映射卷前删除这些对象。
1313

content/zh-cn/docs/兼容性和特性/Kubernetes及操作系统兼容性.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ weight: 1
4747
</tbody>
4848
</table>
4949

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

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

233-
>![](/public_sys-resources/zh/icon-note.gif)
233+
>![](/css-docs/public_sys-resources/zh/icon-note.gif)
234234
>因DM-Multipath在0.7版本存在执行multipathd show maps时可能无法回显所有的虚拟设备,因此建议使用0.8及以上版本。
235235
>DM-Multipath版本可以通过以下途径查询:
236236
>- 如果使用的是rpm包,执行:rpm -qa | grep multipath或rpm -qa | grep device-mapper。

content/zh-cn/docs/前言/_index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,28 @@ weight: 1
2424
</th>
2525
</tr>
2626
</thead>
27-
<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>
27+
<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>
2828
</td>
2929
<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>
3030
</td>
3131
</tr>
32-
<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>
32+
<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>
3333
</td>
3434
<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>
3535
</td>
3636
</tr>
37-
<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>
37+
<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>
3838
</td>
3939
<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>
4040
</td>
4141
</tr>
42-
<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>
42+
<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>
4343
</td>
4444
<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>
4545
<p id="zh-cn_topic_0140239342_p9925193454410"><a name="zh-cn_topic_0140239342_p9925193454410"></a><a name="zh-cn_topic_0140239342_p9925193454410"></a>“须知”不涉及人身伤害。</p>
4646
</td>
4747
</tr>
48-
<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>
48+
<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>
4949
</td>
5050
<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>
5151
<p id="zh-cn_topic_0140239342_p9925434124419"><a name="zh-cn_topic_0140239342_p9925434124419"></a><a name="zh-cn_topic_0140239342_p9925434124419"></a>“说明”不是安全警示信息,不涉及人身、设备及环境伤害信息。</p>

content/zh-cn/docs/存储后端管理/oceanctl命令说明.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ weight: 3
5959
6060
- 执行以下命令创建存储后端,并指定provisioner,其中“csi.oceanstor.com”是安装时指定的驱动名称,详情可以参考[4](/docs/安装部署/安装华为CSI/使用Helm安装华为CSI/CCE和CCE-Agile平台安装华为CSI#li4307135252018)。
6161
62-
>![](/public_sys-resources/zh/icon-note.gif)
62+
>![](/css-docs/public_sys-resources/zh/icon-note.gif)
6363
>仅在CCE / CCE Agile平台创建后端时使用该命令。
6464
6565
```

content/zh-cn/docs/存储后端管理/新增证书到存储后端(可选)/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 2
77

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

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

content/zh-cn/docs/存储后端管理/管理存储后端/创建存储后端/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description:
55
weight: 1
66
---
77

8-
>![](/public_sys-resources/zh/icon-note.gif)
8+
>![](/css-docs/public_sys-resources/zh/icon-note.gif)
99
>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/)
1010
>2. 通过json文件创建后端时,旧版本的backend名称中可能存在大写字母或"\_"字符。如果出现这种情况,旧的名称将会被重映射为一个新的名称,映射过程自动发生,不会影响原有功能。例如“ABC\_123”将会被映射为“abc-123-fd68e”,具体映射规则如下:
1111
> - 大写字母转换成小写字母。

0 commit comments

Comments
 (0)