Reload vfs after iser rename

Vfs are gone after removing required kernel parameters and loading
them again causing sriov validae to fall back to 8 each time.

Change-Id: I73e7064dd3fc6547f3ebb71059af2ae63423e67d
This commit is contained in:
Rawan Herzallah 2016-06-21 08:30:30 +00:00
parent f1a549dac6
commit 8f8694dd97
2 changed files with 2 additions and 1 deletions

View File

@ -99,6 +99,7 @@ if [ $PROBED_PORT_NAME != $ISER_NAME ]; then
udevadm trigger
modprobe mlx4_en
modprobe mlx5_ib && modprobe mlx5_core
ifup -a
if [ $? -ne 0 ]; then
logger_print error "Mellanox drivers restart failed."

View File

@ -5,7 +5,7 @@ name: mellanox-plugin
title: Mellanox ConnectX-4 Openstack Features
# Plugin version
version: 3.1.16
version: 3.1.17
# Description
description: Enable features over Mellanox ConnectX-4 Adapters