glance charm sets insufficient pg count for rbd pool
Bug #1227008 reported by
Edward Hope-Morley
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ceph (Juju Charms Collection) |
Invalid
|
Undecided
|
Unassigned | ||
glance (Juju Charms Collection) |
Fix Released
|
Undecided
|
Edward Hope-Morley |
Bug Description
When glance is related with ceph and subsequently creates a new 'images' pool, it does not set a sufficient number of placement groups on that pool. The default is extremely low (~8) which results in a small number of OSDs rapidly filling up.
Related branches
lp://qastaging/~hopem/charms/precise/glance/lp1227008
- charmers: Pending requested
-
Diff: 49 lines (+24/-2)3 files modifiedconfig.yaml (+11/-0)
hooks/glance-relations (+12/-1)
revision (+1/-1)
lp://qastaging/~hopem/charms/precise/glance/python-redux.lp1227008
- OpenStack Charmers: Pending requested
-
Diff: 85 lines (+21/-6)5 files modifiedconfig.yaml (+10/-0)
hooks/glance_relations.py (+6/-2)
hooks/glance_utils.py (+2/-2)
revision (+1/-1)
unit_tests/test_glance_relations.py (+2/-1)
Changed in ceph (Juju Charms Collection): | |
assignee: | nobody → Edward Hope-Morley (hopem) |
status: | New → In Progress |
Changed in glance (Juju Charms Collection): | |
status: | New → In Progress |
Changed in ceph (Juju Charms Collection): | |
status: | In Progress → New |
Changed in glance (Juju Charms Collection): | |
assignee: | nobody → Edward Hope-Morley (hopem) |
Changed in ceph (Juju Charms Collection): | |
assignee: | Edward Hope-Morley (hopem) → nobody |
Changed in ceph (Juju Charms Collection): | |
status: | New → Invalid |
Changed in glance (Juju Charms Collection): | |
status: | In Progress → Fix Released |
To post a comment you must log in.
This is currently waiting on https:/ /bugs.launchpad .net/charms/ +source/ ceph/+bug/ 1228316 which is required for this patch to work.