Kolla reconfigure failure after mariadb connection limit reset
Bug #1563643 reported by
Manjeet Singh Bhatia
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Critical
|
Jeffrey Zhang | ||
Mitaka |
Fix Released
|
Critical
|
Jeffrey Zhang |
Bug Description
I tried increasing database connection limit and got issues while reconfigure
logs http://
Changed in kolla: | |
milestone: | none → newton-1 |
status: | New → Confirmed |
importance: | Undecided → Critical |
Changed in kolla: | |
assignee: | nobody → Jeffrey Zhang (jeffrey4l) |
To post a comment you must log in.
Checking the fix condition first in the when clause rather than the
dynamic condition. Otherwise it will raise issue, especially in
multinode env.
For example use
when: 'nova-novncprox y']
- nova_console == 'novnc'
- inventory_hostname in groups[
rather than
when: 'nova-novncprox y']
- inventory_hostname in groups[
- nova_console == 'novnc'
Because the nova-novncproxy groups may do not exist.