Skip to content

Commit faa4231

Browse files
committed
emphasis Product_UUID needs to be unique
Signed-off-by: Jian Wang <[email protected]>
1 parent ec36a85 commit faa4231

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/install/requirements.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ A three-node cluster is required to realize the multi-node features of Harvester
2626
- The first node always defaults to be a management node of the cluster.
2727
- When there are three or more nodes, the two other nodes added first are automatically promoted to management nodes to form a high availability (HA) cluster.
2828
- We recommend server-class hardware for the best results. Laptops and nested virtualization are not officially supported.
29+
- The `product_uuid` fetched from `/sys/class/dmi/id/product_uuid` in Linux must be unique in each node. Otherwise, features like VM live migration will be affected. For more information, refer to [#4025](https://github.com/harvester/harvester/issues/4025).
2930
:::
3031

3132
## Network requirements
@@ -80,4 +81,5 @@ When provisioning VMs with Kubernetes clusters from Rancher into Harvester, you
8081
For the port requirements for guest clusters deployed inside Harvester VMs, refer to the following links:
8182
- [K3s Networking](https://rancher.com/docs/k3s/latest/en/installation/installation-requirements/#networking)
8283
- [RKE Ports](https://rancher.com/docs/rke/latest/en/os/#ports)
83-
- [RKE2 Networking](https://docs.rke2.io/install/requirements#networking)
84+
- [RKE2 Networking](https://docs.rke2.io/install/requirements#networking)
85+

0 commit comments

Comments
 (0)