Hello Xav, or anyone else affected, Accepted openvswitch into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/openvswitch/2.5.9-0ubuntu0.16.04.1 in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users. If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed- xenial to verification-done-xenial. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification- failed-xenial. In either case, without details of your testing we will not be able to proceed. Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping! N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days. ** Changed in: openvswitch (Ubuntu Xenial) Status: Fix Released => Fix Committed ** Tags removed: verification-done-xenial ** Tags added: verification-needed-xenial -- You received this bug notification because you are a member of नेपाली भाषा समायोजकहरुको समूह, which is subscribed to Xenial. Matching subscriptions: Ubuntu 16.04 Bugs https://bugs.launchpad.net/bugs/1737866 Title: Too many open files when large number of routers on a host Status in OpenStack neutron-openvswitch charm: Invalid Status in Ubuntu Cloud Archive: Fix Released Status in Ubuntu Cloud Archive mitaka series: Fix Committed Status in Ubuntu Cloud Archive ocata series: Fix Released Status in Ubuntu Cloud Archive pike series: Fix Released Status in openvswitch package in Ubuntu: Fix Released Status in openvswitch source package in Xenial: Fix Committed Status in openvswitch source package in Artful: Won't Fix Status in openvswitch source package in Bionic: Fix Released Bug description: [Impact] OpenStack environments running large numbers of routers and dhcp agents on a single host can hit the NOFILES limit in OVS, resulting in broken operation of virtual networking. [Test Case] Deploy openstack environment; create large number of virtual networks and routers. OVS will start to error with 'Too many open files' [Regression Potential] Minimal - we're just increasing the NOFILE limit via the systemd service definition. [Original Bug Report] When there are a large number of routers and dhcp agents on a host, we see a syslog error repeated: "hostname ovs-vswitchd: ovs|1762125|netlink_socket|ERR|fcntl: Too many open files" If I check the number of filehandles owned by the pid for "ovs- vswitchd unix:/var/run/openvswitch/db.sock" I see close to/at 65535 files. If I then run the following, we double the limit and (in our case) saw the count rise to >80000: prlimit -p $pid --nofile=131070 We need to be able to: - monitor via nrpe, if the process is running short on filehandles - configure the limit so we have the option to not run out. Currently, if I restart the process, we'll lose this setting. Needless to say, openvswitch running out of filehandles causes all manner of problems for services which use it. To manage notifications about this bug go to: https://bugs.launchpad.net/charm-neutron-openvswitch/+bug/1737866/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~group.of.nepali.translators Post to : [email protected] Unsubscribe : https://launchpad.net/~group.of.nepali.translators More help : https://help.launchpad.net/ListHelp

