Bug 2016922
Summary: | autofs lookups for unknown mounts are delayed for 50s [rhel-8.4.0.z] | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | RHEL Program Management Team <pgm-rhel-tools> |
Component: | sssd | Assignee: | Pavel Březina <pbrezina> |
Status: | CLOSED WONTFIX | QA Contact: | shridhar <sgadekar> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.4 | CC: | abokovoy, aboscatt, atikhono, grajaiya, ikent, jhrozek, knweiss, lslebodn, mzidek, pbrezina, sgadekar, sgoveas, tscherf, u.sibiller |
Target Milestone: | rc | Keywords: | Regression, Triaged, ZStream |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Unspecified | ||
Whiteboard: | sync-to-jira | ||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 2013218 | Environment: | |
Last Closed: | 2022-07-01 07:33:06 UTC | Type: | --- |
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: | 2013218 | ||
Bug Blocks: |
Comment 1
Alexey Tikhonov
2021-10-25 10:14:57 UTC
Pushed PR: https://github.com/SSSD/sssd/pull/5833 * `master` * bb94a18f0f0cba1e9fb5abf78b995d69e5f3c559 - cache_req: return success for autofs when ENOENT is returned from provider Hi, will you be able to upgrade to 8.5 once 8.5.z batch #1 is available (i.e. bz 2016923 fixed)? Not easily. I have some production systems that can (and should) not be upgraded easily. And I have a RHEL VM that has not RHN subscription. So I could download the relevant packages and install them there. But not the whole 8.5z. (In reply to u.sibiller from comment #6) > Not easily. I have some production systems that can (and should) not be > upgraded easily. And I have a RHEL VM that has not RHN subscription. So I > could download the relevant packages and install them there. But not the > whole 8.5z. Could you use Red Hat Developer subscription on that VM, it should be sufficient for testing purposes? I don't know, must check how to get one. No necessary, I now have a system that is subscribed and can be used for this. What are the steps to get 8.5z? (In reply to u.sibiller from comment #10) > No necessary, I now have a system that is subscribed and can be used for > this. What are the steps to get 8.5z? It's not available yet. Please keep watching bz 2016923 status for 8.5.z. Preliminarily it's expected to be released before the end of this year. Just for the records: This patch is included in 8.5: $ rpm -q sssd --changelog ... * Mon Nov 29 2021 Alexey Tikhonov <atikhono> - 2.5.2-2.2 ... - Resolves: rhbz#2016923 - autofs lookups for unknown mounts are delayed for 50s [rhel-8.5.0.z] ... |