openLDAP N 路多主控
有谁知道 OpenLDAP N Way Multimaster 配置中可以配置的最大节点数是多少?
我一直在浏览互联网,我看到的只是复制的数据库事务数量,而不是可用于相互通信的实际节点数量。
Does anyone know what the maximum number of nodes can be configured in a OpenLDAP N Way Multimaster configuration?
I have been looking through the internet and all I see in the number of database transactions replicated and not the actual number of nodes that can be used to communicate with each other.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经确认,OpenLDAP中N路镜像模式配置的节点没有限制。
只是一些与镜像模式相关的信息,镜像模式并不像某些人认为的那样是多主复制。这是因为写入一次只能写入其中一个镜像节点。
请参阅 http://www.openldap.org/ 中反对镜像模式的参数doc/admin24/guide.html#MirrorMode%20replication
I have confirmed, there is no limitation in nodes with N way mirror mode configuration in OpenLDAP.
Just some information related to mirror-mode, Mirror mode is not Multiple master replication as some people thinks. This is because writes have to go to just one of the mirror nodes at a time.
Refer arguments against mirror-mode in http://www.openldap.org/doc/admin24/guide.html#MirrorMode%20replication