From 3fb039d94f668782873a44d5526461a21d4d4d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 1 Sep 2021 15:36:58 +0200 Subject: [PATCH] Review guestedit SOP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- modules/sysadmin_guide/nav.adoc | 2 +- modules/sysadmin_guide/pages/guestedit.adoc | 26 +++++++-------------- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/modules/sysadmin_guide/nav.adoc b/modules/sysadmin_guide/nav.adoc index 782720a..aafe381 100644 --- a/modules/sysadmin_guide/nav.adoc +++ b/modules/sysadmin_guide/nav.adoc @@ -44,7 +44,7 @@ ** xref:github.adoc[Using github for Infra Projects - SOP] ** xref:greenwave.adoc[Greenwave - 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:hotfix.adoc[hotfix - SOP in review ] ** xref:hotness.adoc[hotness - SOP in review ] diff --git a/modules/sysadmin_guide/pages/guestedit.adoc b/modules/sysadmin_guide/pages/guestedit.adoc index ebb786a..4adfeca 100644 --- a/modules/sysadmin_guide/pages/guestedit.adoc +++ b/modules/sysadmin_guide/pages/guestedit.adoc @@ -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 ` and `virsh start ` 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 ` and `virsh start ` 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.