[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-03-24 Thread Corey Bryant
This bug was fixed in the package openvswitch - 2.15.0-0ubuntu2~cloud0 --- openvswitch (2.15.0-0ubuntu2~cloud0) focal-wallaby; urgency=medium . * New update for the Ubuntu Cloud Archive. . openvswitch (2.15.0-0ubuntu2) hirsute; urgency=medium . * Fix recording of

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-03-09 Thread Corey Bryant
** Changed in: cloud-archive Status: Fix Committed => 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/1906280 Title: [SRU] Add support for disabling mlockall() calls in

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-03-09 Thread Corey Bryant
** Changed in: cloud-archive Status: Invalid => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906280 Title: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-02-28 Thread Ryan Mickler
Thanks Corey for addressing this so quickly, I'll test it out and report back. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906280 Title: [SRU] Add support for disabling mlockall() calls in

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-02-16 Thread Corey Bryant
Ryan, cs:ovn-dedicated-chassis should now be fixed. The following has been merged into the stable branch via https://review.opendev.org/c/x /charm-ovn-dedicated-chassis/+/775769. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-02-12 Thread Corey Bryant
A partial fix for the issue reported in comment #54 has been merged: https://github.com/openstack-charmers/charm-layer-ovn/pull/39 The other part of this change is waiting on tests at: https://review.opendev.org/c/x/charm-ovn-dedicated-chassis/+/775405 There's also an ovn-chassis change here to

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-02-12 Thread Frode Nordahl
** Also affects: charm-ovn-dedicated-chassis Importance: Undecided Status: New ** Changed in: charm-ovn-dedicated-chassis Importance: Undecided => Critical ** Changed in: charm-ovn-dedicated-chassis Status: New => In Progress -- You received this bug notification because

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-02-12 Thread Corey Bryant
Ryan, extremely sorry about this. For a work-around you can manually revert the code introduced at https://github.com/openstack-charmers /charm-layer-ovn/pull/37 For a quick fix, we could revert that change. For a fix that prevents unnecessary restarts of ovs, I'm trying to figure out if this

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-02-11 Thread Ryan Mickler
I just got this ERROR on the install hook of ovn-dedicated-chassis 2021-02-12 04:44:00 INFO juju-log Invoking reactive handler: hooks/relations/tls-certificates/requires.py:109:broken:certificates 2021-02-12 04:44:00 INFO juju-log Invoking reactive handler:

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-02-10 Thread David Ames
** Changed in: charm-ovn-chassis Status: Fix Committed => Fix Released ** Changed in: charm-neutron-openvswitch Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-29 Thread Corey Bryant
This change has been merged into the ovn-chassis charm: https://review.opendev.org/c/x/charm-ovn-chassis/+/772897. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906280 Title: [SRU] Add support for

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-28 Thread Drew Freiberger
I'm also seeing this affecting neutron-gateway on focal with config- changed hook hanging at: ovs-vsctl -- --may-exist add-br br-int -- set bridge br-int external-ids :charm-neutron-gateway=managed This is during LMA charm testing which is performed on LXD provider at the moment. ** Also

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-28 Thread Corey Bryant
Rebuild is up to pick up the charm-layer-ovn PR: https://review.opendev.org/c/x/charm-ovn-chassis/+/772897 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906280 Title: [SRU] Add support for

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-27 Thread Corey Bryant
I have a fix proposed for the issue Michael reported: https://github.com /openstack-charmers/charm-layer-ovn/pull/35. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906280 Title: [SRU] Add support

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-27 Thread Corey Bryant
Michael, thanks for reporting this. This shouldn't have been missed in the initial patch. I've confirmed that if the config option isn't set at deploy time, openvswitch-switch doesn't get restarted by the charm after rendering /etc/default/openvswitch-switch. The charm needs an update to restart

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-27 Thread Michael Skalka
** Tags added: cdo-release-blocker -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906280 Title: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd To manage notifications about this

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-27 Thread Michael Skalka
We are still seeing this issue using the -next version of the ovn- chassis charm, as seen during this test run for the charm release: https://solutions.qa.canonical.com/testruns/testRun/23d8528d-2931-4be6-a0d1-bad21e3d75a5 Artifacts can be found here: https://oil-

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-22 Thread Aurelien Lourot
** Changed in: charm-ovn-chassis Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906280 Title: [SRU] Add support for disabling mlockall() calls in

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-22 Thread Aurelien Lourot
Landed, this fix will make its way into charm-ovn-chassis when this review lands: https://review.opendev.org/c/x/charm-ovn-chassis/+/771874 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906280

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-21 Thread Aurelien Lourot
https://github.com/openstack-charmers/charm-layer-ovn/pull/32 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906280 Title: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd To

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-20 Thread Aurelien Lourot
** Changed in: charm-neutron-openvswitch Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906280 Title: [SRU] Add support for disabling mlockall() calls in

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-19 Thread Frode Nordahl
Re-opening this for charm-neutron-openvswitch as I still see the issue, I believe it is due to an ordering issue in the charm, i.e. it attempts to do run-time configuration of Open vSwitch prior to writing `/etc/default/openvswitch-switch` to disk and restarting `ovs-vswitchd`. Proposal up here:

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-13 Thread Corey Bryant
This bug was fixed in the package openvswitch - 2.12.1-0ubuntu0.19.10.1~cloud1 --- openvswitch (2.12.1-0ubuntu0.19.10.1~cloud1) bionic; urgency=medium . * d/openvswitch-switch.ovs*.service: Update ovs-vswitchd and ovsdb-server systemd unit files to use the correct

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-13 Thread Corey Bryant
This bug was fixed in the package openvswitch - 2.9.7-0ubuntu0.18.04.1~cloud0 --- openvswitch (2.9.7-0ubuntu0.18.04.1~cloud0) xenial-queens; urgency=medium . * New update for the Ubuntu Cloud Archive. . openvswitch (2.9.7-0ubuntu0.18.04.1) bionic; urgency=medium . [ James

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-13 Thread Corey Bryant
This bug was fixed in the package openvswitch - 2.11.4-0ubuntu0.19.04.1~cloud1 --- openvswitch (2.11.4-0ubuntu0.19.04.1~cloud1) bionic; urgency=medium . * d/openvswitch-switch.ovs*.service: Update ovs-vswitchd and ovsdb-server systemd unit files to use the correct

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-13 Thread Corey Bryant
This bug was fixed in the package openvswitch - 2.13.1-0ubuntu0.20.04.2~cloud0 --- openvswitch (2.13.1-0ubuntu0.20.04.2~cloud0) bionic-ussuri; urgency=medium . * New update for the Ubuntu Cloud Archive. . openvswitch (2.13.1-0ubuntu0.20.04.2) focal; urgency=medium . *

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-13 Thread Corey Bryant
Groovy is released ** Changed in: openvswitch (Ubuntu Groovy) Status: Fix Committed => 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/1906280 Title: [SRU] Add support for

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-13 Thread Michael Skalka
Dropping the crit flag as this is nearing fix-released across all releases. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906280 Title: [SRU] Add support for disabling mlockall() calls in

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-13 Thread Launchpad Bug Tracker
This bug was fixed in the package openvswitch - 2.13.1-0ubuntu0.20.04.3 --- openvswitch (2.13.1-0ubuntu0.20.04.3) focal-security; urgency=medium * SECURITY UPDATE: buffer overflow decoding malformed packets in lldp - debian/patches/CVE-2015-8011.patch: check lengths in

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-13 Thread Launchpad Bug Tracker
This bug was fixed in the package openvswitch - 2.9.7-0ubuntu0.18.04.2 --- openvswitch (2.9.7-0ubuntu0.18.04.2) bionic-security; urgency=medium * SECURITY UPDATE: buffer overflow decoding malformed packets in lldp - debian/patches/CVE-2015-8011.patch: check lengths in

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-08 Thread Corey Bryant
Charm changes has been merged into master. ** Changed in: charm-neutron-openvswitch Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906280 Title: [SRU]

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-07 Thread Corey Bryant
This SRU has been verified on all release combinations. Please see attached document. ** Attachment added: "bug-1906280-verification.txt" https://bugs.launchpad.net/charm-ovn-chassis/+bug/1906280/+attachment/5450495/+files/bug-1906280-verification.txt ** Tags removed: verification-needed

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-07 Thread Ɓukasz Zemczak
Hello Michael, or anyone else affected, Accepted openvswitch into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/openvswitch/2.9.7-0ubuntu0.18.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2021-01-05 Thread Brian Murray
Hello Michael, or anyone else affected, Accepted openvswitch into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/openvswitch/2.13.1-0ubuntu0.20.04.2 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2020-12-17 Thread Corey Bryant
The charm change for this bug is causing a functional test failure. I'm not sure if it's exposes or introduces a bug, so I've opened a bug to document the issue: https://bugs.launchpad.net/charm-ovn- chassis/+bug/1908615 -- You received this bug notification because you are a member of Ubuntu

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2020-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package openvswitch - 2.14.0-0ubuntu2 --- openvswitch (2.14.0-0ubuntu2) hirsute; urgency=medium * d/openvswitch-switch.ovs*.service: Update ovs-vswitchd and ovsdb-server systemd unit files to use the correct environment file and environment

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2020-12-16 Thread Corey Bryant
** Description changed: [Impact] Recent changes to systemd rlimit are resulting in memory exhaustion with ovs-vswitchd's use of mlockall(). mlockall() can be disabled via /etc/defaults/openvswitch-vswitch, however there is currently a bug in the shipped ovs-vswitchd systemd unit file

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2020-12-15 Thread Corey Bryant
** Description changed: [Impact] Recent changes to systemd rlimit are resulting in memory exhaustion with ovs-vswitchd's use of mlockall(). mlockall() can be disabled via /etc/defaults/openvswitch-vswitch, however there is currently a bug in the shipped ovs-vswitchd systemd unit file

[Bug 1906280] Re: [SRU] Add support for disabling mlockall() calls in ovs-vswitchd

2020-12-15 Thread Corey Bryant
** Description changed: [Impact] Recent changes to systemd rlimit are resulting in memory exhaustion with ovs-vswitchd's use of mlockall(). mlockall() can be disabled via /etc/defaults/openvswitch-vswitch, however there is currently a bug in the shipped ovs-vswitchd systemd unit file