You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ner/expose_to_cli.py - run_method - 7 - ERROR - Unhandled exception caught when executing check_if_proxie
s_work
Traceback (most recent call last):
File "/opt/OpenvStorage/ovs/extensions/healthcheck/expose_to_cli.py", line 317, in run_method
node_check(found_method)(result_handler.HCResultCollector(result=result_handler, test_name=test_name)
) # Wrapped in nodecheck for callback
File "/opt/OpenvStorage/ovs/extensions/healthcheck/decorators.py", line 52, in wrapped
return func(*args, **kwargs)
File "/opt/OpenvStorage/ovs/extensions/healthcheck/decorators.py", line 125, in wrapped
return func(*args, **kwargs)
File "/opt/OpenvStorage/ovs/extensions/healthcheck/alba_hc.py", line 272, in check_if_proxies_work
Toolbox.verify_required_params(required_params=namespace_params, actual_params=namespace_info)
AttributeError: type object 'Toolbox' has no attribute 'verify_required_params'
The text was updated successfully, but these errors were encountered:
Problem description
Error keeps popping up in healthcheck cli runner
Possible root of the problem
Toolbox has been moved to the extensionstoolbox
Logs
The text was updated successfully, but these errors were encountered: