Skip to content

DOCS-1094 add clarification for RH kernel level XFS/EXT4 #829

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

Closed
wants to merge 1 commit into from
Closed
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
5 changes: 4 additions & 1 deletion source/administration/production-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ use the Ext4 and XFS file systems if using the Linux kernel:
- If you use the XFS file system, use at least version 2.6.25 of the
Linux Kernel.

- If you are using a Red Hat distribution, at least version 2.6.245.el5
of the Linux Kernel is recommended.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should prefer the active/imperative voice of the previous version for these kinds of recommendations.


For MongoDB on Linux use the following recommended configurations:

- Turn off ``atime`` for the storage volume with the :term:`database
Expand Down Expand Up @@ -411,7 +414,7 @@ Additional Deployment Considerations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Pick your shard keys carefully! There is no way to modify a shard
key on a collection that is already sharded.
key on a collection that is already sharded.

- You cannot shard an existing collection over 256 gigabytes. To shard
large amounts of data, create a new empty sharded collection, and
Expand Down