← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1663600] [NEW] Showing forced_down value for the compute nodes.

 

Public bug reported:

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.


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 )

** Affects: nova
     Importance: Undecided
     Assignee: keerthivasan selvaraj (keerthiv)
         Status: In Progress

** Changed in: nova
     Assignee: (unassigned) => keerthivasan selvaraj (keerthiv)

** Changed in: nova
       Status: New => In Progress

-- 
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):
  In Progress

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.

  
  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


Follow ups