Skip to content

DOCS-11364 - Modify XFS rec to mention that it is for data bearing nodes #3253

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

Merged
merged 1 commit into from
Mar 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/administration/production-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -531,9 +531,9 @@ When running MongoDB in production on Linux, you should use Linux
kernel version 2.6.36 or later, with either the XFS or EXT4 filesystem.
If possible, use XFS as it generally performs better with MongoDB.

With the :ref:`WiredTiger storage engine <storage-wiredtiger>`, use of
XFS is **strongly recommended** to avoid performance issues that may
occur when using EXT4 with WiredTiger.
With the :ref:`WiredTiger storage engine <storage-wiredtiger>`, using
XFS is **strongly recommended** for data bearing nodes to avoid
performance issues that may occur when using EXT4 with WiredTiger.

With the :ref:`MMAPv1 storage engine <storage-mmapv1>`, MongoDB
preallocates its database files before using them and often creates
Expand Down