LAGG creation: Error: Interface currently in use

frgo

Cadet
Joined
Mar 24, 2024
Messages
1
Hi all:

When trying tio create a LAGG interface with:

Code:
[goedes02] network interface> create type=LINK_AGGREGATION name=bond0 description=LAGG0 lag_protocol=LACP lag_ports=eno49np0,eno50np1


I get:

Code:
Validation errors:
* interface_create.lag_ports.0: Interface eno49np0 is currently in use
* interface_create.lag_ports.1: Interface eno50np1 is currently in use


... and I can't find out what is using those interfaces.

Is there any way finding out what uses those interfaces? Thank you for any hints.

Regards
Frank
 

HPloco

Cadet
Joined
Oct 25, 2018
Messages
6
You have to temporaraly delete both eno49np0 and eno50np1; and then create a lagg. It is easier to do this via GUI as it will do all these modification at once, after you save the changes. I recommend you set the ip of the bond to the one you are currently using since you will have a finite amount of time to persist these changes once it has been saved.
 
Top