From 0dfe6f349b44c827e335be9dfb1bb12190bb9b18 Mon Sep 17 00:00:00 2001 From: Rawan Herzallah Date: Sun, 12 Jun 2016 11:44:22 +0000 Subject: [PATCH] Changed bootstrap FW update method Switched to Using mlnxofedinstall --fw-update-only instead of installing mlnx-fw-updater Change-Id: I487ca533a46bc3e62502b4d1ce3eb707163aac8f --- bootstrap/sync/usr/bin/mlnx_fw_upgrade | 2 +- metadata.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/sync/usr/bin/mlnx_fw_upgrade b/bootstrap/sync/usr/bin/mlnx_fw_upgrade index c436db5..f85f309 100755 --- a/bootstrap/sync/usr/bin/mlnx_fw_upgrade +++ b/bootstrap/sync/usr/bin/mlnx_fw_upgrade @@ -44,7 +44,7 @@ if [ $? -ne 0 ]; then echo "Not Mellanox Card or a NIC access problem. skipping firmware upgrade." >> $LOG_FILE else # Not OEM echo "Starting FW upgrade" >> $LOG_FILE - dpkg -i /opt/ofed/MLNX_OFED/DEBS/mlnx-fw-updater*.deb >> $LOG_FILE + /opt/ofed/MLNX_OFED/mlnxofedinstall --fw-update-only >> $LOG_FILE fi # Set ConnectX-4 FW diff --git a/metadata.yaml b/metadata.yaml index df05e57..bae75ea 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -5,7 +5,7 @@ name: mellanox-plugin title: Mellanox ConnectX-4 Openstack Features # Plugin version -version: 3.1.9 +version: 3.1.12 # Description description: Enable features over Mellanox ConnectX-4 Adapters