IP address (and other prop) not visible and not save for new Link Aggregation via Web Interface

sanrzn

Cadet
Joined
Dec 5, 2023
Messages
1
TrueNAS: 13.0-U6
New network adapter: XXV710-DA2

I inserted new network adapter and with console:
1) created new link aggegation LAGG1 (lacp),
2) removed settings old link aggegation LAGG0 (lacp) and disconnected
3) manual IP of LAGG1

Open web interface \ Network \ Interfaces \ lagg1... but settings of this interface not visible.

Manual edit interface settings return error:
Error: Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 139, in call_method
result = await self.middleware._call(message['method'], serviceobj, methodobj, params, app=self)
File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1240, in _call
return await methodobj(*prepared_call.args)
File "/usr/local/lib/python3.9/site-packages/middlewared/service.py", line 507, in update
rv = await self.middleware._call(
File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1240, in _call
return await methodobj(*prepared_call.args)
File "/usr/local/lib/python3.9/site-packages/middlewared/schema.py", line 981, in nf
return await f(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/network.py", line 1580, in do_update
lag_id = await self.middleware.call(
File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1283, in call
return await self._call(
File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1240, in _call
return await methodobj(*prepared_call.args)
File "/usr/local/lib/python3.9/site-packages/middlewared/schema.py", line 981, in nf
return await f(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/datastore/write.py", line 103, in update
raise RuntimeError(f'{len(rows)} found, expecting one')
RuntimeError: 0 found, expecting one

fig01.png


fig02.png

fig03.png


How can I fix this?
 

perryb

Cadet
Joined
Apr 10, 2018
Messages
9
I'm having the same problem and just posted the runtime error that you are getting as well. Sorry I can't help, hopefully someone can chime in and help solve this problem.
 
Top