~hopem/charms/trusty/ceph-osd/lp1548478

« back to all changes in this revision

Viewing changes to hooks/ceph_hooks.py

  • Committer: Liam Young
  • Date: 2016-02-22 09:25:29 UTC
  • mfrom: (57.2.2 ceph-osd)
  • Revision ID: liam.young@canonical.com-20160222092529-o4tb1u8r64myli04
[james-page, r=gnuoy] Add configuration option for toggling use of direct io for OSD journals

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
        'ceph_public_network': config('ceph-public-network'),
87
87
        'ceph_cluster_network': config('ceph-cluster-network'),
88
88
        'loglevel': config('loglevel'),
 
89
        'dio': str(config('use-direct-io')).lower(),
89
90
    }
90
91
 
91
92
    if config('prefer-ipv6'):