~nobuto/charms/trusty/ceph/workaround-multinics

« back to all changes in this revision

Viewing changes to hooks/hooks.py

  • Committer: James Page
  • Date: 2013-12-19 12:14:28 UTC
  • mfrom: (67.1.1 ceph)
  • Revision ID: james.page@canonical.com-20131219121428-59t8e1pasddifrtm
[dosaboy,r=james-page] Add osd-journal-size option

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        'auth_supported': config('auth-supported'),
72
72
        'mon_hosts': ' '.join(get_mon_hosts()),
73
73
        'fsid': config('fsid'),
74
 
        'version': ceph.get_ceph_version()
 
74
        'version': ceph.get_ceph_version(),
 
75
        'osd_journal_size': config('osd-journal-size')
75
76
    }
76
77
    # Install ceph.conf as an alternative to support
77
78
    # co-existence with other charms that write this file