Description of problem: A command may create several tasks during its execution. If the command created X tasks out of Y (I.E - vdsm began running X tasks, async_tasks table has X records for the command) and the command crashes, upon restart, the command ends successfully (the tasks information is being retrieved from the data center, the tasks are being polled, and when they end successfully, they cause the command to end successfully as well) although not all tasks for it were executed. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
First patch in series: http://gerrit.ovirt.org/#/c/9232/
This will be handled in async task mgr improvements. *** This bug has been marked as a duplicate of bug 968900 ***