We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7033636 commit 625863dCopy full SHA for 625863d
jstests/sharding/shard6.js
@@ -4,6 +4,8 @@ summary = "";
4
5
s = new ShardingTest( "shard6" , 2 , 0 , 2 );
6
7
+s.config.settings.update( { _id: "balancer" }, { $set : { stopped: true } } , true );
8
+
9
s.adminCommand( { enablesharding : "test" } );
10
s.adminCommand( { shardcollection : "test.data" , key : { num : 1 } } );
11
0 commit comments