canonical / charmed-openstack-upgrader

Automatic upgrade tool for Charmed Openstack
Apache License 2.0
3 stars 12 forks source link

Workaround ceilometer-agent-compute not running #499

Closed samuelallan72 closed 4 months ago

samuelallan72 commented 4 months ago

This is a bug in nova-compute and/or ceilometer-agent ( https://bugs.launchpad.net/charm-ceilometer-agent/+bug/1947585 ), where the nova-compute resume action can sometimes fail. The workaround added here is to restart ceilometer-agent-compute if it fails for this reason.

Fixes: #427