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