Bug 2091190
| Summary: | [RFE] Verify that the number of krb5kdc worker processes is aligned to the number of configured CPUs | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Rob Crittenden <rcritten> |
| Component: | ipa-healthcheck | Assignee: | Rob Crittenden <rcritten> |
| Status: | CLOSED ERRATA | QA Contact: | ipa-qe <ipa-qe> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 9.0 | CC: | fcami, ipa-qe, mpolovka, myusuf, tscherf |
| Target Milestone: | beta | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ipa-healthcheck-0.12-1.el9 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 2052930 | Environment: | |
| Last Closed: | 2023-05-09 07:52:26 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2052930 | ||
| Bug Blocks: | |||
|
Description
Rob Crittenden
2022-05-27 18:30:23 UTC
Fixed upstream: https://github.com/freeipa/freeipa-healthcheck/commit/ecc0df42c9f6f88bb1cdfdae6e610a71272b748c ipa-healthcheck-0.12-1.el9.noarch on RHEL9.2 machine # python3 -m pytest -vvv tests/test_ipa_kdc.py ==================================================================================== test session starts ===================================================================================== platform linux -- Python 3.9.16, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /root/freeipa-healthcheck collected 6 items tests/test_ipa_kdc.py::TestKDCWorkers::test_no_workers_empty_noargs PASSED [ 16%] tests/test_ipa_kdc.py::TestKDCWorkers::test_no_workers_noargs PASSED [ 33%] tests/test_ipa_kdc.py::TestKDCWorkers::test_with_workers_empty_noargs PASSED [ 50%] tests/test_ipa_kdc.py::TestKDCWorkers::test_workers_match_double PASSED [ 66%] tests/test_ipa_kdc.py::TestKDCWorkers::test_workers_match_single PASSED [ 83%] tests/test_ipa_kdc.py::TestKDCWorkers::test_workers_mismatch PASSED [100%] ===================================================================================== 6 passed in 0.44s ====================================================================================== Therefore marking as pre-verified tested. Verified using ipa-healthcheck-0.12-1.el9.noarch on RHEL9.2 machine # python3 -m pytest tests/test_ipa_kdc.py -vvv ==================================================================================== test session starts ===================================================================================== platform linux -- Python 3.9.16, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /root/freeipa-healthcheck collected 6 items tests/test_ipa_kdc.py::TestKDCWorkers::test_no_workers_empty_noargs PASSED [ 16%] tests/test_ipa_kdc.py::TestKDCWorkers::test_no_workers_noargs PASSED [ 33%] tests/test_ipa_kdc.py::TestKDCWorkers::test_with_workers_empty_noargs PASSED [ 50%] tests/test_ipa_kdc.py::TestKDCWorkers::test_workers_match_double PASSED [ 66%] tests/test_ipa_kdc.py::TestKDCWorkers::test_workers_match_single PASSED [ 83%] tests/test_ipa_kdc.py::TestKDCWorkers::test_workers_mismatch PASSED [100%] ===================================================================================== 6 passed in 0.37s ====================================================================================== Marking as verified. 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 (ipa-healthcheck 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-2023:2381 |