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 Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
