-
Notifications
You must be signed in to change notification settings - Fork 1.7k
(DOCSP-2738): Updated MMAP caution and stable packages table. #3403
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.. important:: | ||
|
||
MMAPv1 is not supported on big-endian architectures such as s390x. | ||
MongoDB returns an error if you set MMAPv1 as the | ||
storage engine on a big-endian system. | ||
:doc:`MMAPv1 </core/mmapv1>` is supported on 64-bit Intel | ||
architectures (``x86_64``) only. MongoDB returns an error when | ||
starting a :binary:`~bin.mongod` using MMAPv1 on an unsupported | ||
architecture. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,27 +4,35 @@ version of MongoDB products: | |
|
||
.. list-table:: | ||
:header-rows: 1 | ||
:widths: 40 15 15 15 15 | ||
|
||
* - Product | ||
- x86_64/amd64 | ||
- x86_64 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why was amd64 removed? Did we drop support for it? I don't see that indicated in the source ticket. Our documentation still lists amd64 as a supported arch. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Because it is a synonym: https://en.wikipedia.org/wiki/X86-64 |
||
- ppc64le | ||
- s390x | ||
- POWER8 (little endian) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same question - why was POWER8 removed? as far as I can tell, ppc64le was introduced with POWER8. It's feasible users will recognize one over the other. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. One is the chipset, the other is the os compatibility. If we say POWER8, we should switch the others to Intel/AMD, zSeries and ARM. I'd leave this be. We use ppc64le in many other places, including the filenames of the binaries. |
||
- ARMv8-A | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggest + -> and later. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agreed. Fixed. |
||
* - MongoDB 3.4 | ||
* - MongoDB Community (3.4+) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [NP] this reverted to +. Change to "3.4 and later" |
||
- |checkmark| | ||
- | ||
- | ||
- |checkmark| | ||
|
||
|
||
* - MongoDB Enterprise (3.4+) | ||
- |checkmark| | ||
- |checkmark| | ||
- |checkmark| | ||
- MongoDB Enterprise only | ||
- MongoDB Enterprise only | ||
- |checkmark| | ||
|
||
|
||
* - `BI Connector <https://docs.mongodb.com/bi-connector/v2.0/>`__ | ||
* - :bic:`BI Connector </installation/>` | ||
- |checkmark| | ||
- |checkmark| | ||
- |checkmark| | ||
- | ||
|
||
* - `Compass <https://docs.mongodb.com/compass/current/>`__ | ||
* - `Compass <https://docs.mongodb.com/compass/current/install/>`__ | ||
- |checkmark| | ||
- | ||
- | ||
|
@@ -36,26 +44,26 @@ version of MongoDB products: | |
- | ||
- | ||
|
||
* - `Ops Manager <https://docs.opsmanager.mongodb.com/current/>`__ | ||
* - :opsmgr:`Ops Manager </core/requirements/index.html#hardware-compatibility-matrix-for-onprem-hosts>` | ||
- |checkmark| | ||
- |checkmark| | ||
- | ||
- | ||
- | ||
|
||
* - Automation Agent | ||
* - :opsmgr:`Automation Agent </core/requirements/index.html#compatibility-matrix-for-onprem-hosts>` | ||
- |checkmark| | ||
- | ||
- |checkmark| | ||
- | ||
- | ||
|
||
* - Monitoring Agent | ||
* - :opsmgr:`Monitoring Agent </core/requirements/index.html#compatibility-matrix-for-onprem-hosts>` | ||
- |checkmark| | ||
- | ||
- |checkmark| | ||
- | ||
- | ||
|
||
* - Backup Agent | ||
* - :opsmgr:`Backup Agent </core/requirements/index.html#compatibility-matrix-for-onprem-hosts>` | ||
- |checkmark| | ||
- | ||
- |checkmark| | ||
- | ||
- |
Uh oh!
There was an error while loading. Please reload this page.