Bug 1314956
| Summary: | moving an entry cause next on-line init to skip entry has no parent, ending at line 0 of file "(bulk import)" | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Marc Sauton <msauton> |
| Component: | 389-ds-base | Assignee: | Noriko Hosoi <nhosoi> |
| Status: | CLOSED ERRATA | QA Contact: | Viktor Ashirov <vashirov> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | gparente, nhosoi, nkinder, pkundal, rmeggins |
| Target Milestone: | rc | ||
| Target Release: | 7.3 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 389-ds-base-1.3.5.9-1.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-03 20:40:01 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: | |||
|
Description
Marc Sauton
2016-03-05 03:52:32 UTC
test notes I also have the skipped entries in this scenario, which may be the customer's situation: 2xMMR on 389-ds-base-1.2.11.15-69.el6_7.x86_64 us01 / c=us,o=sps with just: dn: c=us,o=sps dn: ou=someou1,c=us,o=sps dn: ou=someou2,c=us,o=sps spsclassroom02 / ou=spsclassroom,c=us,o=sps with just: dn: ou=spsclassroom,c=us,o=sps dn: ou=someou1,ou=spsclassroom,c=us,o=sps dn: ou=someou2,ou=spsclassroom,c=us,o=sps then I created: sps00 / o=sps that backend and suffix has 105 entries from the customer data, with the associated custom schema. in that scenario, everything "nearly" work, except the import with ldif2db.pl or ldif2db skip 8 entries, so the on-line init to m2 sends everything except those 8 skipped entries in m1. modifying an entry on o=sps works, the changes were replicated from m1 to m2, replication is ok. the problem is the skipped entries. I havn't tried yet if I create o=sps first, then the other backend in sub suffixes. RHEL: RHEL 7.3 x86_64 Server DS builds: [0 root@qeos-235 tickets]# rpm -qa | grep 389-ds-base 389-ds-base-1.3.5.10-3.el7.x86_64 389-ds-base-snmp-1.3.5.10-3.el7.x86_64 389-ds-base-libs-1.3.5.10-3.el7.x86_64 Steps performed: 1. Ran automated ticket 48755 [0 root@qeos-235 tickets]# py.test -v ticket48755_test.py ========================== test session starts ================================= platform linux2 -- Python 2.7.5, pytest-2.9.2, py-1.4.31, pluggy-0.3.1 -- /usr/bin/python cachedir: .cache rootdir: /export/tests/tickets, inifile: plugins: html-1.9.0, cov-2.3.0 collected 1 items ticket48755_test.py::test_ticket48755 PASSED ==================== 1 passed in 62.60 seconds ================================ 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-2016-2594.html |