0

I have two SRIOV ports on 2 compute node (each compute having ports named eno49 and eno50) and I have created bond on those using below nmcli cmd

mcli con add type bond con-name bond0 ifname bond0 mode active-backup
 nmcli con add type bond-slave ifname eno49 master bond0 
nmcli con add type bond-slave ifname eno50 master bond0
 nmcli connection up bond0 
nmcli connection modify bond0 +bond.options fail_over_mac=1

Now when create create type: OS::Neutron::ProviderNet with physical_network: as bond0, I get below error

ERROR heat.engine.resource BadRequest: Invalid input for operation: physical_network 'bond0' unknown for VLAN provider network.

2022-08-01 22:01:57.187 3048 ERROR heat.engine.resource Neutron server returns request_ids: ['req-37e27719-555d-4f60-9a89-e3fc866de732']

2022-08-01 22:01:57.187 3048 ERROR heat.engine.resource

2022-08-01 22:01:57.209 3048 INFO heat.engine.stack [req-41297e02-eefa-4665-b6db-9dcd9adda004 - admin - default default] Stack CREATE FAILED (vmCmn): Resource CREATE failed: BadRequest: resources.int_sriov_provider_1_network: Invalid input for operation: physical_network 'bond0' unknown for VLAN provider network.

any idea how to use bonding interface as network id ?

0 Answers0