Skip to content

Commit 7360907

Browse files
fork=true gives error saying that it muist be used with logpath
1 parent f0a18d2 commit 7360907

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/tutorial/expand-replica-set.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,20 @@ following is located on the file system at ``/etc/mongodb.conf``.
5252
5353
replSet = rs0/mongodb0.example.net,mongodb1.example.net,mongodb2.example.net,mongodb3.example.net
5454
55+
//TODO : On using fork=true, I received an error saying that "--fork has to be used with --logpath"
56+
Please verify
57+
58+
5559
Modify the :setting:`bind_ip` to reflect a secure interface on
5660
your system that will be able to access all other members of the set
5761
*and* on which all other members of the replica set can access the
5862
current node. The DNS or host names need to resolve to this IP address
5963
on the other members of the set. Configure network rules or a virtual
6064
private network (i.e. "VPN") to permit this access.
6165

66+
// TODO : Please also add a line about the port variable
67+
68+
6269
.. note::
6370

6471
The portion of the :setting:`replSet` following the ``/``

0 commit comments

Comments
 (0)