-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
juniper.device.sofware: MX vmhost device software upgrade with reboot option fails with error raise EzErrors.RpcTimeoutError(self, rpc_cmd_e.tag, self.timeout) #705
Comments
issue is not reproducible now and playbook works fine.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Type
Module Name
juniper.device.software with reboot.
juniper.device collection and Python libraries version
OS / Environment
JUNOS
MX vmhost.
Summary
MX device upgrade with reboot option fails with error.
The full traceback is:
File "/tmp/ansible_juniper.device.software_payload_3egabt4c/ansible_juniper.device.software_payload.zip/ansible_collections/juniper/device/plugins/modules/software.py", line 779, in main
got = junos_module.sw.reboot(0, None, all_re, None, install_params.get('vmhost'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/jnpr/junos/utils/sw.py", line 1248, in reboot
raise err
File "/usr/local/lib/python3.12/site-packages/jnpr/junos/utils/sw.py", line 1246, in reboot
return self._system_operation(cmd, in_min, at, all_re, other_re, vmhost)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/jnpr/junos/utils/sw.py", line 1169, in _system_operation
raise err
File "/usr/local/lib/python3.12/site-packages/jnpr/junos/utils/sw.py", line 1149, in _system_operation
rsp = self.rpc(cmd, ignore_warning=True, normalize=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/jnpr/junos/rpcmeta.py", line 386, in call
return self._junos.execute(rpc_cmd, **kvargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/jnpr/junos/decorators.py", line 63, in wrapper
result = function(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/jnpr/junos/decorators.py", line 31, in wrapper
return function(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/jnpr/junos/device.py", line 843, in execute
raise EzErrors.RpcTimeoutError(self, rpc_cmd_e.tag, self.timeout)
Steps to reproduce
Actual results
The text was updated successfully, but these errors were encountered: