yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #25086
[Bug 1340702] Re: Missing of instance action record for start of live migration
https://review.openstack.org/#/c/95440/ merged
** Changed in: nova
Status: In Progress => Fix Committed
** Changed in: nova
Status: Fix Committed => Fix Released
--
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/1340702
Title:
Missing of instance action record for start of live migration
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
Nova has capability of recording instance actions like start/stop
,migrate, etc. use command 'nova instance-action-list', we can check
one instance's operation history.
$nova help instance-action-list
usage: nova instance-action-list <server>
List actions on a server.
Positional arguments:
<server> Name or UUID of the server to list actions for.
[root@node-1 nova]# nova stop gcb
[root@node-1 nova]# nova start gcb
[root@node-1 nova]# nova instance-action-list gcb
+--------+------------------------------------------+---------+----------------------------+
| Action | Request_ID | Message | Start_Time |
+--------+------------------------------------------+---------+----------------------------+
| create | req-97994c65-de56-4272-a985-bb061beb389d | - | 2014-07-15T11:36:54.000000 |
| stop | req-10e7519c-f82c-4d30-a193-c771e3046a59 | - | 2014-07-16T01:45:34.000000 |
| start | req-c2083909-0a79-4ee7-b064-e6bc05eb52b7 | - | 2014-07-16T02:29:48.000000 |
+--------+------------------------------------------+---------+----------------------------+
We also need record live migrating action.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1340702/+subscriptions
References