From ec915bc9ff88fb421534ba0c2767fdfdff2d1b47 Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Tue, 9 Apr 2013 13:47:38 -0400 Subject: [PATCH] DOCS-1280 remove references to noMoveParanoia --- source/faq/sharding.txt | 5 +---- source/reference/configuration-options.txt | 13 ------------- source/reference/mongod.txt | 11 ----------- 3 files changed, 1 insertion(+), 28 deletions(-) diff --git a/source/faq/sharding.txt b/source/faq/sharding.txt index 4a9dbb0c360..2603f928ff9 100644 --- a/source/faq/sharding.txt +++ b/source/faq/sharding.txt @@ -186,9 +186,6 @@ Yes. :program:`mongod` creates these files as backups during normal Once these migrations are complete, you may delete these files. -You can set :setting:`noMoveParanoia` to ``true`` to disable this -behavior. - How does ``mongos`` use connections? ------------------------------------ @@ -375,7 +372,7 @@ the hash of a key with an ascending value. You can use a :ref:`hashed index ` and :term:`hashed shard key` - or you can compute and maintain this hashed value in your + or you can compute and maintain this hashed value in your application. What do ``moveChunk commit failed`` errors mean? diff --git a/source/reference/configuration-options.txt b/source/reference/configuration-options.txt index e5e9bb7be9a..39c6bd3ddd6 100644 --- a/source/reference/configuration-options.txt +++ b/source/reference/configuration-options.txt @@ -807,19 +807,6 @@ Sharded Cluster Options these instances is ``27018``. The only affect of :setting:`shardsvr` is to change the port number. -.. setting:: noMoveParanoia - - *Default:* false - - When set to ``true``, :setting:`noMoveParanoia` disables a - "paranoid mode" for data writes for chunk migration operation. See - the :ref:`chunk migration ` and - :dbcommand:`moveChunk` command documentation for more information. - - By default :program:`mongod` will save copies of migrated chunks on - the "from" server during migrations as "paranoid mode." Setting - this option disables this paranoia. - .. setting:: configdb *Default:* None. diff --git a/source/reference/mongod.txt b/source/reference/mongod.txt index 87baf0765d3..0d891e79a1e 100644 --- a/source/reference/mongod.txt +++ b/source/reference/mongod.txt @@ -639,17 +639,6 @@ Sharding Cluster Options ``27018``. The only effect of :option:`--shardsvr` is to change the port number. -.. option:: --noMoveParanoia - - Disables a "paranoid mode" for data writes for chunk migration - operation. See the - :ref:`chunk migration ` - and :dbcommand:`moveChunk` command documentation for more information. - - By default :program:`mongod` will save copies of migrated chunks on - the "from" server during migrations as "paranoid mode." Setting - this option disables this paranoia. - SSL Options ```````````