-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 5976 - Fix freeipa install regression with lmdb (#5977)
* Issue 5976 - Fix freeipa install regression with lmdb There are three issues blocking the ipa setup when using lmdb database Missing cn=bdb,cn=config,cn=ldbm database,cn=plugins,cn=config entry (For compatibility reason, the entry should exists even if it is unused) Missing task status after reindexing (know issue: cf nsTaskStatus is not created for index task with mdb backend #5911) Reindex task set the exit code too early (leading to UNWILLING_TO_PERFORM / 'database is read-only' error in subsequent write operation. The fixes are: Creates the cn=bdb,cn=config,cn=ldbm database,cn=plugins,cn=config entry even if it is not used. Ensure that both task status and exit code are set when importing/reindexing do not run the import framework in a new thread (but use the current thread) when doing a reindex in a task. Issue: #5976 Reviewed by: @droideck, @tbordaz Thanks
- Loading branch information
1 parent
df7dd83
commit 770edb2
Showing
5 changed files
with
278 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.