From 4607e8138f7b01c90b06e93e2b0f0ab5a40979a6 Mon Sep 17 00:00:00 2001 From: huweihua Date: Thu, 13 Nov 2014 02:53:34 -0500 Subject: [PATCH] fix defect4388: forbid firmware update during Mellanox drives installation --- xCAT-server/share/xcat/ib/scripts/Mellanox/mlnxofed_ib_install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/ib/scripts/Mellanox/mlnxofed_ib_install b/xCAT-server/share/xcat/ib/scripts/Mellanox/mlnxofed_ib_install index 1bf577624..62039922e 100755 --- a/xCAT-server/share/xcat/ib/scripts/Mellanox/mlnxofed_ib_install +++ b/xCAT-server/share/xcat/ib/scripts/Mellanox/mlnxofed_ib_install @@ -144,7 +144,7 @@ deb http://91.189.88.140/ubuntu-ports/ trusty-updates universe" >> /etc/apt/sour uname -m |grep ppc64 >/dev/null then echo "ARCH=powerpc perl -x mlnxofedinstall $mlnxofed_options" - ARCH=powerpc perl -x mlnxofedinstall $mlnxofed_options + ARCH=powerpc perl -x mlnxofedinstall --without-fw-update $mlnxofed_options sleep 1 service openibd restart else