"osd journal size" is hard-coded in templates/ceph.conf
Bug #1256743 reported by
Nobuto Murata
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ceph (Juju Charms Collection) |
Fix Released
|
Wishlist
|
Unassigned | ||
ceph-osd (Juju Charms Collection) |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
"osd journal size" is hard-coded in templates/ceph.conf as "osd journal size = 1000"(1GB).
It would be great if we can configure the size of journal from config.yaml.
Besides, "osd jounal size" has relavance to "filestore max sync interval", it would be also greate if we can configure "filestore max sync interval" from config.yaml.
http://
WORKAROUND:
1. charm get ceph or ceph-osd
2. change "osd journal size" in templates/ceph.conf directly
3. deploy local:ceph or local:ceph-osd
To post a comment you must log in.
Sounds like a nice feature - I'll add it to the ceph blueprints for 14.04.
If you would like to have a go at implementing this feature I'd be happy to review/sponsor.