Created attachment 649280 [details] logs Description of problem: 2012-11-21 17:05:27,297 ERROR [org.ovirt.engine.core.bll.lsm.LiveMigrateDiskCommand] (pool-3-thread-29) Reverting task handler: org.ovirt.engine.core.bll.lsm.VmReplicateDiskSta rtTaskHandler there is no task ID which will be helpful in debugging whicg task failed and reverted - especially when we have multiple tasks sent. Version-Release number of selected component (if applicable): si24.4 How reproducible: 100% Steps to Reproduce: 1. live migrate several disks at the same time -> this currently cause some of the tasks to fail. 2. 3. Actual results: we get a revert task with no task id Expected results: user will find it difficult to know which task failed if multiple tasks are sent Additional info:logs
This requires infra change to TaskHandler mechanism. Not sure we will make it for 3.2 timeframe. The information can be deduced from async_tasks table by querying select task_type from async_tasks where command_id = <command_id_of_live_storage_migration>. Suggesting this for future.
http://gerrit.ovirt.org/#/c/10804/
fixed in commit: 3def841
verified on sf5 2013-02-03 16:33:28,816 INFO [org.ovirt.engine.core.bll.lsm.CreateImagePlaceholderTaskHandler] (pool-3-thread-44) [46464d54] Reverting task deleteImage with ID 933ec268-d720-4989-a6f0-15df5dc84953 on DataCenter b08d859c-f654-4976-8c7c- e102d4c252fb.
3.2 has been released