yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #32858
[Bug 1454567] [NEW] service list "updated at" giving wrong value
Public bug reported:
#nova service-list command will return the list of services
in that the 'updated_at' field always returning the current time.
output:
ubuntu@develop:~/devstack$ nova service-list
+----+----------------+---------+----------+---------+-------+----------------------------+-----------------+
| Id | Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
+----+----------------+---------+----------+---------+-------+----------------------------+-----------------+
| 1 | nova-conductor | develop | internal | enabled | up | 2015-05-13T06:21:50.000000 | - |
| 3 | nova-cert | develop | internal | enabled | up | 2015-05-13T06:21:48.000000 | - |
| 4 | nova-scheduler | develop | internal | enabled | up | 2015-05-13T06:21:55.000000 | - |
| 5 | nova-compute | develop | nova | enabled | up | 2015-05-13T06:21:55.000000 | - |
+----+----------------+---------+----------+---------+-------+----------------------------+-----------------+
ubuntu@develop:~/devstack$ nova service-list
+----+----------------+---------+----------+---------+-------+----------------------------+-----------------+
| Id | Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
+----+----------------+---------+----------+---------+-------+----------------------------+-----------------+
| 1 | nova-conductor | develop | internal | enabled | up | 2015-05-13T06:22:00.000000 | - |
| 3 | nova-cert | develop | internal | enabled | up | 2015-05-13T06:21:58.000000 | - |
| 4 | nova-scheduler | develop | internal | enabled | up | 2015-05-13T06:21:55.000000 | - |
| 5 | nova-compute | develop | nova | enabled | up | 2015-05-13T06:21:55.000000 | - |
+----+----------------+---------+----------+---------+-------+----------------------------+-----------------+
** Affects: nova
Importance: Undecided
Status: New
--
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/1454567
Title:
service list "updated at" giving wrong value
Status in OpenStack Compute (Nova):
New
Bug description:
#nova service-list command will return the list of services
in that the 'updated_at' field always returning the current time.
output:
ubuntu@develop:~/devstack$ nova service-list
+----+----------------+---------+----------+---------+-------+----------------------------+-----------------+
| Id | Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
+----+----------------+---------+----------+---------+-------+----------------------------+-----------------+
| 1 | nova-conductor | develop | internal | enabled | up | 2015-05-13T06:21:50.000000 | - |
| 3 | nova-cert | develop | internal | enabled | up | 2015-05-13T06:21:48.000000 | - |
| 4 | nova-scheduler | develop | internal | enabled | up | 2015-05-13T06:21:55.000000 | - |
| 5 | nova-compute | develop | nova | enabled | up | 2015-05-13T06:21:55.000000 | - |
+----+----------------+---------+----------+---------+-------+----------------------------+-----------------+
ubuntu@develop:~/devstack$ nova service-list
+----+----------------+---------+----------+---------+-------+----------------------------+-----------------+
| Id | Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
+----+----------------+---------+----------+---------+-------+----------------------------+-----------------+
| 1 | nova-conductor | develop | internal | enabled | up | 2015-05-13T06:22:00.000000 | - |
| 3 | nova-cert | develop | internal | enabled | up | 2015-05-13T06:21:58.000000 | - |
| 4 | nova-scheduler | develop | internal | enabled | up | 2015-05-13T06:21:55.000000 | - |
| 5 | nova-compute | develop | nova | enabled | up | 2015-05-13T06:21:55.000000 | - |
+----+----------------+---------+----------+---------+-------+----------------------------+-----------------+
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1454567/+subscriptions
Follow ups
References