Comment 7 for bug 1701744

Revision history for this message
Long Li (longli) wrote :

Please build the driver as a kernel module package. The package name should have something that match the hosting cluster ND version. Currently we have 142 and 144.

For this driver, please build two kernel module packages:
<package-name>.142.deb and <package-name>.144.deb (those two packages are binary identical because ND142 and ND144 use the same infiniband interface)

Then build a master infiniband package, that contains those two packages. When doing apt install <master-package-name>, it copied the kernel modules packages to /opt/Microsoft

e.g.

apt install <infiniband-master-package>

will create the following deb files in /opt/Microsoft

<package-name>.142.deb
<package-name>.144.deb

The WALA will figure out which deb package to install based on host passed ND version.