ITS#4910 note that mirrormode now requires serverID

This commit is contained in:
Howard Chu 2007-04-05 00:59:32 +00:00
parent 28493e554c
commit 3d65da5d60
2 changed files with 6 additions and 10 deletions

View File

@ -1462,11 +1462,9 @@ resolve an entry, used to avoid infinite alias loops. The default is 1.
This option puts a replica database into "mirror" mode. Update
operations will be accepted from any user, not just the updatedn. The
database must already be configured as syncrepl consumer
before this keyword may be set. This mode must be used with extreme
care, as it does not offer any consistency guarantees. This feature
is intended to be used with an external frontend that guarantees that
writes are only directed to a single master, switching to an alternate
server only if the original master goes down.
before this keyword may be set. This mode also requires a
.I olcServerID
(see above) to be configured.
By default, this setting is FALSE.
.TP
.B olcPlugin: <plugin_type> <lib_path> <init_function> [<arguments>]

View File

@ -1347,11 +1347,9 @@ resolve an entry, used to avoid infinite alias loops. The default is 1.
This option puts a replica database into "mirror" mode. Update
operations will be accepted from any user, not just the updatedn. The
database must already be configured as a slurpd or syncrepl consumer
before this keyword may be set. This mode must be used with extreme
care, as it does not offer any consistency guarantees. This feature
is intended to be used with an external frontend that guarantees that
writes are only directed to a single master, switching to an alternate
server only if the original master goes down.
before this keyword may be set. This mode also requires a
.I serverID
(see above) to be configured.
By default, mirrormode is off.
.TP
.B overlay <overlay-name>