yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #73759
[Bug 1781201] [NEW] Netpland and bonding mode problem
Public bug reported:
I have the next configuration:
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
version: 2
renderer: networkd
ethernets:
eno1:
addresses:
- 192.168.3.x/24
gateway4: 192.168.x.1
nameservers:
addresses:
- 192.168.2.2
search:
- xxx.xxx
enp7s0f0:
dhcp4: no
enp7s0f1:
dhcp4: no
bonds:
bond0:
dhcp4: no
interfaces:
- enp7s0f0
- enp7s0f1
addresses:
- 192.168.x.10/24
parameters:
mode: 802.3ad
mii-monitor-interval: 1
When i tried try with netplan try:
root@xxx:~# netplan try
bond0: reverting custom parameters for bridges and bonds is not supported
Please carefully review the configuration and use 'netplan apply'
directly.
So, the bonding configuration default is "round-robin", and i need
802.3ad. But netplan say that "parameters" are not allowned...
** Affects: cloud-init
Importance: Undecided
Status: New
** Tags: 802.3ad bond bonding mode
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1781201
Title:
Netpland and bonding mode problem
Status in cloud-init:
New
Bug description:
I have the next configuration:
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
version: 2
renderer: networkd
ethernets:
eno1:
addresses:
- 192.168.3.x/24
gateway4: 192.168.x.1
nameservers:
addresses:
- 192.168.2.2
search:
- xxx.xxx
enp7s0f0:
dhcp4: no
enp7s0f1:
dhcp4: no
bonds:
bond0:
dhcp4: no
interfaces:
- enp7s0f0
- enp7s0f1
addresses:
- 192.168.x.10/24
parameters:
mode: 802.3ad
mii-monitor-interval: 1
When i tried try with netplan try:
root@xxx:~# netplan try
bond0: reverting custom parameters for bridges and bonds is not supported
Please carefully review the configuration and use 'netplan apply'
directly.
So, the bonding configuration default is "round-robin", and i need
802.3ad. But netplan say that "parameters" are not allowned...
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1781201/+subscriptions
Follow ups