a9c4b4aaf7
- making 9.0 Beta in par with 8.5 - adding fixes of 1985985 & 1938874 & to both 8.5/9.0beta Resolves: bz1938874 bz1959779 bz1967718 bz1985976 bz1985982 Resolves: bz1985983 bz1985985 Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
37 lines
979 B
Diff
37 lines
979 B
Diff
From 630dfbee936050698d33b59abd1e243c44e50af8 Mon Sep 17 00:00:00 2001
|
|
From: Jan Jansky <jjansky@redhat.com>
|
|
Date: Thu, 3 Jun 2021 15:04:57 +0200
|
|
Subject: [PATCH] [sssd] sssd plugin when sssd-common
|
|
|
|
We have reports that sssd logs are not
|
|
collected, when we investigated
|
|
we found associate wants to collect
|
|
sssd related logs also when only
|
|
sssd-common package is installed.
|
|
|
|
We got this confirmed by sbr-idm.
|
|
|
|
Resolves: #2571
|
|
|
|
Signed-off-by: Jan Jansky <jjansky@redhat.com>
|
|
---
|
|
sos/report/plugins/sssd.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/sos/report/plugins/sssd.py b/sos/report/plugins/sssd.py
|
|
index 17933935..6f98e90c 100644
|
|
--- a/sos/report/plugins/sssd.py
|
|
+++ b/sos/report/plugins/sssd.py
|
|
@@ -19,7 +19,7 @@ class Sssd(Plugin):
|
|
|
|
plugin_name = "sssd"
|
|
profiles = ('services', 'security', 'identity')
|
|
- packages = ('sssd',)
|
|
+ packages = ('sssd', 'sssd-common')
|
|
|
|
def setup(self):
|
|
self.add_copy_spec([
|
|
--
|
|
2.26.3
|
|
|