Skip to content

Commit 3f44c4f

Browse files
author
Anthony Sansone
committed
(DOCSP-2738): Updated MMAP caution and stable packages table.
1 parent d456b04 commit 3f44c4f

File tree

3 files changed

+30
-19
lines changed

3 files changed

+30
-19
lines changed

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ def has(self, *args):
105105
'csharp-api': ('https://api.mongodb.com/csharp/current/html/%s.htm', ''),
106106
'csharp-docs': ('https://mongodb.github.io/mongo-csharp-driver/2.4/reference/%s', ''),
107107
'java-async-docs': ('http://mongodb.github.io/mongo-java-driver-reactivestreams/1.6/%s', ''),
108-
'java-async-api': ('http://mongodb.github.io/mongo-java-driver-reactivestreams/1.6/javadoc/%s', '')
108+
'java-async-api': ('http://mongodb.github.io/mongo-java-driver-reactivestreams/1.6/javadoc/%s', ''),
109+
'bic': ('https://docs.mongodb.com/bi-connector/current%s','')
109110
}
110111

111112
## add `extlinks` for each published version.
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.. important::
22

3-
MMAPv1 is not supported on big-endian architectures such as s390x.
4-
MongoDB returns an error if you set MMAPv1 as the
5-
storage engine on a big-endian system.
3+
MMAPv1 is unsupported on big-endian and certain bi-endian
4+
architectures. This includes the IBM z/Architecture (``s390x``) and
5+
PowerPC (``ppc64le``) platforms. MongoDB returns an error if you
6+
set MMAPv1 as the storage engine on ``s390x`` and ``ppc64le``
7+
platforms.

source/includes/list-table-products-supported-architecture.rst

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,35 @@ version of MongoDB products:
44

55
.. list-table::
66
:header-rows: 1
7+
:widths: 40 15 15 15 15
78

89
* - Product
9-
- x86_64/amd64
10+
- x86_64
11+
- ppc64le
1012
- s390x
11-
- POWER8 (little endian)
1213
- ARMv8-A
1314

14-
* - MongoDB 3.4
15+
* - MongoDB Community (3.4+)
16+
- |checkmark|
17+
-
18+
-
19+
- |checkmark|
20+
21+
22+
* - MongoDB Enterprise (3.4+)
23+
- |checkmark|
24+
- |checkmark|
1525
- |checkmark|
16-
- MongoDB Enterprise only
17-
- MongoDB Enterprise only
1826
- |checkmark|
1927

2028

21-
* - `BI Connector <https://docs.mongodb.com/bi-connector/v2.0/>`__
29+
* - :bic:`BI Connector </installation/>`
2230
- |checkmark|
2331
- |checkmark|
2432
- |checkmark|
2533
-
2634

27-
* - `Compass <https://docs.mongodb.com/compass/current/>`__
35+
* - `Compass <https://docs.mongodb.com/compass/current/install/>`__
2836
- |checkmark|
2937
-
3038
-
@@ -36,26 +44,26 @@ version of MongoDB products:
3644
-
3745
-
3846

39-
* - `Ops Manager <https://docs.opsmanager.mongodb.com/current/>`__
47+
* - :opsmgr:`Ops Manager </core/requirements/index.html#hardware-compatibility-matrix-for-onprem-hosts>`
48+
- |checkmark|
4049
- |checkmark|
41-
-
4250
-
4351
-
4452

45-
* - Automation Agent
53+
* - :opsmgr:`Automation Agent </core/requirements/index.html#compatibility-matrix-for-onprem-hosts>`
4654
- |checkmark|
47-
-
4855
- |checkmark|
4956
-
57+
-
5058

51-
* - Monitoring Agent
59+
* - :opsmgr:`Monitoring Agent </core/requirements/index.html#compatibility-matrix-for-onprem-hosts>`
5260
- |checkmark|
53-
-
5461
- |checkmark|
5562
-
63+
-
5664

57-
* - Backup Agent
65+
* - :opsmgr:`Backup Agent </core/requirements/index.html#compatibility-matrix-for-onprem-hosts>`
5866
- |checkmark|
59-
-
6067
- |checkmark|
6168
-
69+
-

0 commit comments

Comments
 (0)