diff options
| author | Chris Lu <chris.lu@gmail.com> | 2015-01-06 22:38:56 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2015-01-06 22:38:56 -0800 |
| commit | f7f6f331dbadbdd43ac39e5dc2b1604a58c4076b (patch) | |
| tree | 926233943a0d2beee10f76611180be8f2c3bf881 /docs/distributed_filer.rst | |
| parent | e4531fc1e6003a2114b46ec3f6dacd4a65b6a9a5 (diff) | |
| download | seaweedfs-f7f6f331dbadbdd43ac39e5dc2b1604a58c4076b.tar.xz seaweedfs-f7f6f331dbadbdd43ac39e5dc2b1604a58c4076b.zip | |
Adjust documentation.
Diffstat (limited to 'docs/distributed_filer.rst')
| -rw-r--r-- | docs/distributed_filer.rst | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
