OLVM doesn't recognize bond port
Hello.
I'm building OLVM and 3 KVM hosts environmental.
KVM has a bond port that has some tag vlan for vm network.
Bond port was made by below command.
# nmcli c add type bond ifname bond10 con-name bond10
# nmcli con add ethernet con-name bond10-slave0 ifname ens2f0 master bond10
# nmcli con add ethernet con-name bond10-slave1 ifname ens2f1 master bond10
This bond isn't display on the olvm tab compute>host>host name>network interface.
What could be the cause?
I'm using oVirt4.4 for olvm and ol8.8 for KVM host.
Thank you.