Displaying 6 results from an estimated 6 matches for "source_address".
2019 Nov 19
2
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
...ient.py", line 966, in send
> self.connect()
> File "/usr/lib64/python3.7/http/client.py", line 1414, in connect
> super().connect()
> File "/usr/lib64/python3.7/http/client.py", line 938, in connect
> (self.host,self.port), self.timeout, self.source_address)
> File "/usr/lib64/python3.7/socket.py", line 727, in create_connection
> raise err
> File "/usr/lib64/python3.7/socket.py", line 716, in create_connection
> sock.connect(sa)
> OSError: [Errno 101] Network is unreachable
>
> During handling of t...
2019 Nov 19
0
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
...r/lib64/python3.7/http/client.py", line 966, in send
self.connect()
File "/usr/lib64/python3.7/http/client.py", line 1414, in connect
super().connect()
File "/usr/lib64/python3.7/http/client.py", line 938, in connect
(self.host,self.port), self.timeout, self.source_address)
File "/usr/lib64/python3.7/socket.py", line 727, in create_connection
raise err
File "/usr/lib64/python3.7/socket.py", line 716, in create_connection
sock.connect(sa)
OSError: [Errno 101] Network is unreachable
During handling of the above exception, another except...
2019 Nov 19
2
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
...; self.connect()
> >> File "/usr/lib64/python3.7/http/client.py", line 1414, in connect
> >> super().connect()
> >> File "/usr/lib64/python3.7/http/client.py", line 938, in connect
> >> (self.host,self.port), self.timeout, self.source_address)
> >> File "/usr/lib64/python3.7/socket.py", line 727, in create_connection
> >> raise err
> >> File "/usr/lib64/python3.7/socket.py", line 716, in create_connection
> >> sock.connect(sa)
> >> OSError: [Errno 101] Network...
2019 Nov 19
0
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
...966, in send
>> self.connect()
>> File "/usr/lib64/python3.7/http/client.py", line 1414, in connect
>> super().connect()
>> File "/usr/lib64/python3.7/http/client.py", line 938, in connect
>> (self.host,self.port), self.timeout, self.source_address)
>> File "/usr/lib64/python3.7/socket.py", line 727, in create_connection
>> raise err
>> File "/usr/lib64/python3.7/socket.py", line 716, in create_connection
>> sock.connect(sa)
>> OSError: [Errno 101] Network is unreachable
>>
&...
2019 Nov 19
0
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
...ct()
>> >> File "/usr/lib64/python3.7/http/client.py", line 1414, in connect
>> >> super().connect()
>> >> File "/usr/lib64/python3.7/http/client.py", line 938, in connect
>> >> (self.host,self.port), self.timeout, self.source_address)
>> >> File "/usr/lib64/python3.7/socket.py", line 727, in create_connection
>> >> raise err
>> >> File "/usr/lib64/python3.7/socket.py", line 716, in create_connection
>> >> sock.connect(sa)
>> >> OSError:...
2019 Nov 18
15
[PATCH v2 00/11] rvh-upload: Various fixes and cleanups
This series extract oVirt SDK and imageio code to make it eaiser to follow the
code and improve error handing in open() and close().
Tested with virt-v2v master.
Changes since v1:
- Rebase on merged patches from v1
- Fix regression introduced by "rhv-upload: Fix cleanup after errors"
- Remove "rhv-upload: Try to remove disk on timeout" since it cannot
succeed
- Add more