Bug 1044138
Summary: | mep_pre_op: Unable to fetch origin entry | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Nathan Kinder <nkinder> |
Component: | 389-ds-base | Assignee: | mreynolds |
Status: | CLOSED ERRATA | QA Contact: | Viktor Ashirov <vashirov> |
Severity: | unspecified | Docs Contact: | |
Priority: | medium | ||
Version: | 7.0 | CC: | mreynolds, nhosoi, rmeggins, vashirov |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 389-ds-base-1.3.3.1-1.el7 | Doc Type: | Bug Fix |
Doc Text: |
Cause: Deleting an entry while having the MEP and Referential Integrity plugin enabled
Consequence: The MEP plugin tries to process the internal delete operation by the RI plugin, which logs a harmless error to the errors logs
Fix: In the MEP plugin do log an error if the operation is internal
Result: The errors log does not can any errors for successful operations that interact with MEP and RI plugins.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2015-03-05 09:29:49 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Nathan Kinder
2013-12-17 21:17:31 UTC
Hi, is it possible to reproduce this outside of the IPA environment? If so, please provide verifications steps. Thanks! I can not reproduce the issue anymore. I removed the fix from the source and ran the IPA testcase, but the error did not appear. The fix was to just remove an unnessary error message from the errors log. What appeared to previosuly cause the issue was: [1] Enable mep plugin, and the referential integrity plugin [2] Add a user [3] Add a group, and add that user as a member of that group. [4] Delete the user [5] Check the errors logs for "Unable to fetch origin entry" I can reproduce this issue in the IPA environment with the build without the fix using steps in the description: [02/Jan/2015:23:48:11 +0100] managed-entries-plugin - mep_pre_op: Unable to fetch origin entry "cn=hg1,cn=hostgroups,cn=accounts,dc=example,dc=com". With the build 389-ds-base-1.3.3.1-10.el7 there are no error messages related to mep_pre_op. Hence 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, 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://rhn.redhat.com/errata/RHSA-2015-0416.html |