[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2018-07-21 Thread Don
The way of configuring /etc/network/interfaces* seems to be changed.
https://github.com/openvswitch/ovs/blob/master/debian/openvswitch-switch.README.Debian

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2016-11-10 Thread Waldek Koźba
Ubuntu 14.04.5 (Open vSwitch) 2.0.2 (installed with apt install
openvswitch-switch)

Following configuration works for me, also after reboot:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-br-ex eth0
iface eth0 inet manual
ovs_type OVSPort
ovs_bridge br-ex

# The OVS bridge interface
auto br-ex
allow-ovs br-ex
iface br-ex inet static
ovs_type OVSBridge
ovs_ports eth0
address 172.24.6.11
netmask 255.255.255.0
gateway 172.24.6.1
dns-nameservers 8.8.8.8

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2016-11-08 Thread Michael Polenchuk
confirmed this bug on ubuntu 14.04.5 (ovs 2.5.9, openstack mitaka):
### ifcfg-br-mesh ###
auto br-mesh
allow-ovs br-mesh
iface br-mesh inet static
ovs_type OVSBridge
ovs_ports ens5
address 192.168.2.4/24
ovs_extra set Bridge br-mesh datapath_type=netdev

### ifcfg-ens5 ###
allow-br-mesh ens5
iface ens5 inet manual
ovs_type DPDKOVSPort
ovs_bridge br-mesh
dpdk_port dpdk0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2016-02-19 Thread Oleg Borisenko
* Ubuntu 14.04.4 + Openstack Liberty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2016-02-19 Thread Oleg Borisenko
I have the same bug too

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2016-02-19 Thread Oleg Borisenko
I have the same bug too

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2016-02-19 Thread Oleg Borisenko
* Ubuntu 14.04.4 + Openstack Liberty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2016-01-12 Thread Max Krasilnikov
Mee too. Ubuntu 14.04 + Openstack Kilo. Br-eth1 is not starting on system boot 
but if I do `ifup br-eth1` all things are doing well.
# grep -vE "(^#|^$)" /etc/network/interfaces.d/ovs-bridge.cfg 
iface eth0 inet manual
iface eth1 inet manual
auto br-eth1
allow-ovs br-eth1
iface br-eth1 inet static
address 10.0.64.67/24
gateway 10.0.64.64
ovs_type OVSBridge
ovs_ports bond1
allow-br-eth1 bond1
iface bond1 inet manual
ovs_bridge br-eth1
ovs_type OVSBond
ovs_bonds eth0 eth1
ovs_options bond_mode=balance-slb lacp=active

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2016-01-12 Thread Max Krasilnikov
Mee too. Ubuntu 14.04 + Openstack Kilo. Br-eth1 is not starting on system boot 
but if I do `ifup br-eth1` all things are doing well.
# grep -vE "(^#|^$)" /etc/network/interfaces.d/ovs-bridge.cfg 
iface eth0 inet manual
iface eth1 inet manual
auto br-eth1
allow-ovs br-eth1
iface br-eth1 inet static
address 10.0.64.67/24
gateway 10.0.64.64
ovs_type OVSBridge
ovs_ports bond1
allow-br-eth1 bond1
iface bond1 inet manual
ovs_bridge br-eth1
ovs_type OVSBond
ovs_bonds eth0 eth1
ovs_options bond_mode=balance-slb lacp=active

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2015-09-22 Thread Kindjal
I still see this bug in openstack kilo on ubuntu trusty.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2015-09-22 Thread Kindjal
I still see this bug in openstack kilo on ubuntu trusty.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2014-06-13 Thread gadLinux
I will open another bug... sorry

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2014-06-13 Thread gadLinux
root@red-compute:~# ovs-vsctl show
8d08d8e4-49f2-4243-b1db-7641984a8530
Bridge br-ex
Port br-ex
Interface br-ex
type: internal
Bridge br-int
Port eth1
Interface eth1
Port br-int
Interface br-int
type: internal
ovs_version: 2.0.1


root@red-compute:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet manual
up ifconfig $IFACE 0.0.0.0 up
up ip link set $IFACE promisc on
down ip link set $IFACE promisc off
down ifconfig $IFACE down

auto eth1
iface eth1 inet manual 
up ifconfig $IFACE 0.0.0.0 up
down ifconfig $IFACE down

auto br-int
iface br-int inet dhcp


And when I boot up, cloudinit does not find the interfaces so no network is up. 


I have to take an screenshot of the issue. The problem is that rbd storage is 
not boot up because cloudinit does not find the interfaces to connect to the 
intranet (because it's a bridge), and all the system becomes a nightmare.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2014-06-13 Thread gadLinux
I will open another bug... sorry

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2014-06-13 Thread gadLinux
root@red-compute:~# ovs-vsctl show
8d08d8e4-49f2-4243-b1db-7641984a8530
Bridge br-ex
Port br-ex
Interface br-ex
type: internal
Bridge br-int
Port eth1
Interface eth1
Port br-int
Interface br-int
type: internal
ovs_version: 2.0.1


root@red-compute:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet manual
up ifconfig $IFACE 0.0.0.0 up
up ip link set $IFACE promisc on
down ip link set $IFACE promisc off
down ifconfig $IFACE down

auto eth1
iface eth1 inet manual 
up ifconfig $IFACE 0.0.0.0 up
down ifconfig $IFACE down

auto br-int
iface br-int inet dhcp


And when I boot up, cloudinit does not find the interfaces so no network is up. 


I have to take an screenshot of the issue. The problem is that rbd storage is 
not boot up because cloudinit does not find the interfaces to connect to the 
intranet (because it's a bridge), and all the system becomes a nightmare.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2014-04-20 Thread gadLinux
You should reopen it since it happens in trusty tahr to me.

Someone can try it in this version of ubuntu, please?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2014-04-20 Thread gadLinux
You should reopen it since it happens in trusty tahr to me.

Someone can try it in this version of ubuntu, please?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-08-26 Thread Launchpad Bug Tracker
This bug was fixed in the package openvswitch -
1.10.1+git20130823-0ubuntu2

---
openvswitch (1.10.1+git20130823-0ubuntu2) saucy; urgency=low

  * Fully support transitions from openvswitch module in 3.11 kernel to
DKMS module:
- d/openvswitch-switch.openvswitch-force-reload-mod.upstart: Drop the
  gre module when force reloading to make transitions from native kernel
  module to dkms module work.
- d/NEWS: Drop information about DKMS/kernel compatibility with GRE
  tunnels.
 -- James Page james.p...@ubuntu.com   Sat, 24 Aug 2013 09:41:02 +0100

** Changed in: openvswitch (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-08-26 Thread Launchpad Bug Tracker
This bug was fixed in the package openvswitch -
1.10.1+git20130823-0ubuntu2

---
openvswitch (1.10.1+git20130823-0ubuntu2) saucy; urgency=low

  * Fully support transitions from openvswitch module in 3.11 kernel to
DKMS module:
- d/openvswitch-switch.openvswitch-force-reload-mod.upstart: Drop the
  gre module when force reloading to make transitions from native kernel
  module to dkms module work.
- d/NEWS: Drop information about DKMS/kernel compatibility with GRE
  tunnels.
 -- James Page james.p...@ubuntu.com   Sat, 24 Aug 2013 09:41:02 +0100

** Changed in: openvswitch (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-08-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/openvswitch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-08-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/openvswitch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-08-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/ubuntu/saucy/openvswitch/snapshot-1.11

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-08-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/ubuntu/saucy/openvswitch/snapshot-1.11

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-08-21 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/ubuntu/saucy/openvswitch/1.12-snapshot

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-08-21 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/ubuntu/saucy/openvswitch/1.12-snapshot

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-08-20 Thread Matteo Panella
I second @jesse-pretorius' request: the upstart job definitely needs to
be backported to Precise once it hits Saucy

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-08-20 Thread James Page
@Jesse  Matteo

I'm not comfortable backporting this to the version in 12.04 - however,
I can offer a compromise.

OpenvSwitch 1.10 will be included in the Cloud Archive for OpenStack
Havana on 12.04 and would include this fix (assuming I can get in enough
testing this week to satisfy myself that its OK).

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-08-20 Thread Matteo Panella
I second @jesse-pretorius' request: the upstart job definitely needs to
be backported to Precise once it hits Saucy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-08-20 Thread James Page
@Jesse  Matteo

I'm not comfortable backporting this to the version in 12.04 - however,
I can offer a compromise.

OpenvSwitch 1.10 will be included in the Cloud Archive for OpenStack
Havana on 12.04 and would include this fix (assuming I can get in enough
testing this week to satisfy myself that its OK).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-08-16 Thread James Page
** Changed in: openvswitch (Ubuntu Saucy)
   Status: In Progress = Triaged

** No longer affects: openvswitch (Ubuntu Saucy)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-08-16 Thread James Page
** Changed in: openvswitch (Ubuntu Saucy)
   Status: In Progress = Triaged

** No longer affects: openvswitch (Ubuntu Saucy)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-08-15 Thread Jesse Pretorius
@james-page We're testing your upstart openvswitch-switch.conf file on
Precise. It's looking good so far. Can this bug be marked as relevant
for Precise too, please? Once it's in Saucy we'd definitely like to see
it backported to Precise.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-08-15 Thread Jesse Pretorius
@james-page We're testing your upstart openvswitch-switch.conf file on
Precise. It's looking good so far. Can this bug be marked as relevant
for Precise too, please? Once it's in Saucy we'd definitely like to see
it backported to Precise.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-05-29 Thread James Page
Pushing the milestone for this bug out a bit; the init script does alot
more that just start/stop openvswitch so needs more careful
consideration.

** Changed in: openvswitch (Ubuntu Saucy)
Milestone: ubuntu-13.05 = ubuntu-13.07

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-05-29 Thread James Page
Pushing the milestone for this bug out a bit; the init script does alot
more that just start/stop openvswitch so needs more careful
consideration.

** Changed in: openvswitch (Ubuntu Saucy)
Milestone: ubuntu-13.05 = ubuntu-13.07

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-05-16 Thread Endre Karlson
I can confirm this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-05-16 Thread James Page
Attaching the upstart configuration I'm proposing to upload to saucy
once I get 3.9 kernel compat sorted out for the DKMS packages.

** Attachment added: openvswitch-switch.conf
   
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+attachment/3678528/+files/openvswitch-switch.upstart

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-05-16 Thread Endre Karlson
I can confirm this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-05-16 Thread James Page
Attaching the upstart configuration I'm proposing to upload to saucy
once I get 3.9 kernel compat sorted out for the DKMS packages.

** Attachment added: openvswitch-switch.conf
   
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+attachment/3678528/+files/openvswitch-switch.upstart

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-05-15 Thread James Page
** Also affects: openvswitch (Ubuntu Saucy)
   Importance: High
   Status: Confirmed

** Changed in: openvswitch (Ubuntu Saucy)
 Assignee: (unassigned) = James Page (james-page)

** Changed in: openvswitch (Ubuntu Saucy)
   Status: Confirmed = In Progress

** Changed in: openvswitch (Ubuntu Saucy)
Milestone: None = ubuntu-13.05

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-05-15 Thread James Page
** Also affects: openvswitch (Ubuntu Saucy)
   Importance: High
   Status: Confirmed

** Changed in: openvswitch (Ubuntu Saucy)
 Assignee: (unassigned) = James Page (james-page)

** Changed in: openvswitch (Ubuntu Saucy)
   Status: Confirmed = In Progress

** Changed in: openvswitch (Ubuntu Saucy)
Milestone: None = ubuntu-13.05

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-01-29 Thread marc...@gmail.com
I am doing some research regarding this issue and found a proposal for
Open vSwitch upstart script:

https://github.com/gdahlm/openvswitch/blob/ubuntu/debian/openvswitch.upstart

The discussion about this is located at
http://openvswitch.org/pipermail/dev/2012-May/017010.html

So far, I've applied this upstart script on a test system running Open
vSwitch 1.7.3 and it seems to work ok:

$ wget 
https://github.com/gdahlm/openvswitch/raw/ubuntu/debian/openvswitch.upstart
$ sudo mv openvswitch.upstart /etc/init/openvswitch.conf

Further research is needed to determine whether it's fully compatible
with current Open vSwitch release.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-01-29 Thread marc...@gmail.com
I am doing some research regarding this issue and found a proposal for
Open vSwitch upstart script:

https://github.com/gdahlm/openvswitch/blob/ubuntu/debian/openvswitch.upstart

The discussion about this is located at
http://openvswitch.org/pipermail/dev/2012-May/017010.html

So far, I've applied this upstart script on a test system running Open
vSwitch 1.7.3 and it seems to work ok:

$ wget 
https://github.com/gdahlm/openvswitch/raw/ubuntu/debian/openvswitch.upstart
$ sudo mv openvswitch.upstart /etc/init/openvswitch.conf

Further research is needed to determine whether it's fully compatible
with current Open vSwitch release.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2012-12-13 Thread Saul St. John
This bug also prevents starting some services (e.g. isc-dhcp-server) on
openvswitch interfaces at boot.

I avoided the problem by changing /etc/network/interfaces such that ovs
interfaces don't come up automatically, and ifupping them manually in
/etc/rc.local instead... but that's pretty silly.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2012-12-13 Thread Saul St. John
This bug also prevents starting some services (e.g. isc-dhcp-server) on
openvswitch interfaces at boot.

I avoided the problem by changing /etc/network/interfaces such that ovs
interfaces don't come up automatically, and ifupping them manually in
/etc/rc.local instead... but that's pretty silly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2012-11-28 Thread Serge Hallyn
I'm not confident enough to mark it Confirmed, but I believe that's
right - an upstart job is needed.

** Changed in: openvswitch (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2012-11-28 Thread Serge Hallyn
** Changed in: openvswitch (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2012-11-28 Thread Serge Hallyn
I'm not confident enough to mark it Confirmed, but I believe that's
right - an upstart job is needed.

** Changed in: openvswitch (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2012-11-28 Thread Serge Hallyn
** Changed in: openvswitch (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084028

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs