-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
rhel-9.5
-
Yes
-
Important
-
rhel-sst-idm-ipa
-
ssg_idm
-
None
-
False
-
-
None
-
None
-
None
-
Automated
-
-
x86_64
-
None
The ipa-healthcheck command, when run with the --failures-only flag, is returning multiple redundant error messages for the same issue regarding the use of the deprecated BDB backend.
Please provide the package NVR for which bug is seen:
ipa-healthcheck-0.16-4.el9.noarch
ipa-healthcheck-core-0.16-4.el9.noarch
ipa-server-4.12.2-1.el9.x86_64
How reproducible:
Steps to reproduce
- ipa-healthcheck --failures-only
Actual results
[ { "source": "ipahealthcheck.ds.backends", "check": "BackendsCheck", "result": "ERROR", "uuid": "64de420b-1999-4697-aabe-8f2b64ec4182", "when": "20240903083018Z", "duration": "0.603302", "kw": { "key": "DSBLE0006", "items": [ "userroot" ], "msg": "BDB is deprecated and should not be used as a backend." } }, { "source": "ipahealthcheck.ds.backends", "check": "BackendsCheck", "result": "ERROR", "uuid": "5a89f133-4619-4821-b5bc-32a198c838a5", "when": "20240903083018Z", "duration": "0.603311", "kw": { "key": "DSBLE0006", "items": [ "userroot" ], "msg": "BDB is deprecated and should not be used as a backend." } }, { "source": "ipahealthcheck.ds.backends", "check": "BackendsCheck", "result": "ERROR", "uuid": "0895151a-c92b-4480-8a59-9ab064b41d7e", "when": "20240903083018Z", "duration": "0.603313", "kw": { "key": "DSBLE0006", "items": [ "userroot" ], "msg": "BDB is deprecated and should not be used as a backend." } } ]
Expected results
The error in the check above should be fixed.