Race in Postgres on master node in 5.0
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Invalid
|
High
|
Unassigned | ||
5.0.x |
In Progress
|
High
|
Matthew Mosesohn | ||
5.1.x |
Invalid
|
Undecided
|
Unassigned | ||
6.0.x |
Invalid
|
Undecided
|
Unassigned | ||
6.1.x |
Invalid
|
High
|
Unassigned |
Bug Description
When master node is virtualized and host has pretty high load. I see the race condition as
Notice: /Stage[
Error: /usr/bin/createdb --template=
Error: /Stage[
Notice: /Stage[
It means that Postgres started but DBs were not attached though puppet ran next resource though DBs were not ready.
the problem was fixed in 5.1.1 by updating Postgres manifests to latest though it's present in 5.0 (all branches) and 5.1 (only 5.1)
The actual fixes are:
https:/
Here is a root cause of issue
https:/
Changed in fuel: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Matthew Mosesohn (raytrac3r) |
milestone: | none → 5.0.3 |
Fix proposed to branch: stable/5.0 /review. openstack. org/141325
Review: https:/