Skip to content

Commit

Permalink
(cluster/pillan) change lag xmit hash to layer3+4
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Dec 11, 2024
1 parent f052d8c commit cbc1824
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions hieradata/cluster/pillan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ nm::connections:
bond:
miimon: "100"
mode: "802.3ad"
xmit_hash_policy: "layer3+4"
ipv4:
method: "auto"
ipv6:
Expand Down
1 change: 1 addition & 0 deletions spec/hosts/nodes/pillan01.tu.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
it_behaves_like 'nm enabled interface'
it_behaves_like 'nm dhcp interface'
it_behaves_like 'nm bond interface'
it { expect(nm_keyfile['bond']['xmit_hash_policy']).to eq('layer3+4') }
end

Hash[*%w[
Expand Down
1 change: 1 addition & 0 deletions spec/hosts/nodes/pillan08.tu.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
it_behaves_like 'nm enabled interface'
it_behaves_like 'nm dhcp interface'
it_behaves_like 'nm bond interface'
it { expect(nm_keyfile['bond']['xmit_hash_policy']).to eq('layer3+4') }
end

Hash[*%w[
Expand Down

0 comments on commit cbc1824

Please sign in to comment.