From bd9c7d8702f1cad9bcc17992c219cf724d42a078 Mon Sep 17 00:00:00 2001 From: Bob Grabar Date: Mon, 17 Jun 2013 13:38:01 -0400 Subject: [PATCH] remove unused yaml file --- source/reference/command/addShard-param.yaml | 37 -------------------- 1 file changed, 37 deletions(-) delete mode 100644 source/reference/command/addShard-param.yaml diff --git a/source/reference/command/addShard-param.yaml b/source/reference/command/addShard-param.yaml deleted file mode 100644 index 6dca4fdcd37..00000000000 --- a/source/reference/command/addShard-param.yaml +++ /dev/null @@ -1,37 +0,0 @@ -object: - name: addShard - type: dbcommand -field: - optional: false - type: field -name: addShard -type: string -position: 1 -description: | - The hostname and port of the :program:`mongod` instance to be added - as a shard. When adding a replica set as a shard, specify the name of - the replica set and then the hostname of at least one member of the - set. ---- -object: - name: addShard - type: dbcommand -field: - optional: true - type: field -name: maxSize -type: integer -position: 2 -description: "The maximum size in megabytes of the shard. If you set ``maxSize`` to ``0``, MongoDB does not limit the size of the shard." ---- -object: - name: addShard - type: dbcommand -field: - optional: true - type: field -name: name -type: string -position: 3 -description: "A name for the shard. If this is not specified, MongoDB automatically provides a unique name." -...