diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-09-01 15:59:19 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-09-01 15:59:19 -0400 |
commit | 7c11076e7334c6420d33f9d442f7eb3ddba4f4d4 (patch) | |
tree | d1aadc32e7f628f4d2fbe4c45fab3ececa40c81b /shell | |
parent | 184870bf95a09ae696d0c1e2326d5145186b1170 (diff) | |
download | mongo-7c11076e7334c6420d33f9d442f7eb3ddba4f4d4.tar.gz |
can't shard system namespaces
Diffstat (limited to 'shell')
-rw-r--r-- | shell/servers.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/servers.js b/shell/servers.js index 7e8aa8a5420..7bb452cef81 100644 --- a/shell/servers.js +++ b/shell/servers.js @@ -195,6 +195,10 @@ ShardingTest.prototype.printShards = function(){ print( this.getShardString() ); } +ShardingTest.prototype.sync = function(){ + this.adminCommand( "connpoolsync" ); +} + MongodRunner = function( port, dbpath, peer, arbiter, extraArgs ) { this.port_ = port; this.dbpath_ = dbpath; |