
<domain type='lxc'> <name>rstest_domain</name> <uuid>80ccbf55-dba0-461b-b23f-90a335503680</uuid> <os> <init>/tmp/cimtest_lxc_init</init> </os> <memory>524288</memory> <devices> <filesystem type='mount'> <source dir='/tmp/lxc_files'/> <target dir='/tmp'/> </filesystem> <console tty=''/> </devices> </domain>
<console tty=''/>
This is missing a valid tty value. This should be:
<console tty='/dev/ptmx'/>
Do you test it with valid tty value? Acutally I used a valid tty value and tested yesterday, it still failed for me, the domain can't be started yet.
Thanks!
Can you run libvirtd in the foreground to see what error you get when attempting to start the guest? Also, do you see any provider debug that indicates the RequestStateChange() call failed? Thanks! -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com