File tree Expand file tree Collapse file tree 6 files changed +13
-19
lines changed Expand file tree Collapse file tree 6 files changed +13
-19
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,6 @@ content: |
21
21
:setting:`~storage.journal.commitIntervalMs` for more information on
22
22
the default.
23
23
---
24
- ref : journaling-enable-journaling
25
- content : |
26
- Enable Journaling
27
- ~~~~~~~~~~~~~~~~~
28
-
29
- For 64-bit builds of :program:`mongod`, journaling is enabled by
30
- default.
31
-
32
- To enable journaling, start :program:`mongod` with the
33
- :option:`--journal <mongod --journal>` command line option.
34
- ---
35
24
ref : journaling-disable-journaling
36
25
content : |
37
26
Disable Journaling
@@ -47,6 +36,8 @@ content: |
47
36
:term:`replica set` member or backup, as described in :doc:`repair
48
37
</tutorial/recover-data-following-unexpected-shutdown>`.
49
38
39
+ .. include:: /includes/wiredtiger-node-nojournal.rst
40
+
50
41
To disable journaling, start :program:`mongod` with the
51
42
:option:`--nojournal <mongod --nojournal>` command line option.
52
43
---
Original file line number Diff line number Diff line change 1
- Not available for :program: `mongod ` instances that use the in-memory
2
- storage engine.
1
+ Not available for :program: `mongod ` instances that use the
2
+ :doc: ` in-memory storage engine < /core/inmemory >` .
Original file line number Diff line number Diff line change @@ -638,10 +638,12 @@ name: nojournal
638
638
args : null
639
639
directive : option
640
640
description : |
641
- Disables the durability journaling. The {{program}} instance
642
- enables journaling by default in 64-bit versions after v2.0 .
641
+ Disables :doc:`journaling </core/ journaling>`. {{program}}
642
+ enables journaling by default.
643
643
post : |
644
644
.. include:: /includes/not-available-for-inmemory-storage-engine.rst
645
+
646
+ .. include:: /includes/wiredtiger-node-nojournal.rst
645
647
optional : true
646
648
---
647
649
program : mongod
Original file line number Diff line number Diff line change @@ -429,8 +429,7 @@ directive: option
429
429
description : |
430
430
{{intro}} the durability :term:`journal` to ensure data files remain valid
431
431
and recoverable. This option applies only when you specify the
432
- :option:`--dbpath` option. The {{program}} enables journaling by default
433
- on 64-bit builds of versions after 2.0.
432
+ :option:`--dbpath` option. {{program}} enables journaling by default.
434
433
optional : true
435
434
replacement :
436
435
intro : " Enables"
Original file line number Diff line number Diff line change
1
+ :doc: `Replica set members </core/replica-set-members/ >` which use the
2
+ WiredTiger :doc: `storage engine </core/storage-engines/ >` should not
3
+ use the :option: `--nojournal ` option. For more information about
4
+ journaling, see :doc: `/tutorial/manage-journaling `.
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ Manage Journaling
15
15
Procedures
16
16
----------
17
17
18
- .. include:: /includes/extracts/journaling-enable-journaling.rst
19
-
20
18
.. include:: /includes/extracts/journaling-disable-journaling.rst
21
19
22
20
.. include:: /includes/extracts/journaling-get-commit-acknowledgement.rst
You can’t perform that action at this time.
0 commit comments