summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongod_options_storage.idl
diff options
context:
space:
mode:
authorYu Jin Kang Park <yujin.kang@mongodb.com>2022-06-15 13:19:49 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-06 12:17:47 +0000
commit574d60b493f71e6433a784dc3a2a8fd3fed171a1 (patch)
tree0ec8447e2cf81fa33f7729f779afe649ab0f344f /src/mongo/db/mongod_options_storage.idl
parent02dfedb849374159219251422ada6035333e2c3b (diff)
downloadmongo-574d60b493f71e6433a784dc3a2a8fd3fed171a1.tar.gz
SERVER-55208: Remove nojournal,duroff and evergreen variant
Diffstat (limited to 'src/mongo/db/mongod_options_storage.idl')
-rw-r--r--src/mongo/db/mongod_options_storage.idl12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mongo/db/mongod_options_storage.idl b/src/mongo/db/mongod_options_storage.idl
index 59d4d0cd8e7..b1c3e041ad4 100644
--- a/src/mongo/db/mongod_options_storage.idl
+++ b/src/mongo/db/mongod_options_storage.idl
@@ -119,18 +119,6 @@ configs:
arg_vartype: Switch
source: [ cli, ini ]
- 'storage.journal.enabled':
- description: 'Enable journaling'
- short_name: journal
- deprecated_short_name: dur
- arg_vartype: Switch
-
- nojournal:
- description: 'Disable journaling (journaling is on by default for 64 bit)'
- deprecated_short_name: nodur
- arg_vartype: Switch
- source: [ cli, ini ]
-
'storage.oplogMinRetentionHours':
description: 'Minimum number of hours to preserve in the oplog. Default is 0 (turned off). Fractions are allowed (e.g. 1.5 hours)'
short_name: oplogMinRetentionHours