Commit 4e2ef11
authored
xenops: Fix migrate parameter ordering (#6823)
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")1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3842 | 3842 | | |
3843 | 3843 | | |
3844 | 3844 | | |
3845 | | - | |
| 3845 | + | |
3846 | 3846 | | |
3847 | 3847 | | |
3848 | 3848 | | |
| |||
0 commit comments