From 9ec2175f4ea86c13209f234b8afbf6fc572a396c Mon Sep 17 00:00:00 2001 From: Bob Grabar Date: Wed, 19 Sep 2012 13:22:38 -0400 Subject: [PATCH] add glossary entry: standalone --- source/reference/glossary.txt | 4 ++++ source/tutorial/convert-standalone-to-replica-set.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/source/reference/glossary.txt b/source/reference/glossary.txt index da567550ba3..47b1e1c0896 100644 --- a/source/reference/glossary.txt +++ b/source/reference/glossary.txt @@ -851,3 +851,7 @@ Glossary :term:`query`, that can be iterated through to retrieve results. By default, cursors will timeout after 10 minutes of inactivity. + + standalone + In MongoDB, a standalone is an instance of :program:`mongod` that + is running as a single server and not as part of a replica set. diff --git a/source/tutorial/convert-standalone-to-replica-set.txt b/source/tutorial/convert-standalone-to-replica-set.txt index e0035dc24d2..81c63a29ec7 100644 --- a/source/tutorial/convert-standalone-to-replica-set.txt +++ b/source/tutorial/convert-standalone-to-replica-set.txt @@ -23,7 +23,7 @@ administration `, see: Procedure --------- -These procedures assume you have a standalone instance of MongoDB +These procedures assume you have a :term:`standalone` instance of MongoDB installed. If you have not already installed MongoDB, see the :ref:`installation tutorials `.