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