Review virtio SOP

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-09-10 16:08:16 +02:00
parent 6401d95ca1
commit 1e736faf50
2 changed files with 5 additions and 5 deletions

View file

@ -109,7 +109,7 @@
** xref:torrentrelease.adoc[Torrent Releases Infrastructure - SOP] ** xref:torrentrelease.adoc[Torrent Releases Infrastructure - SOP]
** xref:unbound.adoc[Fedora Infra Unbound Notes - SOP] ** xref:unbound.adoc[Fedora Infra Unbound Notes - SOP]
** xref:virt-image.adoc[Fedora Infrastructure Kpartx 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:virt-notes.adoc[virt-notes - SOP in review ]
** xref:voting.adoc[voting - SOP in review ] ** xref:voting.adoc[voting - SOP in review ]
** xref:waiverdb.adoc[waiverdb - SOP in review ] ** xref:waiverdb.adoc[waiverdb - SOP in review ]

View file

@ -1,4 +1,4 @@
= virtio notes = Virtio Notes
We have found that virtio is faster/more stable than emulating other We have found that virtio is faster/more stable than emulating other
cards on our VMs. cards on our VMs.
@ -7,13 +7,13 @@ To switch a VM to virtio:
* Remove from DNS if it's a proxy * Remove from DNS if it's a proxy
* Log into the vm and shut it down * Log into the vm and shut it down
* Log into the virthost that the VM is on, and [.title-ref]#sudo virsh * Log into the virthost that the VM is on, and
edit <VM FQDN># `sudo virsh edit <VM FQDN>`
* Add this line to the appropriate bridge interface(s): * Add this line to the appropriate bridge interface(s):
+ +
.... ....
<model type='virtio'/> <model type='virtio'/>
.... ....
* Save/quit the editor * Save/quit the editor
* [.title-ref]#sudo virsh start <VM FQDN># * `sudo virsh start <VM FQDN>`
* Re-add to DNS if it's a proxy * Re-add to DNS if it's a proxy