From 1e736faf507f57c31e1e1082a72570d34f87d962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 10 Sep 2021 16:08:16 +0200 Subject: [PATCH] Review virtio 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/virtio.adoc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/sysadmin_guide/nav.adoc b/modules/sysadmin_guide/nav.adoc index 95e1789..468721d 100644 --- a/modules/sysadmin_guide/nav.adoc +++ b/modules/sysadmin_guide/nav.adoc @@ -109,7 +109,7 @@ ** xref:torrentrelease.adoc[Torrent Releases Infrastructure - SOP] ** xref:unbound.adoc[Fedora Infra Unbound Notes - SOP] ** xref:virt-image.adoc[Fedora Infrastructure Kpartx Notes - SOP] -** xref:virtio.adoc[virtio - SOP in review ] +** xref:virtio.adoc[Virtio Notes - SOP] ** xref:virt-notes.adoc[virt-notes - SOP in review ] ** xref:voting.adoc[voting - SOP in review ] ** xref:waiverdb.adoc[waiverdb - SOP in review ] diff --git a/modules/sysadmin_guide/pages/virtio.adoc b/modules/sysadmin_guide/pages/virtio.adoc index 1fd77b7..99b8b48 100644 --- a/modules/sysadmin_guide/pages/virtio.adoc +++ b/modules/sysadmin_guide/pages/virtio.adoc @@ -1,4 +1,4 @@ -= virtio notes += Virtio Notes We have found that virtio is faster/more stable than emulating other cards on our VMs. @@ -7,13 +7,13 @@ To switch a VM to virtio: * Remove from DNS if it's a proxy * Log into the vm and shut it down -* Log into the virthost that the VM is on, and [.title-ref]#sudo virsh -edit # +* Log into the virthost that the VM is on, and +`sudo virsh edit ` * Add this line to the appropriate bridge interface(s): + .... .... * Save/quit the editor -* [.title-ref]#sudo virsh start # +* `sudo virsh start ` * Re-add to DNS if it's a proxy