Skip to content

Commit 2214970

Browse files
authored
Merge pull request #104180 from abrennan89/CNV-73556
CNV-73556: Fix hotplug memory default and vale updates
2 parents 238aed8 + e60474a commit 2214970

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/virt-hot-plugging-memory.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ You can add or remove the amount of memory allocated to a virtual machine (VM) w
1212

1313
.Procedure
1414

15-
. Navigate to *Virtualization* -> *VirtualMachines*.
15+
. Go to *Virtualization* -> *VirtualMachines*.
1616
. Select the required VM to open the *VirtualMachine details* page.
1717
. On the *Configuration* tab, click *Edit CPU|Memory*.
18-
. Enter the desired amount of memory and click *Save*.
18+
. Enter the required amount of memory and click *Save*.
1919
+
2020
[NOTE]
2121
====
22-
You can hot plug up to three times the default initial amount of memory of the VM. Exceeding this limit requires a restart.
22+
You can hot plug up to four times the default initial amount of memory of the VM. Exceeding this limit requires a restart.
2323
====
2424
+
25-
The system applies these changes immediately. If the VM is migratable, a live migration is triggered. If not, or if the changes cannot be live-updated, a `RestartRequired` condition is added to the VM.
25+
The system applies these changes immediately. If the VM is able to be migrated, a live migration is triggered. If not, or if the changes cannot be live-updated, a `RestartRequired` condition is added to the VM.
2626
+
2727
[NOTE]
2828
====

0 commit comments

Comments
 (0)