Cinder not configured to provide telemetry to ceilometer
Bug #1653231 reported by
Frode Nordahl
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cinder (Juju Charms Collection) |
Invalid
|
Wishlist
|
Unassigned |
Bug Description
Metrics are currently not collected for Cinder volume when using Ceilometer in a deployment.
Cinder needs a few additions to its configuration file and the 'cinder-
I would suggest that this either is added to the cinder-charm and activated with a relation to ceilometer or by creating a new subordinate charm like the ceilometer-agent subordinate used for nova-compute.
tags: | added: canonical-bootstack |
Changed in cinder (Juju Charms Collection): | |
milestone: | none → 17.01 |
importance: | Undecided → High |
Changed in cinder (Juju Charms Collection): | |
assignee: | nobody → Mario Splivalo (mariosplivalo) |
Changed in cinder (Juju Charms Collection): | |
importance: | High → Wishlist |
Changed in cinder (Juju Charms Collection): | |
assignee: | Mario Splivalo (mariosplivalo) → nobody |
To post a comment you must log in.
If i'm not mistaken the following simple change to cinder.conf does the trick:
[oslo_messaging _notifications]
driver = messagingv2
As for cinder- volume- usage-audit would it be ill-advised to just always run it? It seems like a fairly low-touch action since it runs every 5 minutes. If so we could just add this to the cinder charm natively and not have to worry about extra relations, config and subordinates.