Bug 1639054
| Summary: | Repeating traceback in the journal on fresh deployment | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Robin Cernin <rcernin> |
| Component: | openstack-octavia | Assignee: | Assaf Muller <amuller> |
| Status: | CLOSED DUPLICATE | QA Contact: | Bruna Bonguardo <bbonguar> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 13.0 (Queens) | CC: | bdobreli, bshephar, cgoncalves, dh3, emacchi, ihrachys, jslagle, lpeer, majopela, m.andre, michael.carden, mschuppe, nchandek, njohnston, ojanas, owalsh, rcernin, rhos-maint, sandyada, scohen |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-05-23 18:21:31 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Robin Cernin
2018-10-14 21:30:15 UTC
systemctl status docker.service
..
Oct 14 21:35:33 controller-0 dockerd-current[19433]: self.RequestHandlerClass(request, client_address, self)
Oct 14 21:35:33 controller-0 dockerd-current[19433]: File "/usr/lib64/python2.7/SocketServer.py", line 651, in __init__
Oct 14 21:35:33 controller-0 dockerd-current[19433]: self.finish()
Oct 14 21:35:33 controller-0 dockerd-current[19433]: File "/usr/lib64/python2.7/SocketServer.py", line 710, in finish
Oct 14 21:35:33 controller-0 dockerd-current[19433]: self.wfile.close()
Oct 14 21:35:33 controller-0 dockerd-current[19433]: File "/usr/lib64/python2.7/socket.py", line 279, in close
Oct 14 21:35:33 controller-0 dockerd-current[19433]: self.flush()
Oct 14 21:35:33 controller-0 dockerd-current[19433]: File "/usr/lib64/python2.7/socket.py", line 303, in flush
Oct 14 21:35:33 controller-0 dockerd-current[19433]: self._sock.sendall(view[write_offset:write_offset+buffer_size])
Oct 14 21:35:33 controller-0 dockerd-current[19433]: error: [Errno 32] Broken pipe
in `/var/log/messages`:
Oct 13 23:24:58 controller-0 journal: Exception happened during processing of request from ('x.x.x.x', 50782)
Oct 13 23:24:58 controller-0 journal: ----------------------------------------
Oct 13 23:24:58 controller-0 journal: ----------------------------------------
Oct 13 23:24:58 controller-0 journal: Exception happened during processing of request from ('x.x.x.x', 50828)
Oct 13 23:24:58 controller-0 journal: ----------------------------------------
Oct 13 23:24:58 controller-0 journal: ----------------------------------------
Oct 13 23:24:58 controller-0 journal: Exception happened during processing of request from ('x.x.x.x', 50882)
Oct 13 23:24:58 controller-0 journal: ----------------------------------------
Oct 13 23:24:58 controller-0 journal: ----------------------------------------
Oct 13 23:24:58 controller-0 journal: Exception happened during processing of request from ('x.x.x.x', 50936)
Oct 13 23:24:58 controller-0 journal: ----------------------------------------
Oct 13 23:24:58 controller-0 journal: ----------------------------------------
Oct 13 23:24:58 controller-0 journal: Exception happened during processing of request from ('x.x.x.x', 51004)
Oct 13 23:24:58 controller-0 journal: ----------------------------------------
Oct 13 23:24:58 controller-0 journal: ----------------------------------------
Oct 13 23:24:58 controller-0 journal: Exception happened during processing of request from ('x.x.x.x', 51332)
Oct 13 23:24:58 controller-0 journal: ----------------------------------------
Oct 13 23:24:58 controller-0 journal: ----------------------------------------
Oct 13 23:24:58 controller-0 journal: Exception happened during processing of request from ('x.x.x.x', 51400)
Oct 13 23:24:58 controller-0 journal: ----------------------------------------
Oct 13 23:24:58 controller-0 journal: ----------------------------------------
Oct 13 23:24:58 controller-0 journal: Exception happened during processing of request from ('x.x.x.x', 52240)
|