[Pkg-xen-devel] Bug#702337: xen-xapi / Open vSwitch not really working

Daniel Pocock daniel at pocock.com.au
Tue Mar 5 12:49:57 UTC 2013


Package: xcp-xapi
Version: 1.3.2-14
Severity: important

I chose the Open vSwitch (ovs) networking mode when I installed XCP

# cat /etc/xcp/network.conf
openvswitch

Whenever I boot a VM, I notice that the vif interface is created (e.g.
vif1.0) on dom0, and the vif is added to the ovs bridge (I can see it in
the output of ovs-vsctl show)

However, there is no connectivity, I can't ping the domU

I manually add the vif to a regular Linux bridge:

  brctl addif xenbr0 vif1.0

and then I can ping the domU successfully.

Here is a sample of the ovs-vsctl show output:

# ovs-vsctl show
<UUID removed>
    Bridge "xenbr1"
        fail_mode: standalone
        Port "eth1"
            Interface "eth1"
        Port "xenbr1"
            Interface "xenbr1"
                type: internal
    Bridge xenapi
        Port xenapi
            Interface xenapi
                type: internal
        Port "vif7.1"
            Interface "vif7.1"
    Bridge "xapi0"
        Port "xapi0"
            Interface "xapi0"
                type: internal
    Bridge "xenbr0"
        fail_mode: standalone
        Port "vif3.0"
            Interface "vif3.0"
        Port "vif2.0"
            Interface "vif2.0"
        Port "xenbr0"
            Interface "xenbr0"
                type: internal
        Port "vif10.0"
            Interface "vif10.0"
        Port "eth0"
            Interface "eth0"
        Port "vif11.0"
            Interface "vif11.0"
        Port "vif1.0"
            Interface "vif1.0"
        Port "vif9.0"
            Interface "vif9.0"
        Port "vif7.0"
            Interface "vif7.0"
        Port "vif4.0"
            Interface "vif4.0"
    ovs_version: "1.4.2"



More information about the Pkg-xen-devel mailing list