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
Currently, I have a node which is down (broken hardware, waiting for replacement parts). I set a valid node in the proxbox settings, obviously. And it partially works, nodes are registered in netbox !
When I try to do a Full upgrade, I have this error :
<class 'proxmoxer.core.ResourceException'>
595 Errors during connection establishment, proxy handshake: No route to host - {'errors': b''}
Python version: 3.10.6
NetBox version: 3.5.7
And in logs :
Internal Server Error: /plugins/proxbox/full_update/
Traceback (most recent call last):
File "/opt/netbox/venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 56, in inner
response = get_response(request)
File "/opt/netbox/venv/lib/python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/opt/netbox/venv/lib/python3.10/site-packages/django/views/generic/base.py", line 103, in view
return self.dispatch(request, *args, **kwargs)
File "/opt/netbox/venv/lib/python3.10/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch
return super().dispatch(request, *args, **kwargs)
File "/opt/netbox/venv/lib/python3.10/site-packages/django/views/generic/base.py", line 142, in dispatch
return handler(request, *args, **kwargs)
File "/opt/netbox/venv/lib/python3.10/site-packages/netbox_proxbox/views.py", line 93, in get
"virtualmachines_table": VMUpdateResult(proxbox_api.update.all(remove_unused = True)["virtualmachines"]),
File "/opt/netbox/venv/lib/python3.10/site-packages/netbox_proxbox/proxbox_api/update.py", line 434, in all
node_updated = nodes(proxmox_json = px_node_each, proxmox_cluster = proxmox_cluster)
File "/opt/netbox/venv/lib/python3.10/site-packages/netbox_proxbox/proxbox_api/update.py", line 392, in nodes
full_update = node_full_update(netbox_node, proxmox_json, proxmox_cluster)
File "/opt/netbox/venv/lib/python3.10/site-packages/netbox_proxbox/proxbox_api/update.py", line 61, in node_full_update
interfaces_updated = updates.node.interfaces(netbox_node, proxmox_json)
File "/opt/netbox/venv/lib/python3.10/site-packages/netbox_proxbox/proxbox_api/updates/node.py", line 105, in interfaces
_eth = [iface for iface in proxmox.nodes(proxmox_json['name']).network.get() if iface['type'] == 'eth']
File "/opt/netbox/venv/lib/python3.10/site-packages/proxmoxer/core.py", line 169, in get
return self(args)._request("GET", params=params)
File "/opt/netbox/venv/lib/python3.10/site-packages/proxmoxer/core.py", line 149, in _request
raise ResourceException(
proxmoxer.core.ResourceException: 595 Errors during connection establishment, proxy handshake: No route to host - {'errors': b''}
I'm not totally sure the error come from the down node, but it's the only problem I can imagine
bugFurther discussion is needed to determine this issue's scope and/or implementationquestionFurther information is requestedunder reviewFurther discussion is needed to determine this issue's scope and/or implementation
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Currently, I have a node which is down (broken hardware, waiting for replacement parts). I set a valid node in the proxbox settings, obviously. And it partially works, nodes are registered in netbox !
When I try to do a Full upgrade, I have this error :
And in logs :
I'm not totally sure the error come from the down node, but it's the only problem I can imagine
Beta Was this translation helpful? Give feedback.
All reactions