-
Notifications
You must be signed in to change notification settings - Fork 586
[sssd] Collect more information about domains #4115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
sos/report/plugins/sssd.py
Outdated
if domain['status'] == 0: | ||
for domain_name in domain['output'].splitlines(): | ||
self.add_cmd_output("sssctl domain-status -o " + domain_name) | ||
self.add_cmd_output("sssctl domain-status " + domain_name) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A newbie question: can't collecting information from offline domains get stuck?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a very good question - let me ask the original reporter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Original reporter is still testing. I'll ask them to test with the new version just to make sure I haven't done something wrong with the f-strings
Please rebase to main to have the ubuntu-20 dropped from testing matrix. |
0ee9d1e
to
f8e0694
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While we're changing these commands, let's convert them to f-strings as well, to maintain consistency with our other efforts there.
Ack, will do that asap |
Substitute the current 'domain-status -o' command with 'sssctl domain-status $domain' which shows list of of available AD/IPA servers as well along with online/offline status for the specified domain. Also include output of command sssctl access-report $domain Related: RHEL-108358 Signed-off-by: Jose Castillo <[email protected]>
f8e0694
to
06ea4dd
Compare
Substitute the current 'domain-status -o' command
with 'sssctl domain-status $domain' which shows
list of of available AD/IPA servers as well
along with online/offline status for the specified domain.
Also include output of command sssctl access-report $domain
Related: RHEL-108358
Please place an 'X' inside each '[]' to confirm you adhere to our Contributor Guidelines