[Bionic/Stein] Ceilometer-agent fails to collect metrics after restart

Bug #1885430 reported by Pedro Guimarães
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Ceilometer Agent Charm
Confirmed
Undecided
Unassigned
Ubuntu Cloud Archive
Fix Committed
Medium
Unassigned
Stein
Fix Committed
Medium
Unassigned
Train
Fix Released
Medium
Unassigned
Ussuri
Fix Released
Medium
Unassigned
Victoria
Fix Released
Medium
Unassigned
ceilometer (Ubuntu)
Fix Released
Medium
Unassigned
Focal
Fix Released
Medium
Unassigned
Groovy
Fix Released
Medium
Unassigned
Hirsute
Fix Released
Medium
Unassigned

Bug Description

Bionic/Stein - stable 20.05 charms
Juju 2.7.6

I am aware of: https://bugs.launchpad.net/charm-ceilometer-agent/+bug/1850846
Decided to open a new bug since there was no activity on the previous one and it expired.

After rebooting my cloud (rack-by-rack), I got into a situation where I could not collect memory.usage from VMs anymore.

Looking into: openstack metric resource --type instance <ID>
I could not see memory.usage there.

Access to ceilometer-agent and I could see the services were on active/running status, but following log was present:
Jun 27 22:34:09 sgdemr0114bp033 ceilometer-agent-compute[2244]: Deprecated: Option "logdir" from group "DEFAULT" is deprecated. Use option "log-dir" from group "DEFAULT".
Jun 27 22:34:09 sgdemr0114bp033 ceilometer-agent-compute[2244]: libvirt: XML-RPC error : Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory
Jun 27 22:34:09 sgdemr0114bp033 ceilometer-agent-compute[2244]: message repeated 33 times: [ libvirt: XML-RPC error : Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory]

stat on that /var/run file shows me:
stat /var/run/libvirt/libvirt-sock-ro
  File: /var/run/libvirt/libvirt-sock-ro
  Size: 0 Blocks: 0 IO Block: 4096 socket
Device: 17h/23d Inode: 1289 Links: 1
Access: (0777/srwxrwxrwx) Uid: ( 0/ root) Gid: ( 118/ libvirt)
Access: 2020-06-28 14:28:47.292838669 +0000
Modify: 2020-06-27 22:34:11.010520529 +0000
Change: 2020-06-27 22:34:11.010520529 +0000
 Birth: -

So, I guess there is a race-condition here, where libvirt is opening the socket after ceilometer-agent-compute tried to reach out for it; which gives up and stop working.

Restarting it restores memory.usage back to normal.

However, I still cannot see all the metrics as shown in: https://bugzilla.redhat.com/show_bug.cgi?id=1437927

Revision history for this message
Drew Freiberger (afreiberger) wrote :

I'm seeing this as well.

On startup of a bionic-stein nova-compute node with ceilometer-agent subordinate, I'm seeing the following after upgrading to ceilometer-agent-compute 1:12.1.1-0ubuntu1~cloud0, when a node reboots, We see the following in the ceilometer-agent log and no logs after this point, though the service continues to run:

2021-02-16 03:17:13.423 3963 WARNING ceilometer.polling.manager [-] No valid pollsters can be loaded from ['compute'] namespaces

When I checked the service startup in systemd, I found that nova-compute hadn't started up until 2021-02-16 03:19

I'm wondering if there's a missing "Should-Start: nova-compute.service" dependency missing from ceilometer-agent, or if ceilometer-agent should have a retry loop to re-check for valid pollsters for the failed namespace until the compute service is online for querying.

Changed in charm-ceilometer-agent:
status: New → Confirmed
Revision history for this message
Corey Bryant (corey.bryant) wrote :

I agree with Drew that a Should-Start: nova-compute would make sense for ceilometer-agent. This is a fairly non-invasive change as well since it doesn't block ceilometer-agent from starting if nova-compute didn't happen to exist, in case that ever made sense.

Changed in ceilometer (Ubuntu Focal):
status: New → Triaged
Changed in ceilometer (Ubuntu Groovy):
status: New → Triaged
Changed in ceilometer (Ubuntu Hirsute):
status: New → Triaged
Changed in ceilometer (Ubuntu Focal):
importance: Undecided → Medium
Changed in ceilometer (Ubuntu Groovy):
importance: Undecided → Medium
Changed in ceilometer (Ubuntu Hirsute):
importance: Undecided → Medium
Revision history for this message
Drew Freiberger (afreiberger) wrote :

After investigating a bit more, I also find that libvirtd.service was started at 03:19, and it appears the pollster error leads back to this failing to connect to libvirt. https://github.com/openstack/ceilometer/blob/c0632ae9e0f2eecbf0da9578c88f7c85727244f8/ceilometer/compute/virt/libvirt/inspector.py#L201

"Should-start" is a misnomer. I believe the proper attribute from systemd.unit(5) would be "Wants=".

Revision history for this message
Jorge Niedbalski (niedbalski) wrote :

Note: the only way that works reliable in both cases (restart, bootup) is by adding requires=nova-compute.service to the systemd service file /lib/systemd/system/ceilometer-agent-compute.service

I've tried modifying the sysvinit file , rebooted with only the required-start in the sysvinit file, and it doesn't work either https://pastebin.canonical.com/p/STTRFyw9Wy/

I agree with Drew, option is Wants= or Requires (more strict), I tested the 2nd and works ok after service restart and machine bootup (with both enabled/disabled nova-compute).

Revision history for this message
Corey Bryant (corey.bryant) wrote : Please test proposed package

Hello Pedro, or anyone else affected,

Accepted ceilometer into train-proposed. The package will build now and be available in the Ubuntu Cloud Archive in a few hours, and then in the -proposed repository.

Please help us by testing this new package. To enable the -proposed repository:

  sudo add-apt-repository cloud-archive:train-proposed
  sudo apt-get update

Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-train-needed to verification-train-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-train-failed. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

tags: added: verification-train-needed
Revision history for this message
Jorge Niedbalski (niedbalski) wrote :

With the proposed patch on stein:

--- nova-compute disabled / no requires --- machine rebooted

root@juju-bf8c6a-lm-ceilometer-7:/home/ubuntu# systemctl status nova-compute
● nova-compute.service - OpenStack Compute
   Loaded: loaded (/lib/systemd/system/nova-compute.service; disabled; vendor preset: enabled)
   Active: inactive (dead)

root@juju-bf8c6a-lm-ceilometer-7:/home/ubuntu# systemctl status ceilometer-agent-compute
● ceilometer-agent-compute.service - Ceilometer Agent Compute
   Loaded: loaded (/lib/systemd/system/ceilometer-agent-compute.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2021-03-11 21:54:08 UTC; 57s ago
 Main PID: 851 (ceilometer-poll)
    Tasks: 6 (limit: 4702)
   CGroup: /system.slice/ceilometer-agent-compute.service
           ├─ 851 ceilometer-polling: master process [/usr/bin/ceilometer-polling --config-file=/etc/ceilometer/ceilometer.conf --polling-namespaces compute --log-file=/var/log/ceil
           └─3114 ceilometer-polling: AgentManager worker(0)

Mar 11 21:54:08 juju-bf8c6a-lm-ceilometer-7 systemd[1]: Started Ceilometer Agent Compute.
Mar 11 21:54:25 juju-bf8c6a-lm-ceilometer-7 ceilometer-agent-compute[851]: Deprecated: Option "logdir" from group "DEFAULT" is deprecated. Use option "log-dir" from group "DEFAULT".

--- nova-compute disabled / no required --- machine rebooted

ubuntu@juju-bf8c6a-lm-ceilometer-7:~$ sudo su
root@juju-bf8c6a-lm-ceilometer-7:/home/ubuntu# uptime
 21:56:25 up 0 min, 1 user, load average: 1.67, 0.41, 0.14
root@juju-bf8c6a-lm-ceilometer-7:/home/ubuntu# systemctl status nova-compute
● nova-compute.service - OpenStack Compute
   Loaded: loaded (/lib/systemd/system/nova-compute.service; disabled; vendor preset: enabled)
   Active: active (running) since Thu 2021-03-11 21:56:07 UTC; 20s ago
 Main PID: 2743 (nova-compute)
    Tasks: 22 (limit: 4702)
   CGroup: /system.slice/nova-compute.service
           └─2743 /usr/bin/python3 /usr/bin/nova-compute --config-file=/etc/nova/nova.conf --config-file=/etc/nova/nova-compute.conf --log-file=/var/log/nova/nova-compute.log

Mar 11 21:56:07 juju-bf8c6a-lm-ceilometer-7 systemd[1]: Started OpenStack Compute.
root@juju-bf8c6a-lm-ceilometer-7:/home/ubuntu# systemctl status ceilometer-agent-compute
● ceilometer-agent-compute.service - Ceilometer Agent Compute
   Loaded: loaded (/lib/systemd/system/ceilometer-agent-compute.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2021-03-11 21:56:00 UTC; 32s ago
 Main PID: 861 (ceilometer-poll)
    Tasks: 6 (limit: 4702)
   CGroup: /system.slice/ceilometer-agent-compute.service
           ├─ 861 ceilometer-polling: master process [/usr/bin/ceilometer-polling --config-file=/etc/ceilometer/ceilometer.conf --polling-namespaces compute --log-file=/var/log/ceil
           └─1583 ceilometer-polling: AgentManager worker(0)

Mar 11 21:56:00 juju-bf8c6a-lm-ceilometer-7 systemd[1]: Started Ceilometer Agent Compute.
Mar 11 21:56:05 juju-bf8c6a-lm-ceilometer-7 ceilometer-agent-compute[861]: Deprecated: Option "logdir" from group "DEFAULT" is deprecated. Use option "log-dir" from group "DEFAULT".

Revision history for this message
Chris MacNaughton (chris.macnaughton) wrote :

This hasn't been accepted into stein-proposed yet, it's currently in stein-staging, train-proposed, and pending acceptance into Focal+-proposed

Revision history for this message
Chris MacNaughton (chris.macnaughton) wrote :

Hello Pedro, or anyone else affected,

Accepted ceilometer into stein-proposed. The package will build now and be available in the Ubuntu Cloud Archive in a few hours, and then in the -proposed repository.

Please help us by testing this new package. To enable the -proposed repository:

  sudo add-apt-repository cloud-archive:stein-proposed
  sudo apt-get update

Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-stein-needed to verification-stein-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-stein-failed. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

tags: added: verification-stein-needed
Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Hello Pedro, or anyone else affected,

Accepted ceilometer into groovy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/ceilometer/1:15.0.0-0ubuntu2 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-groovy to verification-done-groovy. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-groovy. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Changed in ceilometer (Ubuntu Groovy):
status: Triaged → Fix Committed
tags: added: verification-needed verification-needed-groovy
Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Hello Pedro, or anyone else affected,

Accepted ceilometer into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/ceilometer/1:14.0.0-0ubuntu0.20.04.2 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-focal to verification-done-focal. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-focal. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Changed in ceilometer (Ubuntu Focal):
status: Triaged → Fix Committed
tags: added: verification-needed-focal
Revision history for this message
Ubuntu SRU Bot (ubuntu-sru-bot) wrote : Autopkgtest regression report (ceilometer/1:14.0.0-0ubuntu0.20.04.2)

All autopkgtests for the newly accepted ceilometer (1:14.0.0-0ubuntu0.20.04.2) for focal have finished running.
The following regressions have been reported in tests triggered by the package:

ceilometer/1:14.0.0-0ubuntu0.20.04.2 (ppc64el, arm64, armhf, amd64, s390x)

Please visit the excuses page listed below and investigate the failures, proceeding afterwards as per the StableReleaseUpdates policy regarding autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-migration/focal/update_excuses.html#ceilometer

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

Revision history for this message
Chris MacNaughton (chris.macnaughton) wrote : Please test proposed package

Hello Pedro, or anyone else affected,

Accepted ceilometer into victoria-proposed. The package will build now and be available in the Ubuntu Cloud Archive in a few hours, and then in the -proposed repository.

Please help us by testing this new package. To enable the -proposed repository:

  sudo add-apt-repository cloud-archive:victoria-proposed
  sudo apt-get update

Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-victoria-needed to verification-victoria-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-victoria-failed. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

tags: added: verification-victoria-needed
Revision history for this message
Chris MacNaughton (chris.macnaughton) wrote :

Hello Pedro, or anyone else affected,

Accepted ceilometer into ussuri-proposed. The package will build now and be available in the Ubuntu Cloud Archive in a few hours, and then in the -proposed repository.

Please help us by testing this new package. To enable the -proposed repository:

  sudo add-apt-repository cloud-archive:ussuri-proposed
  sudo apt-get update

Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-ussuri-needed to verification-ussuri-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-ussuri-failed. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

tags: added: verification-ussuri-needed
Revision history for this message
Ubuntu SRU Bot (ubuntu-sru-bot) wrote : Autopkgtest regression report (ceilometer/1:15.0.0-0ubuntu2)

All autopkgtests for the newly accepted ceilometer (1:15.0.0-0ubuntu2) for groovy have finished running.
The following regressions have been reported in tests triggered by the package:

ceilometer/1:15.0.0-0ubuntu2 (ppc64el, arm64, amd64, s390x, armhf)

Please visit the excuses page listed below and investigate the failures, proceeding afterwards as per the StableReleaseUpdates policy regarding autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-migration/groovy/update_excuses.html#ceilometer

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

Revision history for this message
Chris MacNaughton (chris.macnaughton) wrote :

The uploaded package is failing autopkgtests because it now depends on the nova-compute service. I'll upload a new version early next week

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package ceilometer - 2:15.0.0+git2021012507.55c7f312-0ubuntu3

---------------
ceilometer (2:15.0.0+git2021012507.55c7f312-0ubuntu3) hirsute; urgency=medium

  * d/t/control, d/t/test-services: Add nova-compute as a depends for services.

 -- Chris MacNaughton <email address hidden> Tue, 16 Mar 2021 14:00:29 +0000

Changed in ceilometer (Ubuntu Hirsute):
status: Triaged → Fix Released
Revision history for this message
Jorge Niedbalski (niedbalski) wrote :
Download full text (7.9 KiB)

---> Installed version

root@juju-bf8c6a-lm-ceilometer-7:/home/ubuntu# dpkg -l |grep -i ceilometer
ii ceilometer-agent-compute 1:12.1.1-0ubuntu1~cloud1 all ceilometer compute agent
ii ceilometer-common 1:12.1.1-0ubuntu1~cloud1 all ceilometer common files
ii python3-ceilometer 1:12.1.1-0ubuntu1~cloud1 all ceilometer python libraries

Run through 2 cases

1) Service restart
2) Reboot

---> Service restart case

root@juju-bf8c6a-lm-ceilometer-7:/home/ubuntu# systemctl status ceilometer-agent-compute
● ceilometer-agent-compute.service - Ceilometer Agent Compute
   Loaded: loaded (/lib/systemd/system/ceilometer-agent-compute.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2021-03-18 21:20:01 UTC; 2min 35s ago
 Main PID: 27650 (ceilometer-poll)
    Tasks: 6 (limit: 4702)
   CGroup: /system.slice/ceilometer-agent-compute.service
           ├─27650 ceilometer-polling: master process [/usr/bin/ceilometer-polling --config-file=/etc/ceilometer/ceilometer.conf --polling-namespaces compute --log-file=/var/log/cei
           └─27735 ceilometer-polling: AgentManager worker(0)

Mar 18 21:20:01 juju-bf8c6a-lm-ceilometer-7 systemd[1]: Stopped Ceilometer Agent Compute.
Mar 18 21:20:01 juju-bf8c6a-lm-ceilometer-7 systemd[1]: Started Ceilometer Agent Compute.
Mar 18 21:20:03 juju-bf8c6a-lm-ceilometer-7 ceilometer-agent-compute[27650]: Deprecated: Option "logdir" from group "DEFAULT" is deprecated. Use option "log-dir" from group "DEFAULT
root@juju-bf8c6a-lm-ceilometer-7:/home/ubuntu# systemctl status nova-compute
● nova-compute.service - OpenStack Compute
   Loaded: loaded (/lib/systemd/system/nova-compute.service; disabled; vendor preset: enabled)
   Active: active (running) since Thu 2021-03-18 18:46:56 UTC; 2h 35min ago
 Main PID: 2199 (nova-compute)
    Tasks: 22 (limit: 4702)
   CGroup: /system.slice/nova-compute.service
           └─2199 /usr/bin/python3 /usr/bin/nova-compute --config-file=/etc/nova/nova.conf --config-file=/etc/nova/nova-compute.conf --log-file=/var/log/nova/nova-compute.log

Mar 18 18:46:56 juju-bf8c6a-lm-ceilometer-7 systemd[1]: Started OpenStack Compute.

--

root@juju-bf8c6a-lm-ceilometer-7:/home/ubuntu# systemctl stop nova-compute
root@juju-bf8c6a-lm-ceilometer-7:/home/ubuntu# systemctl disable nova-compute.service
Synchronizing state of nova-compute.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable nova-compute
root@juju-bf8c6a-lm-ceilometer-7:/home/ubuntu# systemctl status nova-compute
● nova-compute.service - OpenStack Compute
   Loaded: loaded (/lib/systemd/system/nova-compute.service; disabled; vendor preset: enabled)
   Active: inactive (dead) since Thu 2021-03-18 21:23:30 UTC; 7s ago
 Main PID: 2199 (code=exited, status=0/SUCCESS)

Mar 18 18:46:56 juju-bf8c6a-lm-ceilometer-7 systemd[1]: Started OpenStack Compute.
Mar 18 21:23:24 juju-bf8c6a-lm-ceilometer-7 systemd[1]: Stopping OpenStack Compute...
Mar 18 21:23:30 juju-bf8c6a-lm-ceilometer-7 systemd[1]: Stopped OpenStack Compute.
root@j...

Read more...

tags: added: verification-stein-done
removed: verification-stein-needed
Revision history for this message
Brian Murray (brian-murray) wrote : Please test proposed package

Hello Pedro, or anyone else affected,

Accepted ceilometer into groovy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/ceilometer/1:15.0.0-0ubuntu3 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-groovy to verification-done-groovy. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-groovy. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Revision history for this message
Brian Murray (brian-murray) wrote :

Hello Pedro, or anyone else affected,

Accepted ceilometer into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/ceilometer/1:14.0.0-0ubuntu0.20.04.3 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed-focal to verification-done-focal. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-focal. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Revision history for this message
Chris MacNaughton (chris.macnaughton) wrote :

Hello Pedro, or anyone else affected,

Accepted ceilometer into train-proposed. The package will build now and be available in the Ubuntu Cloud Archive in a few hours, and then in the -proposed repository.

Please help us by testing this new package. To enable the -proposed repository:

  sudo add-apt-repository cloud-archive:train-proposed
  sudo apt-get update

Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-train-needed to verification-train-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-train-failed. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

Revision history for this message
Jorge Niedbalski (niedbalski) wrote :

Verified train, stein, ussuri.

* train, results: (https://pastebin.ubuntu.com/p/Y7sD9w3rWz/)
* stein, results: (https://pastebin.ubuntu.com/p/ZHsvzXR7QH/)
* ussuri, results: (https://pastebin.ubuntu.com/p/jymSscH3TS/)

tags: added: verification-train-done verification-ussuri-done
removed: verification-train-needed verification-ussuri-needed
Revision history for this message
Jorge Niedbalski (niedbalski) wrote :

Verified victoria / focal - groovy

* (focal/victoria) => https://pastebin.ubuntu.com/p/XPVQbwKY7v/
* (groovy-proposed) ==> (https://pastebin.ubuntu.com/p/ZHsvzXR7QH/)

tags: added: verification-done verification-done-focal verification-done-groovy verification-victoria-done
removed: verification-needed verification-needed-focal verification-needed-groovy verification-victoria-needed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package ceilometer - 1:15.0.0-0ubuntu3

---------------
ceilometer (1:15.0.0-0ubuntu3) groovy; urgency=medium

  * d/t/control, d/t/test-services: Add nova-compute as a depends for
    services.

ceilometer (1:15.0.0-0ubuntu2) groovy; urgency=medium

  [ Corey Bryant ]
  * d/gbp.conf: Create stable/victoria branch.

  [ Chris MacNaughton ]
  * d/ceilometer-agent-compute.service.in: Customize systemd unit to
    ensure nova-compute is started (LP: #1885430).

 -- Chris MacNaughton <email address hidden> Tue, 16 Mar 2021 14:01:23 +0000

Changed in ceilometer (Ubuntu Groovy):
status: Fix Committed → Fix Released
Revision history for this message
Brian Murray (brian-murray) wrote : Update Released

The verification of the Stable Release Update for ceilometer has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package ceilometer - 1:14.0.0-0ubuntu0.20.04.3

---------------
ceilometer (1:14.0.0-0ubuntu0.20.04.3) focal; urgency=medium

  * d/t/control, d/t/test-services: Add nova-compute as a depends for
    services.

ceilometer (1:14.0.0-0ubuntu0.20.04.2) focal; urgency=medium

  * d/control: Update VCS paths for move to lp:~ubuntu-openstack-dev.
  * d/ceilometer-agent-compute.service.in: Customize systemd unit to
    ensure nova-compute is started (LP: #1885430).

 -- Chris MacNaughton <email address hidden> Tue, 16 Mar 2021 14:01:52 +0000

Changed in ceilometer (Ubuntu Focal):
status: Fix Committed → Fix Released
Revision history for this message
Chris MacNaughton (chris.macnaughton) wrote :

The verification of the Stable Release Update for ceilometer has completed successfully and the package has now been released to -updates. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

Revision history for this message
Chris MacNaughton (chris.macnaughton) wrote :

This bug was fixed in the package ceilometer - 1:15.0.0-0ubuntu2~cloud0
---------------

 ceilometer (1:15.0.0-0ubuntu2~cloud0) focal-victoria; urgency=medium
 .
   * New update for the Ubuntu Cloud Archive.
 .
 ceilometer (1:15.0.0-0ubuntu2) groovy; urgency=medium
 .
   [ Corey Bryant ]
   * d/gbp.conf: Create stable/victoria branch.
 .
   [ Chris MacNaughton ]
   * d/ceilometer-agent-compute.service.in: Customize systemd unit to
     ensure nova-compute is started (LP: #1885430).

Revision history for this message
Chris MacNaughton (chris.macnaughton) wrote :

The verification of the Stable Release Update for ceilometer has completed successfully and the package has now been released to -updates. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

Revision history for this message
Chris MacNaughton (chris.macnaughton) wrote :

This bug was fixed in the package ceilometer - 1:14.0.0-0ubuntu0.20.04.2~cloud0
---------------

 ceilometer (1:14.0.0-0ubuntu0.20.04.2~cloud0) bionic-ussuri; urgency=medium
 .
   * New update for the Ubuntu Cloud Archive.
 .
 ceilometer (1:14.0.0-0ubuntu0.20.04.2) focal; urgency=medium
 .
   * d/control: Update VCS paths for move to lp:~ubuntu-openstack-dev.
   * d/ceilometer-agent-compute.service.in: Customize systemd unit to
     ensure nova-compute is started (LP: #1885430).

Revision history for this message
Chris MacNaughton (chris.macnaughton) wrote :

The verification of the Stable Release Update for ceilometer has completed successfully and the package has now been released to -updates. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

Revision history for this message
Chris MacNaughton (chris.macnaughton) wrote :

This bug was fixed in the package ceilometer - 1:13.1.2-0ubuntu1~cloud2
---------------

 ceilometer (1:13.1.2-0ubuntu1~cloud2) bionic-train; urgency=medium
 .
   * d/t/control, d/t/test-services: Add nova-compute as a depends for
     services.
 .
 ceilometer (1:13.1.2-0ubuntu1~cloud1) bionic-train; urgency=medium
 .
   * d/ceilometer-agent-compute.service.in: Customize systemd unit to
     ensure nova-compute is started (LP: #1885430).

Revision history for this message
Chris MacNaughton (chris.macnaughton) wrote :

The verification of the Stable Release Update for ceilometer has completed successfully and the package has now been released to -updates. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

Revision history for this message
Chris MacNaughton (chris.macnaughton) wrote :

This bug was fixed in the package ceilometer - 1:12.1.1-0ubuntu1~cloud1
---------------

 ceilometer (1:12.1.1-0ubuntu1~cloud1) bionic-stein; urgency=medium
 .
   * d/control: Update VCS paths for move to lp:~ubuntu-openstack-dev.
   * d/ceilometer-agent-compute.service.in: Customize systemd unit to
     ensure nova-compute is started (LP: #1885430).

Revision history for this message
Corey Bryant (corey.bryant) wrote : Please test proposed package

Hello Pedro, or anyone else affected,

Accepted ceilometer into stein-proposed. The package will build now and be available in the Ubuntu Cloud Archive in a few hours, and then in the -proposed repository.

Please help us by testing this new package. To enable the -proposed repository:

  sudo add-apt-repository cloud-archive:stein-proposed
  sudo apt-get update

Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-stein-needed to verification-stein-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-stein-failed. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

tags: added: verification-stein-needed
removed: verification-stein-done
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.