[Bug 577027] Re: unable to ssh to guest vm after volume attach when using virtio devices

Jason Rogers juk80x at gmail.com
Wed May 19 15:11:10 BST 2010


I modified /usr/share/eucalyptus/gen_kvm_libvirt_xml as follows,

95c95
<         <cmdline>root=/dev/sda1 console=ttyS0</cmdline>
---
>         <cmdline>root=/dev/vda1 console=ttyS0</cmdline>
105c105
<             <target dev='sda'/>
---
>             <target dev='vda' bus='virtio'/>
110c110
<             <model type='e1000'/>
---
>             <model type='virtio'/>

The guest is still running. I was even able to get console output. But
there is no ssh access.

-- 
unable to ssh to guest vm after volume attach when using virtio devices
https://bugs.launchpad.net/bugs/577027
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.



More information about the Ubuntu-server-bugs mailing list