Activity log for bug #1468212

Date Who What changed Old value New value Message
2015-06-24 07:20:15 Zhenyu Zheng bug added bug
2015-06-24 07:20:42 Zhenyu Zheng nova: assignee Zhenyu Zheng (zhengzhenyu)
2015-06-24 07:34:06 Markus Zoeller (markus_z) tags live-migration notifications
2015-06-24 07:34:21 Markus Zoeller (markus_z) nova: status New In Progress
2015-06-24 08:25:05 Zhenyu Zheng description We have the instance action and action event for most of the instance operations, exclude: live-migration. In the current master code, when we do live-migration, the instance action is recorded, but the action event for live-migration is lost. We have the instance action and action event for most of the instance operations, exclude: live-migration. In the current master code, when we do live-migration, the instance action is recorded, but the action event for live-migration is lost. Version: Master Bug Details: Migrate the server: root@controller:/var/log/nova# nova list +--------------------------------------+------+-----------+------------+-------------+---------------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+------+-----------+------------+-------------+---------------------------+ | f4070134-f9f0-4314-951c-80b9c7e80499 | test | MIGRATING | migrating | Running | internal-net=10.10.10.187 | +--------------------------------------+------+-----------+------------+-------------+---------------------------+ root@controller:/var/log/nova# nova list +--------------------------------------+------+--------+------------+-------------+---------------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+------+--------+------------+-------------+---------------------------+ | f4070134-f9f0-4314-951c-80b9c7e80499 | test | ACTIVE | - | Running | internal-net=10.10.10.187 | +--------------------------------------+------+--------+------------+-------------+---------------------------+ After Live-Migrate, the instance action has been recorded but the action event is missing: root@controller:/var/log/nova# nova instance-action-list f4070134-f9f0-4314-951c-80b9c7e80499 +----------------+------------------------------------------+---------+----------------------------+ | Action | Request_ID | Message | Start_Time | +----------------+------------------------------------------+---------+----------------------------+ | create | req-789a1956-11a0-4a1b-9063-7adf0ed51f3b | - | 2015-06-24T07:57:02.000000 | | live-migration | req-e76f2a5e-79f8-4879-8e41-249ea574aeff | - | 2015-06-24T08:20:40.000000 | +----------------+------------------------------------------+---------+----------------------------+ root@controller:/var/log/nova# nova instance-action f4070134-f9f0-4314-951c-80b9c7e80499 req-e76f2a5e-79f8-4879-8e41-249ea574aeff +---------------+------------------------------------------+ | Property | Value | +---------------+------------------------------------------+ | action | live-migration | | events | [] | | instance_uuid | f4070134-f9f0-4314-951c-80b9c7e80499 | | message | - | | project_id | 522eda8d23124b25bf03fe44f1986b74 | | request_id | req-e76f2a5e-79f8-4879-8e41-249ea574aeff | | start_time | 2015-06-24T08:20:40.000000 | | user_id | 3917d63e5a2943319fdaebd80fb8b4f2 | +---------------+------------------------------------------+
2015-06-24 09:08:58 Koji Iida bug added subscriber Koji Iida
2015-07-17 07:44:41 Pawel Koniszewski tags live-migration notifications live-migrate notifications
2015-08-06 15:12:18 Roman Podoliaka nova: status In Progress Confirmed
2015-08-06 15:12:23 Roman Podoliaka nova: importance Undecided Low
2015-08-06 15:12:26 Roman Podoliaka nova: status Confirmed In Progress
2015-08-13 08:11:14 OpenStack Infra nova: status In Progress Fix Committed
2015-09-03 11:48:31 Thierry Carrez nova: status Fix Committed Fix Released
2015-09-03 11:48:31 Thierry Carrez nova: milestone liberty-3
2015-10-15 09:00:02 Thierry Carrez nova: milestone liberty-3 12.0.0