2011/5/31 Jean-Baptiste Rouault <jean-baptiste.roua...@diateam.net>:
> On Tuesday 31 May 2011 14:41:55 Matthias Bolte wrote:
>> I also added a testcase and looked at the other config parsing code in
>> the OpenVZ driver. I thing that openvzLoadDomains is missing this
>> line:
>>
>>   dom->def->virtType = VIR_DOMAIN_VIRT_OPENVZ;
>>
>> Could you do a virsh dumpxml for an OpenVZ guest and check the first
>> line of XML? I think it currently reads
>>
>>   <domain type='qemu'>
>>
>> but should actually read
>>
>>   <domain type='openvz'>
>>
>> and we need to fix this.
>>
>> Matthias
>
> It indeed outputs "<domain type='qemu'>"
>
> Regards,
> Jean-Baptiste

Now fixed by this patch

https://www.redhat.com/archives/libvir-list/2011-June/msg00003.html

Matthias

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to