[R2.20-Build 3]:Docker: compute host lost connectivity by running command on docker container
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R2.20 |
Fix Committed
|
Critical
|
Anand H. Krishnan | |||
Trunk |
Fix Committed
|
Critical
|
Anand H. Krishnan |
Bug Description
compute node host losses connectivity after running command on docker container using run command:
root@nodec62:~# docker run ubuntu:14.04 /bin/echo "hello"
hello
Write failed: Broken pipe
setup info:
env.roledefs = {
'all': [host1,
'cfgm': [host1,
'openstack'
'control': [host2,host1],
'compute': [host3,host4],
'collector': [host2,host1],
'webui': [host1],
'database': [host1,
'build': [host_build],
}
env.hostnames = {
'all': ['nodec64', 'nodeg18', 'nodec62', 'nodec11', 'nodec12']
}
root@nodec62:
docker0 Link encap:Ethernet HWaddr 56:84:7a:fe:97:99
inet addr:172.17.42.1 Bcast:0.0.0.0 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
logs @mayamruga-
Review in progress for https:/ /review. opencontrail. org/10105
Submitter: Anand H. Krishnan (<email address hidden>)