Skip to content

Commit

Permalink
Reintroduced GRO flag disable task
Browse files Browse the repository at this point in the history
  • Loading branch information
hxngillani committed Feb 26, 2025
1 parent 56238a8 commit 081a98a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/router/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@
when: inventory_hostname in groups['master_nodes']
become: true

- name: Disable GRO flag on the {{ core.data_iface }} interface
shell: ethtool -K {{ core.data_iface }} gro off
when: inventory_hostname in groups['master_nodes']
become: true

- name: find {{ core.data_iface }}'s netplan network directory
shell: basename $(find /*/systemd/network -maxdepth 1 -not -type d -name '*{{ core.data_iface }}.network' -print)
register: result
Expand Down

0 comments on commit 081a98a

Please sign in to comment.