diff --git a/components/install_mofed.sh b/components/install_mofed.sh index 3769cc8a..bf27a85b 100755 --- a/components/install_mofed.sh +++ b/components/install_mofed.sh @@ -28,8 +28,6 @@ if [[ $DISTRIBUTION == "azurelinux3.0" ]]; then mft_kernel-hwe \ iser-hwe \ isert-hwe \ - knem \ - knem-hwe-modules \ mlnx-nfsrdma-hwe \ srp-hwe \ xpmem \ @@ -42,8 +40,6 @@ if [[ $DISTRIBUTION == "azurelinux3.0" ]]; then mft_kernel \ iser \ isert \ - knem \ - knem-modules \ mlnx-nfsrdma \ srp \ xpmem \ @@ -79,7 +75,6 @@ if [[ $DISTRIBUTION == "azurelinux3.0" ]]; then ucx-ib-mlx5 \ ucx-rdmacm \ ucx-static \ - ucx-knem \ ucx-xpmem \ libunwind \ libunwind-devel diff --git a/versions.json b/versions.json index b8266fba..2fe9f0ab 100644 --- a/versions.json +++ b/versions.json @@ -467,7 +467,7 @@ "azurelinux3.0": { "aarch64": { "imex": { - "version": "580.105.08" + "version": "580.159.04" } } }