On 12/23/2009 02:34 PM, Diego Elio “Flameeyes” Pettenò wrote:
Il giorno mer, 23/12/2009 alle 14.28 -0500, Cole Robinson ha
scritto:
>
> What is the output of 'virsh --connect lxc:/// capabilities'? Mine
> looks like:
>
flame@yamato ~ % virsh --connect lxc:/// capabilities
<capabilities>
<host>
<cpu>
<arch>x86_64</arch>
</cpu>
</host>
<guest>
<os_type>exe</os_type>
<arch name='x86_64'>
<wordsize>32</wordsize>
<emulator>/usr/libexec/libvirt_lxc</emulator>
<domain type='lxc'>
</domain>
</arch>
</guest>
</capabilities>
Well, looks similar. Were you definitely passing --connect lxc:/// to virsh
when you attempted to define the domain XML? It no URI was specified it may
have defaulted to qemu (or something else depending on what is installed on
your system).
- Cole