Skip to content

Commit 081a98a

Browse files
committed
Reintroduced GRO flag disable task
1 parent 56238a8 commit 081a98a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

roles/router/tasks/install.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@
6868
when: inventory_hostname in groups['master_nodes']
6969
become: true
7070

71+
- name: Disable GRO flag on the {{ core.data_iface }} interface
72+
shell: ethtool -K {{ core.data_iface }} gro off
73+
when: inventory_hostname in groups['master_nodes']
74+
become: true
75+
7176
- name: find {{ core.data_iface }}'s netplan network directory
7277
shell: basename $(find /*/systemd/network -maxdepth 1 -not -type d -name '*{{ core.data_iface }}.network' -print)
7378
register: result

0 commit comments

Comments
 (0)