Review guestedit SOP

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-09-01 15:36:58 +02:00
parent 9508bc76ca
commit 3fb039d94f
2 changed files with 10 additions and 18 deletions

View file

@ -4,15 +4,11 @@ Various virsh commands
== Contents
[arabic]
. Contact Information
. How to do it
+
____
[arabic]
.. add/remove cpus
.. resize memory
____
* <<_contact_information>>
* <<_how_to_do_it>>
** <<_add_cpu>>
** <<_resize_memory>>
== Contact Information
@ -41,15 +37,13 @@ sudo virsh setvcpus bapp01 16 --config
....
. Shutdown the virtual system
. Start the virtual system
+
[NOTE]
.Note
====
Note that using [.title-ref]#virsh reboot# is insufficient. You have to
Note that using _virsh reboot_ is insufficient. You have to
actually stop the domain and start it with `virsh destroy <guest>` and
`virsh start <guest>` for the change to take effect.
====
[arabic, start=6]
. Login and check that cpu count matches
. *Remember to update the group_vars in ansible* to match the new value
you set, if appropriate.
@ -66,15 +60,13 @@ sudo virsh setmem bapp01 16777216 --config
....
. Shutdown the virtual system
. Start the virtual system
+
[NOTE]
.Note
====
Note that using [.title-ref]#virsh reboot# is insufficient. You have to
Note that using _virsh reboot_ is insufficient. You have to
actually stop the domain and start it with `virsh destroy <guest>` and
`virsh start <guest>` for the change to take effect.
====
[arabic, start=6]
. Login and check that memory matches
. *Remember to update the group_vars in ansible* to match the new value
you set, if appropriate.