Commit 60d7da4
CA-419227 Move force_state_reset after refresh_vm
In the case of cross pool SXM, the running VM will be created
on destination host with initial halted state. The state shall
be changed by refresh_vm. The function force_state_reset before
it will incorrectly clear some vm config.
Move force_state_reset after refresh_vm fater refresh_vm in
pool_migrate_complete to solve it.
Signed-off-by: Changlei Li <changlei.li@cloud.com>1 parent 9903379 commit 60d7da4
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | 492 | | |
498 | 493 | | |
499 | 494 | | |
500 | 495 | | |
501 | 496 | | |
502 | 497 | | |
503 | 498 | | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
| |||
0 commit comments