File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,15 @@ deployments require no additional members or configuration.
27
27
Requirements
28
28
------------
29
29
30
- A replica set requires two or more distinct systems so that each system can run its own
31
- instance of :program:`mongod`. This tutorial will deal with a 3 member set. For
32
- development systems you can run all three instances of the :program:`mongod` process on a
33
- local system. (e.g. a laptop) or within a virtual instance. For production
34
- environments, you should endeavor to maintain as much separation between the members as
35
- possible. For example, when using VMs in Production, each member should live on separate
36
- host servers, served by redundant power circuits, and with redundant network paths.
30
+ Most replica sets are made up of two or more :program:`mongod` instances. This tutorial
31
+ will deal with a 3 member set specifically. In a production environment, this would
32
+ usually involve a deployment on 3 distinct systems so that each system can run its own
33
+ instance of :program:`mongod`. For development systems you can run all three instances
34
+ of the :program:`mongod` process on a local system. (e.g. a laptop) or within a virtual
35
+ instance. For production environments, you should endeavor to maintain as much separation
36
+ between the members as possible. For example, when using VMs in Production, each member
37
+ should live on separate host servers, served by redundant power circuits, and with
38
+ redundant network paths.
37
39
38
40
Procedure
39
41
---------
You can’t perform that action at this time.
0 commit comments