Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update _dbPath function to account for running as a config server #341

Merged
merged 1 commit into from
Mar 27, 2019

Conversation

yosifkit
Copy link
Member

Related to #323 (comment) and #329 (comment)

Declares that this mongod instance serves as the config server of a sharded cluster. When running with this option, clients (i.e. other cluster components) cannot write data to any database other than config and admin. The default port for a mongod with this option is 27019 and the default --dbpath directory is /data/configdb, unless specified.

- https://docs.mongodb.com/manual/reference/program/mongod/#cmdoption-mongod-configsvr

@tianon tianon merged commit 86974ba into docker-library:master Mar 27, 2019
@tianon tianon deleted the configsvr branch March 27, 2019 21:42
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Mar 27, 2019
Changes:

- docker-library/mongo@86974ba: Merge pull request docker-library/mongo#341 from infosiftr/configsvr
- docker-library/mongo@e0b3c10: Update _dbPath function to account for running as a config server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants