This bug was fixed in the package openvswitch - 2.0.2-0ubuntu0.14.04.3
---
openvswitch (2.0.2-0ubuntu0.14.04.3) trusty; urgency=medium
[ Brian Turek ]
* Add ifupdown hooks for upstart script. (LP: #1314887)
[ Arata Notsu ]
* Fix ifupdown hooks in cases where BRIDGE is not def
I can confirm that openvswitch-switch 2.0.2-ubuntu0.14.04.3 fixes the
problem on a fully patched Trusty box.
** Tags removed: verification-needed
** Tags added: verification-done
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https:/
** Description changed:
- ifupdown hook is present in /etc/init.d/openvswitch-switch, but not in
- /etc/init/openvswitch-switch.conf which is the default.
+ [Impact]
- === modified file 'debian/openvswitch-switch.upstart'
- --- debian/openvswitch-switch.upstart 2013-08-23 11:18:52 +
- +++
Hello Hiroaki, or anyone else affected,
Accepted openvswitch into trusty-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/openvswitch/2.0.2-0ubuntu0.14.04.3
in a few hours, and then in the -proposed repository.
Please help us by testing this new packag
I merged the two wily uploads for this bug into the trusty package and
uploaded them.
Thanks!
** Changed in: openvswitch (Ubuntu Trusty)
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://
[Impact]
The documentation included in both upstream Open vSwitch (ovs) 2.0.2 and
the version distributed by Ubuntu states that it supports configuring
ovs using /etc/network/interfaces (see /usr/share/doc/openvswitch-
switch/README.Debian). Moreover, /etc/init.d/openvswitch-switch
contains the
In order for this to be SRUed, it needs to be made compliant with
https://wiki.ubuntu.com/StableReleaseUpdates (Please add a rational,
test case, and regression potential to the description of this bug.)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subsc
** Branch linked: lp:~brian-turek/ubuntu/trusty/openvswitch/fix-
for-1314887
** Tags added: trusty
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1314887
Title:
ifupdown hook is missing in upstart s
This bug was fixed in the package openvswitch - 2.4.0-0ubuntu4
---
openvswitch (2.4.0-0ubuntu4) wily; urgency=medium
[ Arata Notsu ]
* Fix ifupdown hooks in cases where BRIDGE is not defined. (LP: #1314887)
-- Chris J Arges Thu, 15 Oct 2015
15:03:34 -0500
** Changed in: openv
** Changed in: openvswitch (Ubuntu)
Status: Fix Released => In Progress
** Changed in: openvswitch (Ubuntu)
Importance: Medium => High
** Changed in: openvswitch (Ubuntu Trusty)
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Ubuntu
Uploaded this latest regression fix. Should be in 2.4.0-0ubuntu4.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1314887
Title:
ifupdown hook is missing in upstart script
To manage notifications abo
This is a patch works for me
** Attachment added: "patch1314887-2.txt"
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1314887/+attachment/4496040/+files/patch1314887-2.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: openvswitch (Ubuntu Trusty)
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/1314887
I confirm Arata's comment, OVS fails to start:
http://logs.openstack.org/82/235482/1/check/gate-puppet-openstack-
integration-scenario002-dsvm-
trusty/bd79764/logs/syslog.txt.gz#_Oct_15_16_48_29
2.4.0-0ubuntu3 looks like a broken release to us.
--
You received this bug notification because you
If $BRIDGES is empty,
[ $BRIDGES ] && ifup --allow ovs $BRIDGES
will result in rc=1 and it causes openvswitch-switch to fail to start.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1314887
Title:
This bug was fixed in the package openvswitch - 2.4.0-0ubuntu3
---
openvswitch (2.4.0-0ubuntu3) wily; urgency=medium
[ Brian Turek ]
* Add ifupdown hooks for upstart script. (LP: #1314887)
-- Chris J Arges Wed, 14 Oct 2015
13:51:13 -0500
** Changed in: openvswitch (Ubuntu)
** Branch linked: lp:ubuntu/wily-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/1314887
Title:
ifupdown hook is missing in upstart script
To manage notifications about this bug
The attachment "amended-fix-for-1314887.patch" seems to be a patch. If
it isn't, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.
[This is an automated message performed by a Launchpad user owned by
Went ahead and created a new (and simpler) patch that uses ifquery. See
attached
** Patch added: "amended-fix-for-1314887.patch"
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1314887/+attachment/4492519/+files/amended-fix-for-1314887.patch
--
You received this bug notification
I realize it's a poor reason but I mimicked the network_interfaces
function /etc/init.d/openvswitch-switch. Want me to switch it over to
use ifquery?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1314
It looks fine, but is there a particular reason why you run awk over
/etc/network/interfaces by hand instead of using ifquery the way the
sysvinit job does?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bug
While vivid and wily are using systemd by default, upstart is still an
option there. So this bug should first be fixed for wily before we can
SRU to trusty.
I'm going to test the attached trivially ported debdiff and intend to
push it if it doesn't seem to break anything. An extra set of eyes
wo
Following up on my previous comment, the propose fix actually causes the
upstart script to fail to start if there are no OVS interfaces present
(the ifup errors which I believe causes the pre-start script section to
"error" which then causes upstart to kill the process). I submitted a
bit longer f
** Branch linked: lp:~brian-turek/ubuntu/trusty/openvswitch/fix-
for-1314887
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1314887
Title:
ifupdown hook is missing in upstart script
To manage notifi
I can confirm this is still present in a fully patched 14.04.2 install
and the proposed fix does work.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1314887
Title:
ifupdown hook is missing in upstar
** Changed in: openvswitch (Ubuntu)
Importance: Undecided => Medium
** Changed in: openvswitch (Ubuntu)
Status: Confirmed => Triaged
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1314887
Ti
Status changed to 'Confirmed' because the bug affects multiple users.
** 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/1314887
Title:
27 matches
Mail list logo