Skip to content

Commit

Permalink
Disable offloading in test by default
Browse files Browse the repository at this point in the history
We disable offloading in test for ubuntu this change does the same for
suse and cent. This should help resolve the kernel crashes and traces
we're seeing in the gate.

Change-Id: I6001a3b107c5679d8758aa35dc29a6fe6054e088
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
  • Loading branch information
cloudnull committed Nov 29, 2017
1 parent d5773de commit c2402a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -9,3 +9,4 @@ ONBOOT=yes
BOOTPROTO=none
NM_CONTROLLED=no
DELAY=0
ETHTOOL_OPTS="-K ${DEVICE} sg off"
Expand Up @@ -6,3 +6,4 @@ IPADDR={{ item.ip_addr | default('10.1.0.1') }}
NETMASK={{ item.netmask | default('255.255.255.0') }}
STARTMODE='auto'
BOOTPROTO='static'
ETHTOOL_OPTIONS_sg='-K iface sg off'

0 comments on commit c2402a0

Please sign in to comment.