TrueNAS-SCALE-22.02-RC.2 CallTimeout

DariusR

Cadet
Joined
Feb 17, 2021
Messages
2
Dear all,

since the last upgrade to 22.02-RC.2 i get some Call timeout in the middleware:

Code:
Welcome to TrueNAS
Traceback (most recent call last):
  File "/usr/local/sbin/hactl", line 166, in <module>
    main(args.command, args.q)
  File "/usr/local/sbin/hactl", line 16, in main
    ret = client.call('failover.status')
  File "/usr/lib/python3/dist-packages/middlewared/client/client.py", line 458, in call
    raise CallTimeout("Call timeout")
middlewared.client.client.CallTimeout: Call timeout


does anyone else have these problems? Occurs sporadically and then the web interface is hard to use.

regards
 

DariusR

Cadet
Joined
Feb 17, 2021
Messages
2
sorry, after intensive checking I realized that I produced the error myself. I had run a benchmark a few days ago and forgot to delete the test files. This had the consequence that the memory space was not sufficient and this led to the errors.

Thanks anyway
 
Top