Skip to content

Commit

Permalink
ocp-test: add udev rules for a100 mlx5 nics
Browse files Browse the repository at this point in the history
This adds udev rules for the Mellanox nics connected to the A100 host
added via ESI (wrk-4) in the nerc-admins project (MOC-R8PAC23U27). These
rules were manually put in place and verified working.
  • Loading branch information
jtriley committed Oct 22, 2024
1 parent 9fc502f commit 7715edd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
files:
- contents:
compression: gzip
source: data:;base64,H4sIAAAAAAAC/woOdQqODA5x9bW1VcpLLVHScQnyDHMNCra1VcrNqTCNT84vSlXS8XYN8nP1AQkaGBgYWBmYWxkY6Bko6Tg6h3j6+9naKiWmpCjp+Dn6utoq5WUmGypxUWCuIU5zjcg018SSNu6FmIvXvYAAAAD//9CsdZdgAQAA
source: data:;base64,H4sIAAAAAAAC/woOdQqODA5x9bW1VcpLLVHScQnyDHMNCra1VcrNqTCNT84vSlXS8XYN8nP1AQkaGBgYWBmYWxkY6Bko6Tg6h3j6+9naKiWmpCjp+Dn6utoq5WUmGypxUWCuIU5zjcg018SSNu6FmEt995qZ0sa9EHPxuhcQAAD///2wC9YQAgAA
mode: 420
path: /etc/udev/rules.d/90-mlx5-core.rules
- contents:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ SUBSYSTEM=="net",DRIVERS=="mlx5_core",KERNELS=="0000:07:00.0",ACTION=="add",NAME
SUBSYSTEM=="net",DRIVERS=="mlx5_core",KERNELS=="0000:07:00.1",ACTION=="add",NAME="nic2"
SUBSYSTEM=="net",DRIVERS=="mlx5_core",KERNELS=="0000:49:00.0",ACTION=="add",NAME="nic1"
SUBSYSTEM=="net",DRIVERS=="mlx5_core",KERNELS=="0000:49:00.1",ACTION=="add",NAME="nic2"
SUBSYSTEM=="net",DRIVERS=="mlx5_core",KERNELS=="0000:65:00.0",ACTION=="add",NAME="nic1"
SUBSYSTEM=="net",DRIVERS=="mlx5_core",KERNELS=="0000:65:00.1",ACTION=="add",NAME="nic2"

0 comments on commit 7715edd

Please sign in to comment.