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 2001791 - remove unused `sbus_timeout` option
Summary: remove unused `sbus_timeout` option
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: sssd
Version: 8.4
Hardware: All
OS: Linux
unspecified
low
Target Milestone: rc
: ---
Assignee: Alexey Tikhonov
QA Contact: sssd-qe
URL:
Whiteboard: sync-to-jira review
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-09-07 08:05 UTC by ttuffin
Modified: 2021-10-06 09:01 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-10-06 09:00:00 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-96375 0 None None None 2021-09-07 08:06:19 UTC

Description ttuffin 2021-09-07 08:05:14 UTC
Description of problem:
The parameter 'sbus_timeout' is not defined in the sssd.conf manpages, but checking upstream it seems to still be a valid parameter [1].

[1] https://github.com/SSSD/sssd/blob/master/src/config/etc/sssd.api.conf

Version-Release number of selected component (if applicable):
sssd-2.4.0-9.el8_4.2.x86_64

How reproducible:
Always

Steps to Reproduce:
1. # man sssd.conf
2. **search for sbus_timeout**

Actual results:
sbus_timeout missing from SSSD.CONF(5).

Expected results:
sbus_timeout is defined in SSSD.CONF(5).

Additional info:

Comment 1 Alexey Tikhonov 2021-09-07 08:50:06 UTC
This option is only read by "monitor" (main sssd process) in `get_monitor_config()` from [sssd] section, assigned to `mt_ctx::service_id_timeout` and, it seems , never actually used.
Probably a leftover to be removed.

Comment 2 ttuffin 2021-09-07 11:43:26 UTC
@atikhono makes sense. The last time it was mentioned in the RHEL docs was RHEL6. Do you know which version of sssd this parameter was first made obsolete? Every now and then I come across this parameter still being used in a current sssd.conf.

Comment 3 Alexey Tikhonov 2021-09-07 11:49:10 UTC
(In reply to ttuffin from comment #2)
> Do you know which version of sssd this parameter was first made obsolete?

I guess since 2.0 upstream, i.e. RHEL8.0

This option is still used by 'monitor' in 1-16 branch, i.e. in RHEL7.

Comment 4 Alexey Tikhonov 2021-10-01 16:17:00 UTC
Upstream PR: https://github.com/SSSD/sssd/pull/5803


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