zhufl | be052d6 | 2019-11-04 10:56:02 +0800 | [diff] [blame] | 1 | --- |
| 2 | features: |
| 3 | - Add a new config option can_migrate_between_any_hosts in the |
| 4 | compute-feature-enabled section, which can be set to False for environment |
| 5 | with non homogeneous compute nodes, so that it can select a destination |
| 6 | host for migrating automatically, otherwise the testcase may fail |
| 7 | unexpectedly. e.g., if source host is with CPU "E5-2699 v4" and the |
| 8 | selected target host is with CPU "E5-2670 v3", the live-migration will |
| 9 | fail because of the downgrade issue. |