Deploying sometime results in "Services not running that should be: nova-compute"
Bug #1861094 reported by
Liam Young
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Nova Cloud Controller Charm |
Triaged
|
High
|
Unassigned | ||
OpenStack Nova Compute Charm |
Triaged
|
High
|
Unassigned |
Bug Description
When deploying trusty-mitaka the nova-compute units are sometimes stuck in a blocked state with the message "Services not running that should be: nova-compute".
This is caused by the nova-cloud-
If systemd is managing the service then the issue is masked be systemd restarting the service. This could also timeout and trigger the same issue.
Changed in charm-nova-compute: | |
assignee: | nobody → Liam Young (gnuoy) |
summary: |
- Deploying trusty mitaka sometime results in "Services not running that - should be: nova-compute" + Deploying sometime results in "Services not running that should be: + nova-compute" |
description: | updated |
Changed in charm-nova-compute: | |
status: | New → Confirmed |
importance: | Undecided → High |
tags: | added: unstable-test |
Changed in charm-nova-compute: | |
assignee: | Liam Young (gnuoy) → nobody |
Changed in charm-nova-compute: | |
milestone: | 20.10 → 21.01 |
Changed in charm-nova-compute: | |
milestone: | 21.01 → none |
tags: | added: cdo-qa |
Changed in charm-nova-compute: | |
status: | Confirmed → Triaged |
Changed in charm-nova-cloud-controller: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in charm-nova-compute: | |
importance: | Critical → High |
To post a comment you must log in.
This bug is easy to reproduce. Deploy a bundle and omit the nova-cloud- controller <-> rabbitmq-server relation.
Once the deployment has settled the nova-compute service will either be down (upstart) or continually restarting (systemd). Add the nova-cloud- controller <-> rabbitmq-server relation and nova-compute will stay down (upstart). On a systemd machine a subsequent restart will probably bring nova-compute back if it hasn't timedout.