From d010ffdfa51ac91ec0bdd502b3ec99f7cf812b92 Mon Sep 17 00:00:00 2001 From: Spencer T Brody Date: Tue, 11 Oct 2016 13:34:18 -0400 Subject: [PATCH] Don't use 'force' when stepping down config servers for CSRS->SCCC downgrade --- source/includes/steps-3.2-downgrade-sharded-cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/includes/steps-3.2-downgrade-sharded-cluster.yaml b/source/includes/steps-3.2-downgrade-sharded-cluster.yaml index d7782dbe268..894fda209d5 100644 --- a/source/includes/steps-3.2-downgrade-sharded-cluster.yaml +++ b/source/includes/steps-3.2-downgrade-sharded-cluster.yaml @@ -92,7 +92,7 @@ content: | .. code-block:: javascript - db.adminCommand( { replSetStepDown: 360, secondaryCatchUpPeriodSecs: 300, force: true }) + db.adminCommand( { replSetStepDown: 360, secondaryCatchUpPeriodSecs: 300 }) #. Shut down all members of the config server replica set, the :program:`mongos` instances, and the shards.