summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongod_options.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-71807: Add --magicRestore flag and entrypoint.Daniel Gottlieb2022-12-071-0/+14
|
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-37/+0
|
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
|
* SERVER-65918 Remove references to `ephemeralForTest`Gregory Noma2022-05-021-3/+1
|
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-1/+1
|
* SERVER-64132 Make shardsvrs running in serverless mode always return ↵Sophia Tan2022-03-311-2/+2
| | | | "unsharded" filtering metadata
* SERVER-63266 Allow server to be started without setname in serverless modeDidier Nadeau2022-02-201-1/+9
|
* SERVER-62608 Disallow using --restore when using --repair or ↵Gregory Wlodarek2022-02-021-1/+6
| | | | --queryableBackupMode
* SERVER-62604 Add new '--restore' storage startup optionGregory Wlodarek2022-01-271-0/+3
|
* SERVER-61495 Fix "--replset" error message typoTianon Gravi2021-11-221-1/+1
| | | | | | | | | Error parsing command line: unrecognised option '--replset' try 'mongod --help' for more information Signed-off-by: edzh <edwinzzhou@gmail.com> Closes #1430
* SERVER-6849 Remove --cpu flagBenety Goh2021-11-151-4/+0
|
* SERVER-45717 Allow changes to clusterIpSourceAllowlist without restartsergey.galtsev2021-11-011-2/+3
|
* SERVER-58085 Log startup warning if dbpath is on a Windows network shareReo Kimura2021-10-111-0/+8
|
* SERVER-27383 Restrict use of queryableBackupMode to only shards when ↵Marcos José Grillo Ramirez2021-08-021-3/+6
| | | | starting a cluster
* SERVER-27383 Disalow starting shards and config servers as standaloneMarcos José Grillo Ramirez2021-07-281-0/+8
| | | | ... or without the queryableBackupMode flag
* Revert "SERVER-32531 Disalow standalone nodes as shards if no ↵Marcos José Grillo Ramirez2021-07-071-7/+0
| | | | | | queryableBackupMode is enabled" This reverts commit 92a0de6ce7e8dfb312d93f499ca5e3c0f6caa945.
* Revert "SERVER-27383 Disalow standalone nodes as config server if no ↵Marcos José Grillo Ramirez2021-07-071-8/+7
| | | | | | queryableBackupMode is specified" This reverts commit c1e968aab0e339d084f1f22b47ce4b2762536b3f.
* SERVER-27383 Disalow standalone nodes as config server if no ↵Marcos José Grillo Ramirez2021-07-061-7/+8
| | | | queryableBackupMode is specified
* SERVER-32531 Disalow standalone nodes as shards if no queryableBackupMode is ↵Marcos José Grillo Ramirez2021-07-021-0/+7
| | | | enabled
* SERVER-55792 Verify credentials when clusterAuthMode is set via setParameterMark Benvenuto2021-06-161-2/+3
|
* SERVER-53652 Remove Lock Free Reads feature flag and builder.Dianna Hohensee2021-05-271-9/+1
| | | | Turns on unit-testing for LFR because disableLockFreeReads defaults internally to false now.
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-121-4/+4
|
* SERVER-55827: Rename security.clusterIpSourceWhitelist to ↵Varun Ravichandran2021-04-281-2/+2
| | | | security.clusterIpSourceAllowlist
* SERVER-53934 Refuse to start shards and config servers with setParameter ↵Huayu Ouyang2021-02-191-0/+20
| | | | requireApiVersion=true
* SERVER-53247 disable enableMajorityReadConcern=false for non-test storage ↵Pavi Vetriselvan2021-01-191-38/+33
| | | | engines
* SERVER-53324 remove extra development only logging for lock-free reads and ↵Dianna Hohensee2021-01-081-7/+0
| | | | update test depending upon it
* Revert "SERVER-53324 remove extra development only logging for lock-free reads"Dianna Hohensee2021-01-071-0/+7
| | | | This reverts commit 40cf841f3b79c04ccf2f18e19ac6d6faf1e08030.
* SERVER-53324 remove extra development only logging for lock-free readsDianna Hohensee2021-01-061-7/+0
|
* SERVER-51918 create feature flag for lock free readsBenety Goh2020-12-181-0/+6
|
* SERVER-52945 Make mongod use x509 auth on egress connections if ↵Mark Benvenuto2020-12-111-0/+1
| | | | NetworkInterface has SSLConnectionContext override even if other egress connections use keyFile auth
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
| | | | | | | - Consolidate init-related headers (just init.h and initializer.h) - Factor out a separate DependencyGraph component - Remove MONGO_DEFAULT_PREREQUISITES, MONGO_NO_PREREQUISITES, MONGO_NO_DEPENDENTS. - Document the role of the "default" initializer.
* SERVER-48516 Verify at startup replica set with auth has a keyFileMark Benvenuto2020-11-131-0/+10
|
* SERVER-52562 Enable two-phase drop for standalone mode; allow Lock-Free ↵Dianna Hohensee2020-11-121-10/+0
| | | | reads for standalone mode.
* SERVER-43959: Use "default" initializer prerequisite for warning in ↵Jordi Serra Torrens2020-11-051-3/+6
| | | | mongod_options to avoid need for dummy initializer in unit tests.
* SERVER-43959: Make warning for enableMajorityReadConcern show on logJordi Serra Torrens2020-10-281-3/+17
|
* SERVER-29418 Create a storage-engine agnostic checkpointing threadGregory Wlodarek2020-09-101-0/+3
|
* SERVER-47884 Add 'disableLockFreeReads' startup server parameter and test suite.Dianna Hohensee2020-07-201-0/+30
| | | | | The default for development is currently true, except in the test suite that sets it to false. Standalone mode and --enableReadConcernMajority=false cause an override to true.
* SERVER-48148 Cleanup of execution logs in db/Henrik Edin2020-05-151-3/+0
|
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
| | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-04-031-6/+4
| | | | Cleaning up log lines to adhere to the LOGV2 style guide.
* Revert "SERVER-47077 Clean up log lines in 'mongo/db'"Amirsaman Memaripour2020-03-311-4/+6
| | | | This reverts commit bc67d9be07b35da807ae854960e24f9ed61e5d43.
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-03-271-6/+4
| | | | Cleaning up log lines to adhere to the LOGV2 style guide.
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-1/+1
| | | | Added LOGV2_FATAL_NOTRACE and LOGV2_CONTINUE to have different behavior.
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-231-23/+12
| | | | | | This reverts commit 79a8452b2a813b796059e5eab6c18f685283ce08. with new spot fix: printCommandLineOpts when sending to log
* Revert "SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging"Max Hirschhorn2020-03-231-12/+23
| | | | This reverts commit cddfeb0c7cb137d46b14da18a7cfd4905bfab87f.
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-201-23/+12
|
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
|
* SERVER-46488 queryableBackupMode should recover from the journal files on ↵Gregory Wlodarek2020-02-281-1/+0
| | | | startup
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-2/+12
| | | | | | | * Remove setPlainConsoleLogger() * Update errorcodes linter to work with custom user defined log macros rename src/mongo/embedded/{embedded_log_appender.h => embedded_log_backend.h} (61%)
* SERVER-45975: Added --oplogMinRetention cli optionAndrew Chen2020-02-181-0/+10
| | | | create mode 100644 jstests/noPassthrough/oplog_retention_hours.js