yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #46040
[Bug 1543625] [NEW] nova in mitaka reports osapi_compute and metadata services as down Edit
Public bug reported:
nova service-list now reports status of all services defined with
*_listen=$IP configs in nova.conf. These services are just APIs, and not
RPC services, so they shouldn't be present. Moreover, they shouldn't
report as down. The APIs are certainly fulfilling requests as usual.
root@node-4:~# nova service-list
+----+--------------------+-------------------+----------+---------+-------+----------------------------+-----------------+
| Id | Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
+----+--------------------+-------------------+----------+---------+-------+----------------------------+-----------------+
| 1 | nova-consoleauth | node-4.domain.tld | internal | enabled | up | 2016-01-28T14:08:22.000000 | - |
| 2 | nova-scheduler | node-4.domain.tld | internal | enabled | up | 2016-01-28T14:08:22.000000 | - |
| 3 | nova-cert | node-4.domain.tld | internal | enabled | up | 2016-01-28T14:08:23.000000 | - |
| 4 | nova-conductor | node-4.domain.tld | internal | enabled | up | 2016-01-28T14:08:23.000000 | - |
| 5 | nova-osapi_compute | 192.168.0.3 | internal | enabled | down | - | - |
| 7 | nova-metadata | 0.0.0.0 | internal | enabled | down | - | - |
| 8 | nova-compute | node-6.domain.tld | nova | enabled | up | 2016-01-28T14:08:29.000000 | - |
+----+--------------------+-------------------+----------+---------+-------+----------------------------+-----------------+
** Affects: nova
Importance: Medium
Assignee: Roman Podoliaka (rpodolyaka)
Status: In Progress
** Changed in: nova
Status: Confirmed => 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/1543625
Title:
nova in mitaka reports osapi_compute and metadata services as down
Edit
Status in OpenStack Compute (nova):
In Progress
Bug description:
nova service-list now reports status of all services defined with
*_listen=$IP configs in nova.conf. These services are just APIs, and
not RPC services, so they shouldn't be present. Moreover, they
shouldn't report as down. The APIs are certainly fulfilling requests
as usual.
root@node-4:~# nova service-list
+----+--------------------+-------------------+----------+---------+-------+----------------------------+-----------------+
| Id | Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
+----+--------------------+-------------------+----------+---------+-------+----------------------------+-----------------+
| 1 | nova-consoleauth | node-4.domain.tld | internal | enabled | up | 2016-01-28T14:08:22.000000 | - |
| 2 | nova-scheduler | node-4.domain.tld | internal | enabled | up | 2016-01-28T14:08:22.000000 | - |
| 3 | nova-cert | node-4.domain.tld | internal | enabled | up | 2016-01-28T14:08:23.000000 | - |
| 4 | nova-conductor | node-4.domain.tld | internal | enabled | up | 2016-01-28T14:08:23.000000 | - |
| 5 | nova-osapi_compute | 192.168.0.3 | internal | enabled | down | - | - |
| 7 | nova-metadata | 0.0.0.0 | internal | enabled | down | - | - |
| 8 | nova-compute | node-6.domain.tld | nova | enabled | up | 2016-01-28T14:08:29.000000 | - |
+----+--------------------+-------------------+----------+---------+-------+----------------------------+-----------------+
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1543625/+subscriptions
Follow ups