Skip to content

Commit 58c0b44

Browse files
committed
(DOCSP-45647) includes admonition for preparing the data directory when adding a replica set member
1 parent d6c7aa4 commit 58c0b44

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/includes/steps-add-replica-set-member.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@ content: |
8282
- Specify the full path of the directory where the ``mongod``
8383
process will store data files.
8484
85+
:gold:`IMPORTANT:` Make sure the new member's data directory does not
86+
contain data. The new member will copy the data from an existing member.
87+
88+
If the new member is in a :manual:`recovering </reference/glossary/#std-term-recovering>`
89+
state, it must exit and become a :manual:`secondary </reference/glossary/#std-term-secondary>`
90+
before MongoDB can copy all data as part of the replication process. This process takes time
91+
but does not require administrator intervention.
92+
8593
* - :guilabel:`Log File`
8694
- Specify the location and name of the log file for the ``mongod``
8795
process on the new host.

0 commit comments

Comments
 (0)