Commit b463fd1
committed
xenops: Fix migrate parameter ordering
localhost_migration was introduced as the last parameter for migrate in
xenops_interface.ml, but was second to last in xenops_server.ml.
This meant that non-localhost migrations with verify_dest=true were classed as
localhost and did not balloon down before migration.
Fixes: 0911604 ("xenopsd: Don't balloon down memory on same-host migration")
Signed-off-by: Andrii Sultanov <andriy.sultanov@vates.tech>1 parent 5866898 commit b463fd1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3826 | 3826 | | |
3827 | 3827 | | |
3828 | 3828 | | |
3829 | | - | |
| 3829 | + | |
3830 | 3830 | | |
3831 | 3831 | | |
3832 | 3832 | | |
| |||
0 commit comments