Commit 85d33f3
authored
fix: AlpineBonded ENI template bad bond options (#98)
When both bond-master and bond-slaves are present, bond-slaves is
ignored. This leads to the bond-* options associated with the
bond-slaves stanza to be ignored as well. We observed that this led to
provisioned Alpine linux machines to have balance-rr (mode 3) bonding mode
instead of 802.3ad (mode 4) bonding mode. This caused packets to be sent
out-of-order, leading to TCP/IP congestion control due to packet loss.
Removing the bond-master option from the ethX stanzas fixes this issue
and ensures the bonding driver uses our declared bond-* options in the
bond stanzas.1 parent 36f9f3e commit 85d33f3
File tree
2 files changed
+0
-13
lines changed- packetnetworking/distros/alpine
- templates/bonded
2 files changed
+0
-13
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
| |||
85 | 83 | | |
86 | 84 | | |
87 | 85 | | |
88 | | - | |
89 | 86 | | |
90 | 87 | | |
91 | 88 | | |
92 | 89 | | |
93 | | - | |
94 | 90 | | |
95 | 91 | | |
96 | 92 | | |
| |||
133 | 129 | | |
134 | 130 | | |
135 | 131 | | |
136 | | - | |
137 | 132 | | |
138 | 133 | | |
139 | 134 | | |
140 | 135 | | |
141 | | - | |
142 | 136 | | |
143 | 137 | | |
144 | 138 | | |
| |||
200 | 194 | | |
201 | 195 | | |
202 | 196 | | |
203 | | - | |
204 | 197 | | |
205 | 198 | | |
206 | 199 | | |
207 | 200 | | |
208 | | - | |
209 | 201 | | |
210 | 202 | | |
211 | 203 | | |
| |||
258 | 250 | | |
259 | 251 | | |
260 | 252 | | |
261 | | - | |
262 | 253 | | |
263 | 254 | | |
264 | 255 | | |
265 | 256 | | |
266 | | - | |
267 | 257 | | |
268 | 258 | | |
269 | 259 | | |
270 | 260 | | |
271 | | - | |
272 | 261 | | |
273 | 262 | | |
274 | 263 | | |
275 | 264 | | |
276 | | - | |
277 | 265 | | |
278 | 266 | | |
279 | 267 | | |
| |||
0 commit comments