Looks like the paramiko using pipes to give you the ability to use the channel in a select.
We should verify is the OrPipe used in a context where thread safety matters and is it thread-safe on a multi-core machine.
ssh.py not fully correct in extreme situations, but in those cases you would see a different exception.
- Is it possible the Cirros forgot his IP-address ?
- Is it possible the sshd or the qemu or the guest OS crashed ?
- Is it possible the firewall changes caused pocket lost ?
- is it possible the above mentioned promisc mode temporary turned off by an internal operation ?
Looks like the paramiko using pipes to give you the ability to use the channel in a select.
We should verify is the OrPipe used in a context where thread safety matters and is it thread-safe on a multi-core machine.
ssh.py not fully correct in extreme situations, but in those cases you would see a different exception.
- Is it possible the Cirros forgot his IP-address ?
- Is it possible the sshd or the qemu or the guest OS crashed ?
- Is it possible the firewall changes caused pocket lost ?
- is it possible the above mentioned promisc mode temporary turned off by an internal operation ?