ceilometer-dbsync abuse
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Cloud Archive |
Fix Released
|
High
|
Unassigned | ||
ceilometer (Ubuntu) |
Fix Released
|
High
|
James Page | ||
Trusty |
Fix Released
|
High
|
James Page |
Bug Description
When installing the compute-agent on a hypervisor generaly we didn't need to sync db from it.
DB is usually installed on an anther server
furthermore, for each installation of compute-agent (on compute nodes), dbsync is fired which is too much and useless.
and if there are no db accessible the installation failed.
the ceilometer-dbsync come with ceilometer-common which is a dependance of ceilometer-
A better place to do the dbsync would be with the installation of the collector IMHO
----
> lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 13.04
Release: 13.04
Codename: raring
> aptitude show ceilometer-
Package: ceilometer-
State: not installed
Version: 2013.1-0ubuntu1
Priority: optional
Section: universe/python
Maintainer: Chuck Short <email address hidden>
Architecture: all
Uncompressed Size: 48.1 k
Depends: ceilometer-common (= 2013.1-0ubuntu1), upstart-job, python
Description: ceilometer compute agent
Related branches
- Ubuntu Server Developers: Pending requested
-
Diff: 63 lines (+28/-18)2 files modifieddebian/ceilometer-common.postinst (+21/-18)
debian/changelog (+7/-0)
description: | updated |
description: | updated |
Changed in ceilometer (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in ceilometer (Ubuntu Trusty): | |
status: | Confirmed → Triaged |
Changed in cloud-archive: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
Changed in ceilometer (Ubuntu Trusty): | |
importance: | Wishlist → High |
Changed in cloud-archive: | |
importance: | Wishlist → High |
Changed in ceilometer (Ubuntu Trusty): | |
assignee: | nobody → James Page (james-page) |
status: | Triaged → In Progress |
Changed in ceilometer (Ubuntu Trusty): | |
status: | In Progress → Fix Committed |
Changed in cloud-archive: | |
status: | Triaged → Fix Committed |
Changed in cloud-archive: | |
status: | Fix Committed → Fix Released |
After some further discussion on irc downgrading this to wishlist; yes its inefficient but does not cause direct issues.