Mellanox / k8s-rdma-shared-dev-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I have deployed demo pod,is this a correct output?

jason-gideon opened this issue · comments

mofed-test-pod just ls dir,i am not sure my mofed-test-pod is ok with rdma,is this print means ok?


-MacBookPro:~$ kubectl  logs mofed-test-pod
/dev/infiniband:
total 0
crw------- 1 root root 231,  64 Nov 21 02:18 issm0
crw------- 1 root root 231,  65 Nov 21 02:18 issm1
crw-rw-rw- 1 root root  10,  57 Nov 21 02:18 rdma_cm
crw------- 1 root root 231,   0 Nov 21 02:18 umad0
crw------- 1 root root 231,   1 Nov 21 02:18 umad1
crw-rw-rw- 1 root root 231, 192 Nov 21 02:18 uverbs0
crw-rw-rw- 1 root root 231, 193 Nov 21 02:18 uverbs1

/sys/class/infiniband:
total 0
lrwxrwxrwx 1 root root 0 Nov 21 02:18 mlx5_0 -> ../../devices/pci0000:c0/0000:c0:03.2/0000:c3:00.0/infiniband/mlx5_0
lrwxrwxrwx 1 root root 0 Nov 21 02:18 mlx5_1 -> ../../devices/pci0000:c0/0000:c0:03.2/0000:c3:00.1/infiniband/mlx5_1

/sys/class/net:
total 0
-rw-r--r-- 1 root root 4096 Nov 21 02:18 bonding_masters
lrwxrwxrwx 1 root root    0 Nov 21 02:18 eth0 -> ../../devices/virtual/net/eth0
lrwxrwxrwx 1 root root    0 Nov 21 02:18 lo -> ../../devices/virtual/net/lo

Greetings!

If your resource pool consists of two devices (PFs) then yes. (WRT RDMA devices exposed by device plugin)

Greetings!

If your resource pool consists of two devices (PFs) then yes. (WRT RDMA devices exposed by device plugin)

thanks reply!!