This is a multipart message in MIME format.
------=_NextPart_000_00E1_01D1ECE3.FD875090
Content-Type: text/plain;
charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Hi Michael,
As described above, I create a ovs-based cluster, and added a =
Host, and created a VM successfully.
=20
I click the =E2=80=98Sync All Networks=E2=80=99 Tab, and =
=E2=80=9Covs-vsctl show=E2=80=9D can get some seems correct result as =
follows: (The port =E2=80=98p3p1=E2=80=99 is my physical NIC, my vdsm =
server have 3 physical NICs, the other two NICs was disabled by me)
ovs-vsctl show
931582d5-9318-48c6-a1d6-8ec486582eb8
Bridge vdsmbr_vfMUcNKp
Port vdsmbr_vfMUcNKp
Interface vdsmbr_vfMUcNKp
type: internal
Port ovirtmgmt
Interface ovirtmgmt
type: internal
Port "p3p1"
Interface "p3p1"
ovs_version: "2.5.0"
=20
At the same time =E2=80=98brctl show=E2=80=99 can still get ovirtmgmt =
information. And then, the network can not work from vdsm using the Ip =
binding to p3p1 or ovirtmgmt; I enable one of the other two NICs and =
the network is still not work for new enabled NIC.
=20
I have to reboot the vdsm. After reboot, the vdsm was not abled =
controlled by ovirt engine anymore.=20
=20
Here is some information: (The bridge name in virsh and ovs are not the =
same, why? Is this cause the error?)
=20
Ifconfig=20
ovirtmgmt: flags=3D4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.117 netmask 255.255.255.0 broadcast 0.0.0.0
inet6 fe80::f8e5:c3ff:fe74:5c59 prefixlen 64 scopeid =
0x20<link>
ether fa:e5:c3:74:5c:59 txqueuelen 0 (Ethernet)
RX packets 8389 bytes 1528498 (1.4 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 22 bytes 3740 (3.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
=20
ovs-vsctl show
931582d5-9318-48c6-a1d6-8ec486582eb8
Bridge vdsmbr_vfMUcNKp
Port vdsmbr_vfMUcNKp
Interface vdsmbr_vfMUcNKp
type: internal
Port ovirtmgmt
Interface ovirtmgmt
type: internal
Port "p3p1"
Interface "p3p1"
ovs_version: "2.5.0"
=20
vi /etc/libvirt/qemu/networks/vdsm-ovirtmgmt.xml
<network>
<name>vdsm-ovirtmgmt</name>
<uuid>09e92e82-2510-450e-bff7-72252e37b1b8</uuid>
<forward mode=3D'bridge'/>
<bridge name=3D'ovirtmgmt'/>
</network>
=20
I can=E2=80=99t find anything about VM because =E2=80=98virsh list =
--all=E2=80=99 show nothing.=20
=20
[root@server117 vdsm]# service vdsmd status -l
Redirecting to /bin/systemctl status -l vdsmd.service
=C3=A2=E2=80=94 vdsmd.service - Virtual Desktop Server Manager
Loaded: loaded (/usr/lib/systemd/system/vdsmd.service; enabled; =
vendor preset: enabled)
Active: inactive (dead)
=20
Aug 02 04:37:50 server117 systemd[1]: Dependency failed for Virtual =
Desktop Server Manager.
Aug 02 04:37:50 server117 systemd[1]: Job vdsmd.service/start failed =
with result 'dependency'.
[root@server117 vdsm]# service vdsmd start
Redirecting to /bin/systemctl start vdsmd.service
A dependency job for vdsmd.service failed. See 'journalctl -xe' for =
details.
[root@server117 vdsm]# service vdsmd status -l
Redirecting to /bin/systemctl status -l vdsmd.service
=C3=A2=E2=80=94 vdsmd.service - Virtual Desktop Server Manager
Loaded: loaded (/usr/lib/systemd/system/vdsmd.service; enabled; =
vendor preset: enabled)
Active: inactive (dead)
=20
Aug 02 04:37:50 server117 systemd[1]: Dependency failed for Virtual =
Desktop Server Manager.
Aug 02 04:37:50 server117 systemd[1]: Job vdsmd.service/start failed =
with result 'dependency'.
Aug 02 05:28:58 server117 systemd[1]: Dependency failed for Virtual =
Desktop Server Manager.
Aug 02 05:28:58 server117 systemd[1]: Job vdsmd.service/start failed =
with result 'dependency'.
=20
=20
I think I already got mad now. ^_^
=20
=20
Hope get help from you as soon as possible.=20
Thank you
Mark
=20
=E5=8F=91=E4=BB=B6=E4=BA=BA: Michael Burman [mailto:mburman@redhat.com]=20
=E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4: 2016=E5=B9=B48=E6=9C=882=E6=97=A5 =
16:01
=E6=94=B6=E4=BB=B6=E4=BA=BA: Meni Yakove
=E6=8A=84=E9=80=81: lifuqiong; Dan Kenigsberg; Petr Horacek; users
=E4=B8=BB=E9=A2=98: Re: [ovirt-users] [ovirt-devel] How to add ovs-based =
VM in version 4.0.2? Thank you
=20
Hi ,=20
Did you synced network/s after you moved the host to the ovs type =
cluster?=20
It seems like you didn't..)
Go to 'Hosts' main tab' and choose the host, go to 'Network
Interfaces' =
sub tab and press the 'Sync All Networks' , now the networks should be =
synced to host as ovs switch type.=20
Run the vm and check the xml.
It should look something like this:=20
<source bridge=3D'vdsmbr_nRL3asDq'/>
<virtualport type=3D'openvswitch'>
thanks
=20
=20
On Tue, Aug 2, 2016 at 9:37 AM, Meni Yakove <myakove(a)redhat.com> wrote:
=20
=20
On Tue, Aug 2, 2016 at 7:12 AM, lifuqiong <lifuqiong(a)cncloudsec.com> =
wrote:
I create a cluster which already enabled ovs network as you mentioned , =
but when I create vm in this cluster, I can only using =
ovirtmgmt/ovirtmgmt vNIC profile, which is still a Linux bridge.
I found no way to add a OVS vNIC profile, I have to chose =
ovirtmgmt/ovirtmgmt vNIC to setup a VM. After VM is started, the vm is =
still using Linux bridge to communicate with outside, not the ovs.
=20
Need I to create a ovs bridge or vport and bind it to physical NIC in =
vdsm manually?
=20
Hope your reply as soon as possible.
Thank you
Mark
=20
=E5=8F=91=E4=BB=B6=E4=BA=BA: users-bounces(a)ovirt.org =
[mailto:users-bounces@ovirt.org] =E4=BB=A3=E8=A1=A8 Meni Yakove
=E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4: 2016=E5=B9=B48=E6=9C=881=E6=97=A5 =
16:42
=E6=94=B6=E4=BB=B6=E4=BA=BA: Dan Kenigsberg
=E4=B8=BB=E9=A2=98: Re: [ovirt-users] [ovirt-devel] How to add ovs-based =
VM in version 4.0.2? Thank you
=20
On Mon, Aug 1, 2016 at 11:07 AM, Dan Kenigsberg <danken(a)redhat.com> =
wrote:
On Mon, Aug 01, 2016 at 02:02:52PM +0800, lifuqiong wrote:
Hi, I upgrade my ovirt to version 4.0.2.2, how to using ovs in this =
version?
Is there any instruction? Thank you
Please note and note well: OVS is not production-grade yet. It is only a
preliminary tech preview, under active development.
However, we'd be very happy to get your help in testing it (and possibly
fixing it, too).
When defining a new cluster, you should see a check box, letting you
select OVS for that cluster.=20
=20
To be precise, this is not a check box. In the Edit Cluster dialog, look =
at the "switch=20
type" option, and change "LEGACY" to "OVS".
=20
=20
=20
After being checked, each VM network that
is defined in your cluster would be implemented with OVS instead of
Linux bridge.
As aluded before, there are plenty of known definciencies (e.g., no
persistence of ip config on VM network, no live migration, not all bond
modes, etc etc). But do not hesitate to raise other issues with the
devel mailing list.
Happy testing!
Dan.
_______________________________________________
Devel mailing list
Devel(a)ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel
=20
=20
--=20
Michael Burman
RedHat Israel, RHEV-M QE Network Team
Mobile: 054-5355725
IRC: mburman
------=_NextPart_000_00E1_01D1ECE3.FD875090
Content-Type: text/html;
charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
xmlns=3D"http://www.w3.org/TR/REC-html40"><head><meta =
http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8"><meta =
name=3DGenerator content=3D"Microsoft Word 14 (filtered =
medium)"><style><!--
/* Font Definitions */
@font-face
{font-family:=E5=AE=8B=E4=BD=93;
panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
{font-family:=E5=AE=8B=E4=BD=93;
panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:"\@=E5=AE=8B=E4=BD=93";
panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:=E5=AE=8B=E4=BD=93;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"=E6=89=B9=E6=B3=A8=E6=A1=86=E6=96=87=E6=9C=AC Char";
margin:0cm;
margin-bottom:.0001pt;
font-size:9.0pt;
font-family:=E5=AE=8B=E4=BD=93;}
span.EmailStyle17
{mso-style-type:personal-reply;
font-family:"Calibri","sans-serif";
color:#1F497D;}
span.Char
{mso-style-name:"=E6=89=B9=E6=B3=A8=E6=A1=86=E6=96=87=E6=9C=AC Char";
mso-style-priority:99;
mso-style-link:=E6=89=B9=E6=B3=A8=E6=A1=86=E6=96=87=E6=9C=AC;
font-family:=E5=AE=8B=E4=BD=93;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]--></head><body lang=3DZH-CN
link=3Dblue =
vlink=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal><span =
lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>Hi =C2=A0Michael,<o:p></o:p></span></p><p
class=3DMsoNormal><span =
lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 As described above, =
I create a ovs-based cluster, and added a Host, and created a VM =
successfully.<o:p></o:p></span></p><p
class=3DMsoNormal><span =
lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'><o:p> </o:p></span></p><p
class=3DMsoNormal><a =
name=3D"_MailEndCompose"><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I click the =
=E2=80=98Sync All Networks=E2=80=99 Tab, and =E2=80=9Covs-vsctl =
show=E2=80=9D can get some seems correct result as follows:=C2=A0=C2=A0 =
(The port =E2=80=98p3p1=E2=80=99 is my physical NIC, my vdsm server have =
3 physical NICs, the other two NICs was disabled by =
me)<o:p></o:p></span></a></p><p
class=3DMsoNormal><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ovs-vsctl =
show<o:p></o:p></span></p><p class=3DMsoNormal><span
lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>931582d5-9318-48c6-a1d6-8ec486582eb8<o:p></o:p></span></p><p
=
class=3DMsoNormal><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0 Bridge
vdsmbr_vfMUcNKp<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Port =
vdsmbr_vfMUcNKp<o:p></o:p></span></p><p
class=3DMsoNormal><span =
lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =
Interface vdsmbr_vfMUcNKp<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 type: internal<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Port =
ovirtmgmt<o:p></o:p></span></p><p class=3DMsoNormal><span
lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =
Interface ovirtmgmt<o:p></o:p></span></p><p
class=3DMsoNormal><span =
lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 type: internal<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Port =
"p3p1"<o:p></o:p></span></p><p
class=3DMsoNormal><span =
lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =
Interface "p3p1"<o:p></o:p></span></p><p
class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>ovs_version:
"2.5.0"<o:p></o:p></span></p><p =
class=3DMsoNormal style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'><o:p> </o:p></span></p><p class=3DMsoNormal
=
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>At the same time =E2=80=98brctl show=E2=80=99 can still get ovirtmgmt =
information. And then, the network can not work from vdsm using the Ip =
binding to p3p1 or ovirtmgmt;=C2=A0 I enable one of the other two NICs =
and the network is still not work for new enabled =
NIC.<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'><o:p> </o:p></span></p><p class=3DMsoNormal
=
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>I have to reboot the vdsm. After reboot, the vdsm was not abled =
controlled by ovirt engine anymore. <o:p></o:p></span></p><p =
class=3DMsoNormal style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'><o:p> </o:p></span></p><p class=3DMsoNormal
=
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>Here is some information: (</span><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:red'>T=
he bridge name in virsh=C2=A0 and ovs are not the same, why? Is this =
cause the error?</span><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>)<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'><o:p> </o:p></span></p><p class=3DMsoNormal
=
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>Ifconfig <o:p></o:p></span></p><p class=3DMsoNormal
=
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:red'>o=
virtmgmt</span><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>: flags=3D4163<UP,BROADCAST,RUNNING,MULTICAST>=C2=A0 mtu =
1500<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 inet 192.168.0.117=C2=A0 =
netmask 255.255.255.0=C2=A0 broadcast
0.0.0.0<o:p></o:p></span></p><p =
class=3DMsoNormal style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 inet6 =
fe80::f8e5:c3ff:fe74:5c59=C2=A0 prefixlen 64=C2=A0 scopeid =
0x20<link><o:p></o:p></span></p><p
class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ether =
fa:e5:c3:74:5c:59=C2=A0 txqueuelen 0=C2=A0 =
(Ethernet)<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 RX packets 8389=C2=A0 =
bytes 1528498 (1.4 MiB)<o:p></o:p></span></p><p
class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 RX errors 0=C2=A0 dropped =
0=C2=A0 overruns 0=C2=A0 frame 0<o:p></o:p></span></p><p =
class=3DMsoNormal style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 TX packets 22=C2=A0 bytes =
3740 (3.6 KiB)<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 TX errors 0=C2=A0 dropped =
0 overruns 0=C2=A0 carrier 0=C2=A0 collisions
0<o:p></o:p></span></p><p =
class=3DMsoNormal style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'><o:p> </o:p></span></p><p class=3DMsoNormal
=
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>ovs-vsctl show<o:p></o:p></span></p><p
class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>931582d5-9318-48c6-a1d6-8ec486582eb8<o:p></o:p></span></p><p
=
class=3DMsoNormal style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0 Bridge </span><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:red'>v=
dsmbr_vfMUcNKp</span><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'><o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Port =
vdsmbr_vfMUcNKp<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =
Interface vdsmbr_vfMUcNKp<o:p></o:p></span></p><p
class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 type: internal<o:p></o:p></span></p><p =
class=3DMsoNormal style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Port =
ovirtmgmt<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =
Interface ovirtmgmt<o:p></o:p></span></p><p class=3DMsoNormal
=
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 type: internal<o:p></o:p></span></p><p =
class=3DMsoNormal style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Port =
"p3p1"<o:p></o:p></span></p><p
class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =
Interface "p3p1"<o:p></o:p></span></p><p
class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0=C2=A0 ovs_version: =
"2.5.0"<o:p></o:p></span></p><p
class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'><o:p> </o:p></span></p><p class=3DMsoNormal
=
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>vi =
/etc/libvirt/qemu/networks/vdsm-ovirtmgmt.xml<o:p></o:p></span></p><p
=
class=3DMsoNormal style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'><network><o:p></o:p></span></p><p
class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0 =
<name>vdsm-ovirtmgmt</name><o:p></o:p></span></p><p
=
class=3DMsoNormal style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0 =
<uuid>09e92e82-2510-450e-bff7-72252e37b1b8</uuid><o:p></o:p><=
/span></p><p class=3DMsoNormal style=3D'text-indent:9.0pt'><span
=
lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0 <forward
mode=3D'bridge'/><o:p></o:p></span></p><p =
class=3DMsoNormal style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0 <bridge name=3D</span><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:red'>'=
ovirtmgmt'</span><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>/><o:p></o:p></span></p><p class=3DMsoNormal
=
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'></network><o:p></o:p></span></p><p
class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'><o:p> </o:p></span></p><p class=3DMsoNormal
=
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>I can=E2=80=99t find anything about VM because=C2=A0 =E2=80=98virsh =
list --all=E2=80=99 show nothing. <o:p></o:p></span></p><p =
class=3DMsoNormal style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'><o:p> </o:p></span></p><p class=3DMsoNormal
=
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>[root@server117 vdsm]# service vdsmd status =
-l<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>Redirecting to /bin/systemctl status=C2=A0 -l =
vdsmd.service<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C3=A2</span><span =
style=3D'font-size:10.5pt;color:#1F497D'>=E2=80=94</span><span =
lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'> vdsmd.service - Virtual Desktop Server =
Manager<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0 Loaded: loaded (/usr/lib/systemd/system/vdsmd.service; =
enabled; vendor preset: enabled)<o:p></o:p></span></p><p =
class=3DMsoNormal style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0 Active: inactive
(dead)<o:p></o:p></span></p><p =
class=3DMsoNormal style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'><o:p> </o:p></span></p><p class=3DMsoNormal
=
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>Aug 02 04:37:50 server117 systemd[1]: Dependency failed for Virtual =
Desktop Server Manager.<o:p></o:p></span></p><p
class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>Aug 02 04:37:50 server117 systemd[1]: Job vdsmd.service/start failed =
with result 'dependency'.<o:p></o:p></span></p><p
class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>[root@server117 vdsm]# service vdsmd
start<o:p></o:p></span></p><p =
class=3DMsoNormal style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>Redirecting to /bin/systemctl start=C2=A0 =
vdsmd.service<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>A dependency job for vdsmd.service failed. See 'journalctl -xe' for =
details.<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>[root@server117 vdsm]# service vdsmd status =
-l<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>Redirecting to /bin/systemctl status=C2=A0 -l =
vdsmd.service<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C3=A2</span><span =
style=3D'font-size:10.5pt;color:#1F497D'>=E2=80=94</span><span =
lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'> vdsmd.service - Virtual Desktop Server =
Manager<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0 Loaded: loaded (/usr/lib/systemd/system/vdsmd.service; =
enabled; vendor preset: enabled)<o:p></o:p></span></p><p =
class=3DMsoNormal style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>=C2=A0=C2=A0 Active: inactive
(dead)<o:p></o:p></span></p><p =
class=3DMsoNormal style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'><o:p> </o:p></span></p><p class=3DMsoNormal
=
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>Aug 02 04:37:50 server117 systemd[1]: Dependency failed for Virtual =
Desktop Server Manager.<o:p></o:p></span></p><p
class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>Aug 02 04:37:50 server117 systemd[1]: Job vdsmd.service/start failed =
with result 'dependency'.<o:p></o:p></span></p><p
class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>Aug 02 05:28:58 server117 systemd[1]: Dependency failed for Virtual =
Desktop Server Manager.<o:p></o:p></span></p><p
class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>Aug 02 05:28:58 server117 systemd[1]: Job vdsmd.service/start failed =
with result 'dependency'.<o:p></o:p></span></p><p
class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'><o:p> </o:p></span></p><p class=3DMsoNormal
=
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'><o:p> </o:p></span></p><p class=3DMsoNormal
=
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>I think I already got mad now.
^_^<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'><o:p> </o:p></span></p><p class=3DMsoNormal
=
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'><o:p> </o:p></span></p><p class=3DMsoNormal
=
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>Hope get help from you as soon as possible.
<o:p></o:p></span></p><p =
class=3DMsoNormal style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>Thank you<o:p></o:p></span></p><p class=3DMsoNormal
=
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>Mark<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'text-indent:9.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'><o:p> </o:p></span></p><p
class=3DMsoNormal><b><span =
style=3D'font-size:10.0pt'>=E5=8F=91=E4=BB=B6=E4=BA=BA<span =
lang=3DEN-US>:</span></span></b><span lang=3DEN-US =
style=3D'font-size:10.0pt'> Michael Burman [mailto:mburman@redhat.com] =
<br></span><b><span =
style=3D'font-size:10.0pt'>=E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4<span =
lang=3DEN-US>:</span></span></b><span lang=3DEN-US =
style=3D'font-size:10.0pt'> 2016</span><span =
style=3D'font-size:10.0pt'>=E5=B9=B4<span =
lang=3DEN-US>8</span>=E6=9C=88<span
lang=3DEN-US>2</span>=E6=97=A5<span =
lang=3DEN-US> 16:01<br></span><b>=E6=94=B6=E4=BB=B6=E4=BA=BA<span
=
lang=3DEN-US>:</span></b><span lang=3DEN-US> Meni =
Yakove<br></span><b>=E6=8A=84=E9=80=81<span =
lang=3DEN-US>:</span></b><span lang=3DEN-US> lifuqiong; Dan
Kenigsberg; =
Petr Horacek; users<br></span><b>=E4=B8=BB=E9=A2=98<span =
lang=3DEN-US>:</span></b><span lang=3DEN-US> Re: [ovirt-users] =
[ovirt-devel] How to add ovs-based VM in version 4.0.2? Thank =
you<o:p></o:p></span></span></p><p
class=3DMsoNormal><span =
lang=3DEN-US><o:p> </o:p></span></p><div><div><div><div><div><div><d=
iv><p class=3DMsoNormal style=3D'margin-bottom:12.0pt'><span =
lang=3DEN-US>Hi , <o:p></o:p></span></p></div><p
class=3DMsoNormal><span =
lang=3DEN-US>Did you synced network/s after you moved the host to the =
ovs type cluster? <o:p></o:p></span></p></div><p
class=3DMsoNormal><span =
lang=3DEN-US>It seems like you
didn't..)<o:p></o:p></span></p></div><p =
class=3DMsoNormal><span lang=3DEN-US>Go to 'Hosts' main tab' and
choose =
the host, go to 'Network Interfaces' sub tab and press the 'Sync All =
Networks' , now the networks should be synced to host as ovs switch =
type. <o:p></o:p></span></p></div><p
class=3DMsoNormal><span =
lang=3DEN-US>Run the vm and check the
xml.<o:p></o:p></span></p></div><p =
class=3DMsoNormal style=3D'margin-bottom:12.0pt'><span lang=3DEN-US>It =
should look something like this: <br><br><source =
bridge=3D'vdsmbr_nRL3asDq'/><br>
=
<virtualport
type=3D'openvswitch'><o:p></o:p></span></p></div><p
=
class=3DMsoNormal><span
lang=3DEN-US>thanks<o:p></o:p></span></p><div><p =
class=3DMsoNormal><span =
lang=3DEN-US><o:p> </o:p></span></p></div></div><div><p
=
class=3DMsoNormal><span
lang=3DEN-US><o:p> </o:p></span></p><div><p
=
class=3DMsoNormal><span lang=3DEN-US>On Tue, Aug 2, 2016 at 9:37 AM, =
Meni Yakove <<a href=3D"mailto:myakove@redhat.com" =
target=3D"_blank">myakove(a)redhat.com</a>&gt; =
wrote:<o:p></o:p></span></p><div><div><div><p
class=3DMsoNormal><span =
lang=3DEN-US><o:p> </o:p></span></p></div><div><p
=
class=3DMsoNormal><span
lang=3DEN-US><o:p> </o:p></span></p><div><p
=
class=3DMsoNormal><span lang=3DEN-US>On Tue, Aug 2, 2016 at 7:12 AM, =
lifuqiong <<a href=3D"mailto:lifuqiong@cncloudsec.com" =
target=3D"_blank">lifuqiong(a)cncloudsec.com</a>&gt; =
wrote:<o:p></o:p></span></p><div><div><p
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;text-indent:2=
1.0pt'><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>I create a cluster which already enabled ovs network as you mentioned =
, but when I create vm in this cluster, I can only using =
ovirtmgmt/ovirtmgmt vNIC profile, which is still a Linux =
bridge.</span><span
lang=3DEN-US><o:p></o:p></span></p><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>I found no way to add a OVS vNIC profile, I have to chose =
ovirtmgmt/ovirtmgmt vNIC to setup a VM. After VM is started, the vm is =
still using Linux bridge to communicate with outside, not the =
ovs.</span><span
lang=3DEN-US><o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'> </span><span
lang=3DEN-US><o:p></o:p></span></p><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>Need I to create a ovs bridge or vport and bind it to physical NIC in =
vdsm manually?</span><span
lang=3DEN-US><o:p></o:p></span></p><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'> </span><span
lang=3DEN-US><o:p></o:p></span></p><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>Hope your reply as soon as possible.</span><span =
lang=3DEN-US><o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>Thank you</span><span
lang=3DEN-US><o:p></o:p></span></p><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'>Mark</span><span
lang=3DEN-US><o:p></o:p></span></p><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><a =
name=3D"m_7295896468137412312_m_-637359162845864"><span lang=3DEN-US =
style=3D'font-size:10.5pt;font-family:"Calibri","sans-serif";color:#1F497=
D'> </span></a><span
lang=3DEN-US><o:p></o:p></span></p><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><b><span
=
style=3D'font-size:10.0pt'>=E5=8F=91=E4=BB=B6=E4=BA=BA<span =
lang=3DEN-US>:</span></span></b><span lang=3DEN-US =
style=3D'font-size:10.0pt'> <a
href=3D"mailto:users-bounces@ovirt.org" =
target=3D"_blank">users-bounces(a)ovirt.org</a> [mailto:<a =
href=3D"mailto:users-bounces@ovirt.org" =
target=3D"_blank">users-bounces(a)ovirt.org</a>]
</span><b><span =
style=3D'font-size:10.0pt'>=E4=BB=A3=E8=A1=A8 </span></b><span
=
lang=3DEN-US style=3D'font-size:10.0pt'>Meni
Yakove<br></span><b><span =
style=3D'font-size:10.0pt'>=E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4<span =
lang=3DEN-US>:</span></span></b><span lang=3DEN-US =
style=3D'font-size:10.0pt'> 2016</span><span =
style=3D'font-size:10.0pt'>=E5=B9=B4<span =
lang=3DEN-US>8</span>=E6=9C=88<span
lang=3DEN-US>1</span>=E6=97=A5<span =
lang=3DEN-US> 16:42<br></span><b>=E6=94=B6=E4=BB=B6=E4=BA=BA<span
=
lang=3DEN-US>:</span></b><span lang=3DEN-US> Dan =
Kenigsberg<br></span><b>=E4=B8=BB=E9=A2=98<span =
lang=3DEN-US>:</span></b><span lang=3DEN-US> Re: [ovirt-users] =
[ovirt-devel] How to add ovs-based VM in version 4.0.2? Thank =
you</span></span><span
lang=3DEN-US><o:p></o:p></span></p><div><div><p
=
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US> <o:p></o:p></span></p><div><div><div><p
=
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US>On Mon, Aug 1, 2016 at 11:07 AM, Dan Kenigsberg <<a =
href=3D"mailto:danken@redhat.com" =
target=3D"_blank">danken(a)redhat.com</a>&gt; =
wrote:<o:p></o:p></span></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US>On Mon, Aug 01, 2016 at 02:02:52PM +0800, lifuqiong =
wrote:<br>> Hi, I upgrade my ovirt to version 4.0.2.2, how to using =
ovs in this version?<br>> Is there any instruction? Thank =
you<br><br>Please note and note well: OVS is not production-grade yet. =
It is only a<br>preliminary tech preview, under active =
development.<br><br>However, we'd be very happy to get your help in =
testing it (and possibly<br>fixing it, too).<br><br>When defining a new
=
cluster, you should see a check box, letting you<br>select OVS for that =
cluster. <o:p></o:p></span></p><div><p class=3DMsoNormal
=
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US> <o:p></o:p></span></p></div><div><p
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US>To be precise, this is not a check box. In the Edit Cluster =
dialog, look at the =
"switch <o:p></o:p></span></p></div><div><p
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US>type" option, and change "LEGACY" to =
"OVS".<o:p></o:p></span></p></div><div><p
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US> <o:p></o:p></span></p></div><div><p
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US> <o:p></o:p></span></p></div><div><p
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US> <o:p></o:p></span></p></div><blockquote
=
style=3D'border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm =
6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5=
.0pt'><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US>After being checked, each VM network that<br>is defined in =
your cluster would be implemented with OVS instead of<br>Linux =
bridge.<br><br>As aluded before, there are plenty of known definciencies =
(e.g., no<br>persistence of ip config on VM network, no live migration, =
not all bond<br>modes, etc etc). But do not hesitate to raise other =
issues with the<br>devel mailing list.<br><br>Happy =
testing!<br><br>Dan.<br>_______________________________________________<b=
r>Devel mailing list<br><a href=3D"mailto:Devel@ovirt.org" =
target=3D"_blank">Devel(a)ovirt.org</a><br><a =
href=3D"http://lists.ovirt.org/mailman/listinfo/devel" =
target=3D"_blank">http://lists.ovirt.org/mailman/listinfo/de...
/o:p></span></p></blockquote></div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US> <o:p></o:p></span></p></div></div></div></div></div></=
div></div><p class=3DMsoNormal><span =
lang=3DEN-US><o:p> </o:p></span></p></div></div></div></div><p
=
class=3DMsoNormal><span lang=3DEN-US><br><br clear=3Dall><br>--
=
<o:p></o:p></span></p><div><div><p
class=3DMsoNormal><span =
lang=3DEN-US>Michael Burman<br>RedHat Israel, RHEV-M QE Network =
Team<br><br>Mobile: 054-5355725<br>IRC: =
mburman<o:p></o:p></span></p></div></div></div></div></body></html>
------=_NextPart_000_00E1_01D1ECE3.FD875090--