Remove outdated information on multi-dc config

The only published datacenter-aware mode is three_datacenter, which
replicates data 6x (not in triplicate) and does replicate each piece of
data to all three datacenters.
This commit is contained in:
Adam Kocoloski 2018-12-14 16:04:44 -05:00
parent bd52f8cbd6
commit e18713450f
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ FoundationDB will never use processes on the same machine for the replication of
Datacenter-aware mode
---------------------
In addition to the more commonly used modes listed above, this version of FoundationDB has support for redundancy across multiple datacenters. Although data will always be triple replicated in this mode, it may not be replicated across all datacenters.
In addition to the more commonly used modes listed above, this version of FoundationDB has support for redundancy across multiple datacenters.
.. note:: When using the datacenter-aware mode, all ``fdbserver`` processes should be passed a valid datacenter identifier on the command line.