yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #62119
[Bug 1663600] Re: Showing forced_down value for the compute nodes.
This does not seem to be a bug, rather a feature request and as such,
will require a bp/spec. Please reach out to folks on #openstack-nova
channel if you want to discuss it.
** Changed in: nova
Status: In Progress => Invalid
** Changed in: python-novaclient
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1663600
Title:
Showing forced_down value for the compute nodes.
Status in OpenStack Compute (nova):
Invalid
Status in python-novaclient:
Invalid
Bug description:
Currently, no ways to identify whether specific compute_node was
really forced_down or not.
There may be the possibility that nova-compute service down. We know
only after seeing the compute logs.
Steps to Reproduce:
--------------------
1) Forced_down the compute_node.
2) Execute nova hypervisor-list ( saying state is down ). State will even down, if nova-compute service not able to start.
Actual Output:
+------+-----------------------------------+-------+----------+
| ID | Hypervisor hostname | State | Status |
+------+-----------------------------------+-------+----------+
| 1 | compute1.hostname.com | down | enabled |
---------------------------------------------------------------
Expected Output:
+----+------------------------------------------------+-------+---------+-------------+
| ID | Hypervisor hostname | State | Status | Forced_down |
+----+------------------------------------------------+-------+---------+-------------+
| 1 | compute1.hostname.com | down | enabled | yes |
+----+------------------------------------------------+-------+---------+-------------+
Forced_down = True ( value will be yes )
Forced_down = False ( value will be no )
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1663600/+subscriptions
References