Merge lp:~hopem/charms/trusty/ceph-osd/lp1520236 into lp:~openstack-charmers-archive/charms/trusty/ceph-osd/next

Proposed by Edward Hope-Morley
Status: Merged
Merged at revision: 57
Proposed branch: lp:~hopem/charms/trusty/ceph-osd/lp1520236
Merge into: lp:~openstack-charmers-archive/charms/trusty/ceph-osd/next
Diff against target: 36 lines (+6/-0)
3 files modified
config.yaml (+4/-0)
hooks/ceph_hooks.py (+1/-0)
templates/ceph.conf (+1/-0)
To merge this branch: bzr merge lp:~hopem/charms/trusty/ceph-osd/lp1520236
Reviewer Review Type Date Requested Status
Liam Young (community) Approve
Review via email: mp+282433@code.launchpad.net
To post a comment you must log in.
Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_unit_test #16108 ceph-osd-next for hopem mp282433
    UNIT OK: passed

Build: http://10.245.162.77:8080/job/charm_unit_test/16108/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #17243 ceph-osd-next for hopem mp282433
    LINT OK: passed

Build: http://10.245.162.77:8080/job/charm_lint_check/17243/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_amulet_test #8747 ceph-osd-next for hopem mp282433
    AMULET FAIL: amulet-test failed

AMULET Results (max last 2 lines):
make: *** [functional_test] Error 100
ERROR:root:Make target returned non-zero.

Full amulet test output: http://paste.ubuntu.com/14486745/
Build: http://10.245.162.77:8080/job/charm_amulet_test/8747/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_amulet_test #8749 ceph-osd-next for hopem mp282433
    AMULET OK: passed

Build: http://10.245.162.77:8080/job/charm_amulet_test/8749/

Revision history for this message
Liam Young (gnuoy) wrote :

Approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'config.yaml'
2--- config.yaml 2015-07-10 14:12:01 +0000
3+++ config.yaml 2016-01-13 12:49:15 +0000
4@@ -1,4 +1,8 @@
5 options:
6+ loglevel:
7+ default: 1
8+ type: int
9+ description: OSD debug level. Max is 20.
10 osd-devices:
11 type: string
12 default: /dev/vdb
13
14=== modified file 'hooks/ceph_hooks.py'
15--- hooks/ceph_hooks.py 2015-10-30 02:22:54 +0000
16+++ hooks/ceph_hooks.py 2016-01-13 12:49:15 +0000
17@@ -83,6 +83,7 @@
18 'use_syslog': str(config('use-syslog')).lower(),
19 'ceph_public_network': config('ceph-public-network'),
20 'ceph_cluster_network': config('ceph-cluster-network'),
21+ 'loglevel': config('loglevel'),
22 }
23
24 if config('prefer-ipv6'):
25
26=== modified file 'templates/ceph.conf'
27--- templates/ceph.conf 2014-10-06 22:09:58 +0000
28+++ templates/ceph.conf 2016-01-13 12:49:15 +0000
29@@ -13,6 +13,7 @@
30 log to syslog = {{ use_syslog }}
31 err to syslog = {{ use_syslog }}
32 clog to syslog = {{ use_syslog }}
33+debug osd = {{ loglevel }}/5
34
35 {%- if ceph_public_network is string %}
36 public network = {{ ceph_public_network }}

Subscribers

People subscribed via source and target branches