Bug 1464049
Summary: | Idle nss file descriptors should be closed | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Amith <apeetham> | ||||
Component: | sssd | Assignee: | Jakub Hrozek <jhrozek> | ||||
Status: | CLOSED ERRATA | QA Contact: | Amith <apeetham> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | urgent | ||||||
Version: | 7.4 | CC: | apeetham, ekeck, fidencio, grajaiya, jhrozek, lslebodn, mkosek, mzidek, pbrezina, sgoveas, tscherf | ||||
Target Milestone: | rc | Keywords: | Regression, ZStream | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Whiteboard: | |||||||
Fixed In Version: | sssd-1.16.0-1.el7 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1478250 (view as bug list) | Environment: | |||||
Last Closed: | 2018-04-10 17:13:24 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1478250 | ||||||
Attachments: |
|
Description
Amith
2017-06-22 10:42:04 UTC
Upstream ticket: https://pagure.io/SSSD/sssd/issue/3448 master: * 74e2415f00d0cb27ae935c7d81aaf15d906cc927 * d24335e9bd611e6626a57da28ad8ed621bb473c1 * 422217c7ea5fbe94b386c93c19e2c1928151faa0 Verified the bug on SSSD Version : sssd-1.16.0-6.el7.x86_64 Steps followed during verification: 1. Setup sssd.conf as mentioned in the bug description. 2. login as ldap user in SSSD client machine and wait for over a minute. # ssh -l testuser1 localhost testuser1@localhost's password: /usr/bin/id: cannot find name for group ID 2121 [testuser1@bkr-hv03-guest12 ~]$ 3. Monitor NSS and PAM file descriptors on a different terminal. With the latest sssd build, the count of FD's has come down to one. Earlier we use to see more than 2 idle connections, even after the client_idle_timeout (30 sec) was over. [root@bkr-hv03-guest12 ~]# lsof -p $(pidof sssd_pam) | grep /var/lib/sss/pipes/pam sssd_pam 24118 root 0u unix 0xffff996ca17f4800 0t0 45146 /var/lib/sss/pipes/pam [root@bkr-hv03-guest12 ~]# [root@bkr-hv03-guest12 ~]# lsof -p $(pidof sssd_nss) | grep /var/lib/sss/pipes/nss sssd_nss 24117 root 17u unix 0xffff996cb0b2d000 0t0 45180 /var/lib/sss/pipes/nss 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, 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/RHEA-2018:0929 |