Skip to content

Commit b610d62

Browse files
fixed
1 parent 370a4e0 commit b610d62

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

modules/virt-hot-plugging-memory.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ The system applies these changes immediately. If the VM is migratable, a live mi
2020

2121
[NOTE]
2222
====
23-
* Linux guests require a kernel version of 5.16 or later and Windows guests require the latest `viomem` drivers.
24-
* By default, you can hot-plug a VM with up to 4 times its initial CPU or memory configuration. For example, a VM with 1 vCPU and 2 GiB memory can scale up to 4 vCPUs and 8 GiB before a restart is needed. You can adjust this behavior cluster-wide by using the `maxHotplugRatio` parameter or override it in your VM.
23+
* By default, you can hot-plug a VM with up to 4 times its initial CPU or memory configuration. For example, a VM with 1 vCPU and 2 GiB memory can scale up to 4 vCPUs and 8 GiB before a restart is needed. You can adjust this behavior cluster-wide by using the maxHotplugRatio parameter or override it in your VM.
24+
25+
* Memory hot-plugging for virtual machines requires guest operating system support for the `virtio-mem` driver. This support depends on the driver being included and enabled within the guest operating system, not on the specific upstream kernel versions.
26+
27+
Supported guest operating systems:
28+
29+
* RHEL 9.4 and later
30+
* RHEL 8.10 and later (hot-unplug is disabled by default)
31+
* Other Linux guests require kernel version 5.16 or later and the `virtio-mem` kernel module
32+
* Windows guests require `virtio-mem` driver version 100.95.104.26200 or later
2533
====

0 commit comments

Comments
 (0)