VM live migration: mention that CPU vendor should be the same

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fabian Ebner 2021-11-17 14:05:00 +01:00 committed by Thomas Lamprecht
parent 597bbc698c
commit 8e0e0bcf35
2 changed files with 5 additions and 0 deletions

View File

@ -74,6 +74,9 @@ Requirements
* The root password of a cluster node is required for adding nodes.
* Online migration of virtual machines is only supported when nodes have CPUs
from the same vendor. It might work otherwise, but this is never guaranteed.
NOTE: It is not possible to mix {pve} 3.x and earlier with {pve} 4.X cluster
nodes.

View File

@ -1154,6 +1154,8 @@ For Live Migration to work, there are some things required:
* The hosts have a working (and reliable) network connection.
* The target host must have the same or higher versions of the
{pve} packages. (It *might* work the other way, but this is never guaranteed)
* The hosts have CPUs from the same vendor. (It *might* work otherwise, but this
is never guaranteed)
Offline Migration
~~~~~~~~~~~~~~~~~