Review virtio SOP
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
6401d95ca1
commit
1e736faf50
2 changed files with 5 additions and 5 deletions
|
@ -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 <VM FQDN>#
|
||||
* Log into the virthost that the VM is on, and
|
||||
`sudo virsh edit <VM FQDN>`
|
||||
* Add this line to the appropriate bridge interface(s):
|
||||
+
|
||||
....
|
||||
<model type='virtio'/>
|
||||
....
|
||||
* 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue