From 63376fd0718e31b7eeb2de7195921cbf2e27c9a8 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Thu, 26 Apr 2018 16:13:53 -0400 Subject: [PATCH] Update mlnxofed_ib_install_v2_diskful.rst Update the diskful doc to reflect --force option to avoid installer prompting. --- .../networks/infiniband/mlnxofed_ib_install_v2_diskful.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/advanced/networks/infiniband/mlnxofed_ib_install_v2_diskful.rst b/docs/source/advanced/networks/infiniband/mlnxofed_ib_install_v2_diskful.rst index 96f263e4a..689c7d265 100644 --- a/docs/source/advanced/networks/infiniband/mlnxofed_ib_install_v2_diskful.rst +++ b/docs/source/advanced/networks/infiniband/mlnxofed_ib_install_v2_diskful.rst @@ -18,11 +18,11 @@ Diskful Installation chdef -t node -o \ -p postscripts="mlnxofed_ib_install -p /install//" - **[kernel mismatch issue]** The Mellanox OFED ISO is built against a series of specific kernel version. If the version of the linux kernel does not match any of the Mellanox offered pre-built kernel modules, you can pass the ``--add-kernel-support`` argument to the Mellanox installation script to build the kernel modules based on the version you are using. :: + **[kernel mismatch issue]** The Mellanox OFED ISO is built against a series of specific kernel version. If the version of the linux kernel does not match any of the Mellanox offered pre-built kernel modules, you can pass the ``--add-kernel-support --force`` argument to the Mellanox installation script to build the kernel modules based on the version you are using. :: chdef -t node -o \ -p postscripts="mlnxofed_ib_install -p /install// \ - -m --add-kernel-support -end-" + -m --add-kernel-support --force -end-" #. Provision the node ::