https://bugs.openldap.org/show_bug.cgi?id=10389
Quanah Gibson-Mount <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #1 from Quanah Gibson-Mount <[email protected]> --- Hi, > two openldap containers(openldap processes) run at the same time with same > data volume mounted, Such a config is explicitly unsupported. http://www.lmdb.tech/doc/ "Do not use LMDB databases on remote filesystems, even between processes on the same host. This breaks flock() on some OSes, possibly memory map sync, and certainly sync between programs on different hosts." Running from different containers breaks sync, as if running from different hosts. As such you're likely to have corrupted the database. -- You are receiving this mail because: You are on the CC list for the issue.
