From f7f6f331dbadbdd43ac39e5dc2b1604a58c4076b Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 6 Jan 2015 22:38:56 -0800 Subject: [PATCH] Adjust documentation. --- docs/distributed_filer.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/distributed_filer.rst b/docs/distributed_filer.rst index ad9f85d5c..b4bd9a43a 100644 --- a/docs/distributed_filer.rst +++ b/docs/distributed_filer.rst @@ -20,7 +20,8 @@ Cassandra Setup ##################### Here is the CQL to create the table.CassandraStore. Optionally you can adjust the keyspace name and replication settings. -For production server, you would want to set replication_factor to 3. +For production, you would want to set replication_factor to 3 +if there are at least 3 Cassandra servers. .. code-block:: bash