Ironic compute node doesn't take over nodes with instance when the owner compute node is down
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
In Progress
|
Low
|
Unassigned |
Bug Description
Description
===========
Ironic compute node doesn't take over nodes with instance when the owner compute node is down
Steps to reproduce
====
1. I have two ironic compute nodes & two BM nodes
2. BM1 is controlled by node1, BM2 is controlled by node2
3. I boot an instance on BM1
4. Stop nova-compute service on node1
5. node2 doesn't take over BM1 although node1 is not available
Expected result
===============
What I expect is that when node1 id down node2 can take over BM1.
Actual result
=============
node1 doesn't take over BM1.
And all nova operate action will fail as BM1 has nova compute service on node1 is down
Environment
===========
openstack-
openstack-
openstack-
python-
openstack-
openstack-
python-
openstack-
openstack-
openstack-
openstack-
description: | updated |
tags: | added: ironic |
Changed in nova: | |
importance: | Undecided → Low |
Changed in nova: | |
status: | Confirmed → In Progress |
Anyone meets the same issue here?