Bug 1892184
Created attachment 1726070 [details]
Patch - fix sss_master_map_wait timing
Created attachment 1726071 [details]
Patch - improve lookup_sss() error handling
There are a number of comments in this patch and the description
also claims to understand the various cases.
Please verify my understanding of what sss is doing is correct.
Created attachment 1734755 [details]
Patch - fix lookup_nss_read_master() nsswicth check return
Created attachment 1734756 [details]
Patch - fix typo in open_sss_lib()
Created attachment 1734757 [details]
Patch - fix sss_master_map_wait timing
Created attachment 1734758 [details]
Patch - add sss ECONREFUSED return handling
Created attachment 1734759 [details]
Patch - use mapname in sss context for setautomntent()
Created attachment 1734760 [details]
Patch - add support for new sss autofs proto version call
Created attachment 1734761 [details]
Patch - fix retries check in setautomntent_wait()
Created attachment 1734762 [details]
Patch - refactor sss setautomntent()
Created attachment 1734763 [details]
Patch - improve sss setautomntent() error handling
Created attachment 1734764 [details]
Patch - refactor sss getautomntent()
Created attachment 1734765 [details]
Patch - improve sss getautomntent() error handling
Created attachment 1734766 [details]
Patch - sss introduce calculate_retry_count() function
Created attachment 1734767 [details]
Patch - move readall into struct master
Created attachment 1734768 [details]
Patch - sss introduce a flag to indicate map being read
Created attachment 1734769 [details]
Patch - update sss timeout documentation
Created attachment 1734770 [details]
Patch - refactor sss getautomntbyname()
Created attachment 1734771 [details]
Patch - improve sss getautomntbyname() error handling
Created attachment 1734772 [details]
Patch - use a valid timeout in lookup_prune_one_cache()
Created attachment 1734773 [details]
Patch - dont prune offset map entries
Created attachment 1734774 [details]
Patch - simplify sss source stale check
SSSD Part wash pushed upstream: Pushed PR: https://github.com/SSSD/sssd/pull/5343 * `master` * 075519bceca7a8f4fa28a0b7c538f2f50d552d13 - configure: check for stdatomic.h * 8a22d4ad45f5fc8e888be693539495093c2b3c35 - autofs: correlate errors for different protocol versions * 34c519a4851194164befc150df8e768431e66405 - autofs: disable fast reply * 9098108a7142513fa04afdf92a2c1b3ac002c56e - autofs: translate ERR_OFFLINE to EHOSTDOWN * e50258da70b67ff1b0f928e2e7875bc2fa32dfde - autofs: return ERR_OFFLINE if we fail to get information from backend and cache is empty * 3f0ba4c2dcf9126b0f94bca4a056b516759d25c1 - cache_req: allow cache_req to return ERR_OFFLINE if all dp request failed 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 (autofs 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-2021:1621 |
Created attachment 1726069 [details] Patch - fix lookup_nss_read_master() nsswicth check return