2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 05:11:12 +00:00

Merge pull request #1052 from whowutwut/jarrod

Add back in the changes for mellanox workaround
This commit is contained in:
Xiaopeng Wang
2016-05-06 08:14:05 +08:00
3 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1 @@
SUBSYSTEM=="pci", ATTRS{subsystem_vendor}=="15b3", ATTRS{subsystem_device}=="4010", RUN+="/sbin/loadmlxeth"

View File

@@ -0,0 +1,2 @@
#!/bin/sh
/sbin/modprobe mlx4_en

View File

@@ -112,4 +112,6 @@ touch /etc/xcat/genesis-scripts-updated
%{rpminstallroot}/debian/rules
%{rpminstallroot}/etc/init.d/functions
%{rpminstallroot}/etc/udev/rules.d/99-imm.rules
%{rpminstallroot}/etc/udev/rules.d/98-mlx.rules
%{rpminstallroot}/sbin/setupimmnic
%{rpminstallroot}/sbin/loadmlxeth