[R2.20-Build 17]:Docker container instances informations could not be recovered after agent crash
Bug #1454655 reported by
alok kumar
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R2.20 |
Fix Committed
|
High
|
Ignatious Johnson Christopher | |||
Trunk |
Fix Committed
|
High
|
Ignatious Johnson Christopher | |||
nova-docker |
Fix Committed
|
Undecided
|
Ignatious Johnson Christopher |
Bug Description
if agent crashed or restarted because of any reason, then once agent is up and running metadata IP of docker containers are not reachable.
For qemu based computes, metadata IP is reachable once agent is UP.
summary: |
- [R2.20-Build 17]:Docker container metadata service not resumed after - agent crash + [R2.20-Build 17]:Docker container instances informations could not be + recovered after agent crash |
information type: | Proprietary → Public |
tags: | added: blocker |
Changed in nova-docker: | |
assignee: | nobody → Ignatious Johnson Christopher (ijohnson-x) |
Changed in nova-docker: | |
status: | New → In Progress |
To post a comment you must log in.
once agent is up, it doesn't have any instance information.
looks like instances info could not be recovered after agent crash/restart.
after this instances are not able to send traffic to each other, verified it through docker cli.
from analytics: nodec64. englab. juniper. net:8081/ analytics/ uves/virtual- machines
curl http://
[]
root@nodec62:~# nova list ------- ------- ------- ------- ----+-- -----+- ------- +------ ------+ ------- ------+ ------- ------+ ------- ------- ------- ------- ----+-- -----+- ------- +------ ------+ ------- ------+ ------- ------+ 89e1-4c72- 845c-bdf124564a 2d | vm10 | ACTIVE | - | Running | vn4=4.4.4.6 | ef97-489e- b36e-3c3d9a92c4 d6 | vm4-1 | ACTIVE | - | Running | vn4=4.4.4.3 | 2240-4fec- b0ec-69d17d5ba1 37 | vm4-2 | ACTIVE | - | Running | vn4=4.4.4.4 | baca-4c10- 95ca-5be0fff863 0f | vm9 | ACTIVE | - | Running | vn4=4.4.4.5 | ------- ------- ------- ------- ----+-- -----+- ------- +------ ------+ ------- ------+ ------- ------+
+------
| ID | Name | Status | Task State | Power State | Networks |
+------
| 17dda6d0-
| b0716346-
| 556f84ce-
| 05c436ed-
+------
root@nodec64: /opt/contrail/ utils# curl -u admin:contrail123 http:// 127.0.0. 1:8095/ virtual- machines | python -mjson.tool
Dload Upload Total Spent Left Speed machines" : [
"fq_ name": [
"05c436ed- baca-4c10- 95ca-5be0fff863 0f" 127.0.0. 1:8095/ virtual- machine/ 05c436ed- baca-4c10- 95ca-5be0fff863 0f", baca-4c10- 95ca-5be0fff863 0f"
"fq_ name": [
"17dda6d0- 89e1-4c72- 845c-bdf124564a 2d" 127.0.0. 1:8095/ virtual- machine/ 17dda6d0- 89e1-4c72- 845c-bdf124564a 2d", 89e1-4c72- 845c-bdf124564a 2d"
"fq_ name": [
"556f84ce- 2240-4fec- b0ec-69d17d5ba1 37" 127.0.0. 1:8095/ virtual- machine/ 556f84ce- 2240-4fec- b0ec-69d17d5ba1 37", 2240-4fec- b0ec-69d17d5ba1 37"
"fq_ name": [
"b0716346- ef97-489e- b36e-3c3d9a92c4 d6" 127.0.0. 1:8095/ virtual- machine/ b0716346- ef97-489e- b36e-3c3d9a92c4 d6", ef97-489e- b36e-3c3d9a92c4 d6"
% Total % Received % Xferd Average Speed Time Time Time Current
100 778 100 778 0 0 176k 0 --:--:-- --:--:-- --:--:-- 189k
{
"virtual-
{
],
"href": "http://
"uuid": "05c436ed-
},
{
],
"href": "http://
"uuid": "17dda6d0-
},
{
],
"href": "http://
"uuid": "556f84ce-
},
{
],
"href": "http://
"uuid": "b0716346-
}
]
}