In multinode setup VM fails to launch due to cinder not checking with all glance api servers
Bug #1571211 reported by
Serguei Bezverkhi
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Invalid
|
Medium
|
Sean McGinnis | ||
Glance |
New
|
Undecided
|
Unassigned |
Bug Description
In multinode setup every other instance fails to launch due to cinder not checking with all configured glance api servers for the requested image.
affects: | kolla → cinder |
Changed in cinder: | |
status: | New → Confirmed |
assignee: | nobody → Steven Dake (sdake) |
Changed in cinder: | |
status: | Confirmed → In Progress |
Changed in cinder: | |
importance: | Undecided → Medium |
Changed in cinder: | |
assignee: | Steven Dake (sdake) → John Griffith (john-griffith) |
Changed in cinder: | |
status: | In Progress → Won't Fix |
Changed in cinder: | |
status: | Won't Fix → In Progress |
Changed in cinder: | |
status: | In Progress → New |
Changed in cinder: | |
assignee: | nobody → Sean McGinnis (sean-mcginnis) |
status: | New → In Progress |
To post a comment you must log in.
kolla uses glance_api_servers as a list of all glance API services and glance_num_retries. These values are not honored if glance returns a None type which happens if the call() operation results in a missing image. Sergeuei to add logs.