Comment 9 for bug 1594788

Revision history for this message
Ksenia Svechnikova (kdemina) wrote : Re: Configuration of offloading types wasn't applied for all nodes

I've inversigare the problem.

The necessary offloading type has appropriate status

root@node-1:~# ethtool --show-offload enp0s6 | grep generic-receive-offload
generic-receive-offload: off

https://product-ci.infra.mirantis.net/view/10.0_swarm/job/10.0.system_test.ubuntu.offloading/77/console
In Trace we can see the same , that enp0s6 is off on compute node:
AssertionError: Offload type generic-receive-offload is generic-receive-offload: off on slave-02_compute

The problem is in result parameter:

https://github.com/openstack/fuel-qa/blob/master/fuelweb_test/helpers/checkers.py#L1160

https://github.com/openstack/fuel-qa/blob/master/fuelweb_test/tests/test_offloading_types.py#L239

It's not just "off". it's "generic-receive-offload: off". And they are not equal

Assume that it's not the UI problem, but Nailgun. Reassign issue and add swarm-blocker tag

Additional I can see that after the deploy in /etc/astute.yaml on node-2