Just did a fresh install on a new system and am getting the following when switching to the storage pane.
invalid literal for int() with base 10: ‘’
Expanded gives the following -
Error: Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 198, in call_method
result = await self.middleware.call_with_audit(message['method'], serviceobj, methodobj, params, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1466, in call_with_audit
result = await self._call(method, serviceobj, methodobj, params, app=app,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1417, in _call
return await methodobj(*prepared_call.args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 187, in nf
return await func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 47, in nf
res = await f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/plugins/smart.py", line 637, in results
await asyncio_map(functools.partial(annotate_disk_smart_tests, self.middleware, tests_filter),
File "/usr/lib/python3/dist-packages/middlewared/utils/asyncio_.py", line 19, in asyncio_map
return await asyncio.gather(*futures)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/utils/asyncio_.py", line 16, in func
return await real_func(arg)
^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/plugins/smart.py", line 33, in annotate_disk_smart_tests
tests = parse_smart_selftest_results(output) or []
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/plugins/smart.py", line 52, in parse_smart_selftest_results
"lifetime": int(line[60:68].strip()),
^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: ''
Interesting to note this does not occur if all the drives are popped out.
I have tried installing a couple of times. scaling back to the 24.04.1.1 then upgrading to the latest stable, same result.
Sysem info as follows -
Intel I5 12400
ASUS H610-PLUS D4
64GB RAM
24 2TB SSDs
LSI 9305-24i latests firmware/bios i could find
Will provide anything else you guys think is relevant.
I’ve gone ahead and submitted a bug report for it, just kind of curious if anyone has seen this before?
Wasn’t able to find with search.
Thanks!