Skip to content

Commit 9ec2175

Browse files
author
Bob Grabar
committed
add glossary entry: standalone
1 parent 67ee40d commit 9ec2175

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

source/reference/glossary.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,3 +851,7 @@ Glossary
851851
:term:`query`, that can be iterated through to retrieve
852852
results. By default, cursors will timeout after 10 minutes of
853853
inactivity.
854+
855+
standalone
856+
In MongoDB, a standalone is an instance of :program:`mongod` that
857+
is running as a single server and not as part of a replica set.

source/tutorial/convert-standalone-to-replica-set.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ administration </replication>`, see:
2323
Procedure
2424
---------
2525

26-
These procedures assume you have a standalone instance of MongoDB
26+
These procedures assume you have a :term:`standalone` instance of MongoDB
2727
installed. If you have not already installed MongoDB, see the
2828
:ref:`installation tutorials <tutorials-installation>`.
2929

0 commit comments

Comments
 (0)