HEALTH_WARN with POOL_APP_NOT_ENABLED application not enabled on N pool(s)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceph Monitor Charm |
Fix Released
|
Medium
|
Chris MacNaughton | ||
Ceph RADOS Gateway Charm |
Triaged
|
Low
|
Unassigned | ||
OpenStack Ceph-FS Charm |
Triaged
|
Low
|
Unassigned | ||
OpenStack Cinder-Ceph charm |
Triaged
|
Low
|
Unassigned | ||
OpenStack Glance Charm |
Triaged
|
Low
|
Unassigned | ||
OpenStack Nova Compute Charm |
Triaged
|
Low
|
Unassigned | ||
charms.ceph |
Fix Released
|
Medium
|
Chris MacNaughton |
Bug Description
Just after an OpenStack deployment, Ceph cluster stays in HEALTH_WARN. It breaks a status monitoring for example by NRPE.
xenial + cloud:xenial-pike
$ sudo ceph version
sudo: unable to resolve host juju-3ea7d7-1
ceph version 12.2.1 (3e7492b9ada8bd
$ ceph health detail
HEALTH_WARN application not enabled on 2 pool(s)
POOL_APP_
application not enabled on pool 'default.
application not enabled on pool '.rgw.root'
use 'ceph osd pool application enable <pool-name> <app-name>', where <app-name> is 'cephfs', 'rbd', 'rgw', or freeform for custom applications.
http://
http://
[WORKAROUND]
$ juju run --unit ceph-mon/0 '
ceph osd pool application enable default.rgw.control rgw
ceph osd pool application enable default.
ceph osd pool application enable .rgw.root rgw
ceph osd pool application enable glance rbd
ceph osd pool application enable cinder-ceph rbd
ceph osd pool application enable gnocchi rgw
'
description: | updated |
tags: | added: uosci |
description: | updated |
description: | updated |
Changed in charm-ceph-mon: | |
assignee: | nobody → Chris MacNaughton (chris.macnaughton) |
Changed in charms.ceph: | |
assignee: | nobody → Chris MacNaughton (chris.macnaughton) |
Changed in charm-ceph-mon: | |
status: | Triaged → In Progress |
tags: | added: canonical-bootstack |
Changed in charm-ceph-mon: | |
milestone: | none → 18.05 |
Changed in charm-ceph-mon: | |
status: | Fix Committed → Fix Released |
Ah, openstack-on-lxd uses ceph charm instead of ceph-mon charm actually. it may not be the case with ceph-mon. I will double check with it.