Commit c15fad4
CA-265683: Use a sub-task for VM.assert_can_migrate inside VM.migrate_send
VM.assert_can_migrate may now forward a VM.assert_can_migrate_sender call to
the sending host, but it used the same task that was created for the
VM.migrate_send call. This caused xapi to mark the entire migrate_send task as
completed as soon as the assert_can_migrate_sender call finished. Using a
sub-task avoids this.
Signed-off-by: Rob Hoes <[email protected]>1 parent 4351dc6 commit c15fad4
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1740 | 1740 | | |
1741 | 1741 | | |
1742 | 1742 | | |
1743 | | - | |
| 1743 | + | |
| 1744 | + | |
| 1745 | + | |
1744 | 1746 | | |
1745 | 1747 | | |
1746 | 1748 | | |
| |||
0 commit comments