Expose direct io OSD config via config option
Bug #1535315 reported by
James Page
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ceph (Juju Charms Collection) |
Fix Released
|
Medium
|
James Page | ||
ceph-osd (Juju Charms Collection) |
Fix Released
|
Medium
|
James Page |
Bug Description
I'm testing deployment of Ceph using filesystem based OSD's in LXD containers, backed by ZFS volumes.
ZFS does not support direct IO, so it would be good to have a config option to support use in this configuration; Specifically I need:
[osd]
journal dio = false|true
I'd suggest a new configuration option 'osd-journal-dio' to support this; of even better auto-detection of ZFS and setting of this config option in ceph.conf
Related branches
lp://qastaging/~james-page/charms/trusty/ceph/lp1535315
- Liam Young (community): Approve
-
Diff: 32 lines (+6/-0)3 files modifiedconfig.yaml (+4/-0)
hooks/ceph_hooks.py (+1/-0)
templates/ceph.conf (+1/-0)
lp://qastaging/~james-page/charms/trusty/ceph-osd/lp1535315
- Liam Young (community): Approve
-
Diff: 33 lines (+7/-0)3 files modifiedconfig.yaml (+5/-0)
hooks/ceph_hooks.py (+1/-0)
templates/ceph.conf (+1/-0)
Changed in ceph (Juju Charms Collection): | |
milestone: | none → 16.01 |
Changed in ceph-osd (Juju Charms Collection): | |
milestone: | none → 16.01 |
Changed in ceph (Juju Charms Collection): | |
status: | New → Triaged |
Changed in ceph-osd (Juju Charms Collection): | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in ceph (Juju Charms Collection): | |
importance: | Undecided → Medium |
tags: | added: lxd openstack |
Changed in ceph (Juju Charms Collection): | |
milestone: | 16.01 → 16.04 |
Changed in ceph-osd (Juju Charms Collection): | |
milestone: | 16.01 → 16.04 |
Changed in ceph (Juju Charms Collection): | |
assignee: | nobody → James Page (james-page) |
Changed in ceph-osd (Juju Charms Collection): | |
assignee: | nobody → James Page (james-page) |
Changed in ceph (Juju Charms Collection): | |
status: | Triaged → In Progress |
Changed in ceph-osd (Juju Charms Collection): | |
status: | Triaged → In Progress |
Changed in ceph (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
Changed in ceph-osd (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
Changed in ceph (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
Changed in ceph-osd (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.