Bug 2230269

Summary: nsslapd-reservedescriptors value does not get updated after restart
Product: Red Hat Enterprise Linux 8 Reporter: bsmejkal
Component: 389-ds-baseAssignee: LDAP Maintainers <idm-ds-dev-bugs>
Status: NEW --- QA Contact: LDAP QA Team <idm-ds-qe-bugs>
Severity: unspecified Docs Contact:
Priority: high    
Version: 8.9CC: idm-ds-dev-bugs, vashirov
Target Milestone: rcKeywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 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:    
Bug Blocks: 2209172    

Description bsmejkal 2023-08-09 08:34:51 UTC
Description of problem:
If nsslapd-reservedescriptors is set to low value, it won't get updated after restart.

Version-Release number of selected component (if applicable):
389-ds-base-1.4.3.36-2.module+el8.9.0+19332+3ffa8e10.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Run dirsrvtests/tests/suites/resource_limits/fdlimits_test.py::test_reserve_descriptor_validation
2.
3.

Actual results:
>       assert resrv_fd == str(STANDALONE_INST_RESRV_DESCS)
E       AssertionError: assert '10' == '52'
E         - 52
E         + 10


Expected results:


Additional info: