From 5c3f050f4a2e584e82c92c5f9ca0bd567cc8c3af Mon Sep 17 00:00:00 2001 From: weizhoublue <45163302+weizhoublue@users.noreply.github.com> Date: Wed, 11 Oct 2023 17:24:29 +0800 Subject: [PATCH] Update rdma-zh_CN.md --- docs/usage/rdma-zh_CN.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/usage/rdma-zh_CN.md b/docs/usage/rdma-zh_CN.md index 60bc61215e..58a1606a7b 100644 --- a/docs/usage/rdma-zh_CN.md +++ b/docs/usage/rdma-zh_CN.md @@ -86,6 +86,14 @@ RDMA 网卡,也可以基于 SRIOV CNI 来使用 exclusive 模式的网卡。 ... ] + > 如果上报的资源数为 0,可能的原因: + > + > (1) 请确认 configmap spiderpool-rdma-shared-device-plugin 中的 vendors 和 deviceID 与实际相符 + > + > (2) 查看 rdma-shared-device-plugin 的日志,对于支持 RDMA 网卡报错如下日志,可尝试在主机上安装 apt-get install rdma-core 或 dnf install rdma-core + > + > `error creating new device: "missing RDMA device spec for device 0000:04:00.0, RDMA device \"issm\" not found"` + 5. 基于 RDMA 网卡作为 master 节点,创建 macvlan 相关的 multus 配置,并创建配套的 ippool 资源 cat <