yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #49629
[Bug 1454567] Re: service list "updated at" giving wrong value
updated_at is accurate, it isn't a state transition, it's when the
service is fresh.
** Changed in: nova
Status: Confirmed => Opinion
** Changed in: nova
Assignee: Atul Agarwal (atul-ag) => (unassigned)
--
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):
Opinion
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
References