I would like to configure some OpenNebula VM's to have a serial console that 
can be accessed via the "virsh console" command.

The following xml works if it is inserted  manually  before the </devices> tag 
in the deployment.0

                <serial type='pty'>
                        <target port='0'/>
                </serial>
                <console type='pty'>
                <target type='serial' port='0'/>
                </console>

But if I put it in the RAW section it ends up outside of the </devices> tag at 
the very end of the xml.  Is there any way to get the RAW section inside the 
<devices></devices> section of the XML?

Steve Timm
_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to