Skip to content

Commit

Permalink
Switch back to serial console in for el6
Browse files Browse the repository at this point in the history
virtio console doesn't work well(causes extremely long booting time)

Signed-off-by: Nadav Goldin <[email protected]>
  • Loading branch information
nvgoldin committed Apr 23, 2017
1 parent 36f29f7 commit d522b59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lago/providers/libvirt/templates/dom_template-el6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,15 @@
<source mode='bind'/>
<target type='virtio' name='org.qemu.guest_agent.0'/>
</channel>
<serial type='pty'>
<target port='0'/>
</serial>
<rng model='virtio'>
<backend model='random'>/dev/random</backend>
<address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/>
</rng>
<console type='pty'>
<target type='virtio' port='0'/>
<target type='serial' port='0'/>
</console>
<video>
<model type='cirrus' vram='16384' heads='1'/>
Expand Down

0 comments on commit d522b59

Please sign in to comment.