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
Intermittently, across multiple switches (using multiple firmware versions, all > 8090/UFI), we run into the following error:
failed: [switch] (item=192.168.1.10) => {"ansible_loop_var": "item", "changed": false, "item": "192.168.1.10", "msg": "socket path /root/.ansible/pc/b146f0a1d8 does not exist or cannot be found. See Troubleshooting socket path issues in the Network Debug and Troubleshooting Guide"}
In recent testing with firmware versions 8095j, we see this issue a lot less. I can run this play 10 times in a row, and it might succeed 80% of the time some days, 20% of the time other days.
SUMMARY
Intermittently, across multiple switches (using multiple firmware versions, all > 8090/UFI), we run into the following error:
failed: [switch] (item=192.168.1.10) => {"ansible_loop_var": "item", "changed": false, "item": "192.168.1.10", "msg": "socket path /root/.ansible/pc/b146f0a1d8 does not exist or cannot be found. See Troubleshooting socket path issues in the Network Debug and Troubleshooting Guide"}
We also see this on occasion:
fatal: [switch]: FAILED! => {"changed": false, "msg": "ssh connection failed: ssh connect failed: Socket error: disconnected"}
In recent testing with firmware versions 8095j, we see this issue a lot less. I can run this play 10 times in a row, and it might succeed 80% of the time some days, 20% of the time other days.
ISSUE TYPE
COMPONENT NAME
icx_system
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Switch
Kernel
OS
apt
pip
STEPS TO REPRODUCE
The issue is intermittent and not reproducible on-demand. We see the error multiple times per job and use
ignore_errors: true
to work around it.Example playbook
Example task that generates the error
EXPECTED RESULTS
I expect that it completes successfully every run, but intermittently the task fails as indicated above.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: