<div dir="ltr">2008/9/19 Evgeniy Sokolov <span dir="ltr"><<a href="mailto:evg@openvz.org">evg@openvz.org</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello.<br>
<br>
To start with, I have the following questions:<br>
<br>
Does libvirt support the xml format for openvz driver described in the next thread?<br>
<a href="http://www.redhat.com/archives/libvir-list/2008-July/msg00312.html" target="_blank">http://www.redhat.com/archives/libvir-list/2008-July/msg00312.html</a><br>
(I think, that it does not. But will it support it in future? :))<br>
<br>
What libvirt functionality does openvz driver support?<br>
(Openvz does not mentioned in <a href="http://libvirt.org/hvsupport.html" target="_blank">http://libvirt.org/hvsupport.html</a>)<br>
<br>
</blockquote>
<br></div></div>
Hi Anton,<br>
<br>
OpenVZ uses generic xml format. It is common for all libvirt drivers.<br>
<br>
one difference is filesystem:<br>
   <filesystem type="template"><br>
                        <source name="<name of template>" /><br>
                        <target dir="/"/><br>
    </filesystem><br>
<br>
example:<br>
<br>
<domain type='openvz'><br>
        <name>210</name></blockquote><div>Does the 'name ' tag specify domain veid or veid is generated automatically?<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
        <uuid>08344fd6-17d6-711f-6ad8-08b85777a2a2</uuid><br>
        <vcpu>13</vcpu><br>
        <memory>131072</memory><br>
        <os><br>
            <type>exe</type><br>
        </os></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
        <devices><br>
                <filesystem type="template"><br>
                        <source name="centos-4-i386-minimal" /><br>
                        <target dir="/"/><br>
                        <quota type="size" max="10000"/><br>
                        <quota type="inodes" max="200000"/><br>
                </filesystem><br>
                <interface type='bridge'><br>
                        <source bridge='eth10'/><br>
                </interface></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
                <interface type='ethernet'><br>
                         <mac address='00:16:3e:34:21:9e'/><br>
                         <ip address="<a href="http://192.168.122.3" target="_blank">192.168.122.3</a>" /><br>
                </interface></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
       </devices><br>
</domain><br><font color="#888888">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
Libvir-list mailing list<br>
<a href="mailto:Libvir-list@redhat.com" target="_blank">Libvir-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/libvir-list" target="_blank">https://www.redhat.com/mailman/listinfo/libvir-list</a><br>
</font></blockquote></div><br></div>