Skip to content

Instantly share code, notes, and snippets.

@jheasly
Last active November 9, 2017 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jheasly/74d9fed3e08cd0c1f810d1472de3ce3c to your computer and use it in GitHub Desktop.
Save jheasly/74d9fed3e08cd0c1f810d1472de3ce3c to your computer and use it in GitHub Desktop.
The warnings from the mongo inside the Talk Docker container
bash-3.2$ docker exec -it [container ID] mongo
MongoDB shell version v3.4.10
connecting to: mongodb://127.0.0.1:27017
MongoDB server version: 3.4.10
Welcome to the MongoDB shell.
For interactive help, type "help".
For more comprehensive documentation, see
	http://docs.mongodb.org/
Questions? Try the support group
	http://groups.google.com/group/mongodb-user
Server has startup warnings: 
2017-11-09T00:54:33.604+0000 I STORAGE  [initandlisten] 
2017-11-09T00:54:33.605+0000 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2017-11-09T00:54:33.605+0000 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
2017-11-09T00:54:35.684+0000 I CONTROL  [initandlisten] 
2017-11-09T00:54:35.685+0000 I CONTROL  [initandlisten] ** WARNING: Access control is not enabled for the database.
2017-11-09T00:54:35.685+0000 I CONTROL  [initandlisten] **          Read and write access to data and configuration is unrestricted.
2017-11-09T00:54:35.685+0000 I CONTROL  [initandlisten] 
2017-11-09T00:54:35.685+0000 I CONTROL  [initandlisten] 
2017-11-09T00:54:35.685+0000 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2017-11-09T00:54:35.686+0000 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
2017-11-09T00:54:35.686+0000 I CONTROL  [initandlisten] 
2017-11-09T00:54:35.686+0000 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/defrag is 'always'.
2017-11-09T00:54:35.686+0000 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
2017-11-09T00:54:35.686+0000 I CONTROL  [initandlisten] 
> 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment