RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2177080 - passt doesn't terminate gracefully when open files quota is reached
Summary: passt doesn't terminate gracefully when open files quota is reached
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: passt
Version: 9.2
Hardware: All
OS: Linux
medium
high
Target Milestone: rc
: 9.2
Assignee: Stefano Brivio
QA Contact: Lei Yang
URL:
Whiteboard:
Depends On:
Blocks: 2179036
TreeView+ depends on / blocked
 
Reported: 2023-03-09 21:48 UTC by Stefano Brivio
Modified: 2023-05-09 08:55 UTC (History)
4 users (show)

Fixed In Version: passt-0^20230222.g4ddbcb9-2.el9_2
Doc Type: No Doc Update
Doc Text:
Clone Of:
: 2179036 (view as bug list)
Environment:
Last Closed: 2023-05-09 07:43:36 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-151384 0 None None None 2023-03-09 21:51:40 UTC
Red Hat Product Errata RHBA-2023:2292 0 None None None 2023-05-09 07:43:51 UTC

Description Stefano Brivio 2023-03-09 21:48:44 UTC
Set a "low" hard quota for number of open files (e.g. ulimit -Hn 1000) and configure passt to forward all the TCP ports, e.g.:

  passt -f -t all

At this point, passt reports that it's failing to open sockets with a very long sequence of "Too many open files" messages, and it will terminate.

If you forward just a bit less than 1000 ports, it might not even terminate, because it can actually bind all the ports and set up all the sockets needed during the setup phase, but not work at all, as it can't open outbound sockets.

This behaviour looks quite confusing, and was tracked upstream at: https://bugs.passt.top/show_bug.cgi?id=27.

We need this upstream commit:

  https://passt.top/passt/commit/?id=bb2b67cb3549ea2509f5b7b88790e08d2e362351
  conf: Terminate on EMFILE or ENFILE on sockets for port mapping

Comment 22 errata-xmlrpc 2023-05-09 07:43:36 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (passt bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2023:2292


Note You need to log in before you can comment on or make changes to this bug.