Review guestedit SOP
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
9508bc76ca
commit
3fb039d94f
2 changed files with 10 additions and 18 deletions
|
@ -44,7 +44,7 @@
|
||||||
** xref:github.adoc[Using github for Infra Projects - SOP]
|
** xref:github.adoc[Using github for Infra Projects - SOP]
|
||||||
** xref:greenwave.adoc[Greenwave - SOP]
|
** xref:greenwave.adoc[Greenwave - SOP]
|
||||||
** xref:guestdisk.adoc[Guest Disk Resize - SOP]
|
** xref:guestdisk.adoc[Guest Disk Resize - SOP]
|
||||||
** xref:guestedit.adoc[guestedit - SOP in review ]
|
** xref:guestedit.adoc[Guest Editing - SOP]
|
||||||
** xref:haproxy.adoc[haproxy - SOP in review ]
|
** xref:haproxy.adoc[haproxy - SOP in review ]
|
||||||
** xref:hotfix.adoc[hotfix - SOP in review ]
|
** xref:hotfix.adoc[hotfix - SOP in review ]
|
||||||
** xref:hotness.adoc[hotness - SOP in review ]
|
** xref:hotness.adoc[hotness - SOP in review ]
|
||||||
|
|
|
@ -4,15 +4,11 @@ Various virsh commands
|
||||||
|
|
||||||
== Contents
|
== Contents
|
||||||
|
|
||||||
[arabic]
|
* <<_contact_information>>
|
||||||
. Contact Information
|
* <<_how_to_do_it>>
|
||||||
. How to do it
|
** <<_add_cpu>>
|
||||||
+
|
** <<_resize_memory>>
|
||||||
____
|
|
||||||
[arabic]
|
|
||||||
.. add/remove cpus
|
|
||||||
.. resize memory
|
|
||||||
____
|
|
||||||
|
|
||||||
== Contact Information
|
== Contact Information
|
||||||
|
|
||||||
|
@ -41,15 +37,13 @@ sudo virsh setvcpus bapp01 16 --config
|
||||||
....
|
....
|
||||||
. Shutdown the virtual system
|
. Shutdown the virtual system
|
||||||
. Start the virtual system
|
. Start the virtual system
|
||||||
|
+
|
||||||
[NOTE]
|
[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
|
actually stop the domain and start it with `virsh destroy <guest>` and
|
||||||
`virsh start <guest>` for the change to take effect.
|
`virsh start <guest>` for the change to take effect.
|
||||||
====
|
====
|
||||||
[arabic, start=6]
|
|
||||||
. Login and check that cpu count matches
|
. Login and check that cpu count matches
|
||||||
. *Remember to update the group_vars in ansible* to match the new value
|
. *Remember to update the group_vars in ansible* to match the new value
|
||||||
you set, if appropriate.
|
you set, if appropriate.
|
||||||
|
@ -66,15 +60,13 @@ sudo virsh setmem bapp01 16777216 --config
|
||||||
....
|
....
|
||||||
. Shutdown the virtual system
|
. Shutdown the virtual system
|
||||||
. Start the virtual system
|
. Start the virtual system
|
||||||
|
+
|
||||||
[NOTE]
|
[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
|
actually stop the domain and start it with `virsh destroy <guest>` and
|
||||||
`virsh start <guest>` for the change to take effect.
|
`virsh start <guest>` for the change to take effect.
|
||||||
====
|
====
|
||||||
[arabic, start=6]
|
|
||||||
. Login and check that memory matches
|
. Login and check that memory matches
|
||||||
. *Remember to update the group_vars in ansible* to match the new value
|
. *Remember to update the group_vars in ansible* to match the new value
|
||||||
you set, if appropriate.
|
you set, if appropriate.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue