All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Fantoni <fantonifabio@tiscali.it>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: Openvswitch error on shutdown/destroy
Date: Mon, 10 Sep 2012 11:45:52 +0200	[thread overview]
Message-ID: <504DB6D0.3050900@tiscali.it> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1562 bytes --]

I retried openvswitch on Wheezy 64 bit dom0 with xen 4.2.0-rc4 from source

vif script taken from here:
http://xen.1045712.n5.nabble.com/openvswitch-on-xen-4-x-td4662995.html

Network works on dom0 and domU hvm windows 7 but on shutdown/destroy 
shows this error:

xl destroy W7
libxl: error: libxl_exec.c:118:libxl_report_child_exitstatus: 
/etc/xen/scripts/vif-bridgeovs offline [4266] exited with error status 1
libxl: error: libxl_device.c:978:device_hotplug_child_death_cb: script: 
/etc/xen/scripts/vif-bridgeovs failed; error detected.

Probably script need to be updated for xen 4.2 but I don't know exactly

Here my dom0 network configuration:
--------------------------------------------------
/etc/network/interfaces
---------------------------------
auto eth0
allow-hotplug eth0
iface eth0 inet manual
         up ip link set up dev eth0
         down ip link set down dev eth0

auto eth1
allow-hotplug eth1
iface eth1 inet manual
         up ip link set up dev eth1
         down ip link set down dev eth1

allow-ovs xenbr0
iface xenbr0 inet static
      address 192.168.1.30
      netmask 255.255.255.0
      network 192.168.1.0
      broadcast 192.168.1.255
      gateway 192.168.1.200
      ovs_type OVSBridge
      ovs_ports bond0

allow-xenbr0 bond0
iface bond0 inet manual
      ovs_bridge xenbr0
      ovs_type OVSBond
      ovs_bonds eth0 eth1
      ovs_options bond_mode=balance-tcp lacp=active
--------------------------------------------------
ifup --allow=ovs xenbr0 for start network


[-- Attachment #1.2: Firma crittografica S/MIME --]
[-- Type: application/pkcs7-signature, Size: 4510 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

             reply	other threads:[~2012-09-10  9:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-10  9:45 Fabio Fantoni [this message]
2012-09-13 15:42 ` Openvswitch error on shutdown/destroy Ian Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=504DB6D0.3050900@tiscali.it \
    --to=fantonifabio@tiscali.it \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.