File tree Expand file tree Collapse file tree 3 files changed +41
-30
lines changed Expand file tree Collapse file tree 3 files changed +41
-30
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,8 @@ def has(self, *args):
103
103
'csharp-api' : ('https://api.mongodb.com/csharp/current/html/%s.htm' , '' ),
104
104
'csharp-docs' : ('https://mongodb.github.io/mongo-csharp-driver/2.4/reference/%s' , '' ),
105
105
'java-async-docs' : ('http://mongodb.github.io/mongo-java-driver-reactivestreams/1.6/%s' , '' ),
106
- 'java-async-api' : ('http://mongodb.github.io/mongo-java-driver-reactivestreams/1.6/javadoc/%s' , '' )
106
+ 'java-async-api' : ('http://mongodb.github.io/mongo-java-driver-reactivestreams/1.6/javadoc/%s' , '' ),
107
+ 'bic' : ('https://docs.mongodb.com/bi-connector/current%s' ,'' )
107
108
}
108
109
109
110
## add `extlinks` for each published version.
Original file line number Diff line number Diff line change 1
1
.. important ::
2
2
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.
Original file line number Diff line number Diff line change @@ -4,58 +4,66 @@ version of MongoDB products:
4
4
5
5
.. list-table ::
6
6
:header-rows: 1
7
+ :widths: 40 15 15 15 15
7
8
8
9
* - Product
9
- - x86_64/amd64
10
+ - x86_64
11
+ - ppc64le
10
12
- s390x
11
- - POWER8 (little endian)
12
13
- ARMv8-A
13
14
14
- * - MongoDB 3.4
15
- - |checkmark |
16
- - MongoDB Enterprise only
17
- - MongoDB Enterprise only
18
- - |checkmark |
15
+ * - MongoDB Community (3.4+)
16
+ - :icon: `check `
17
+ -
18
+ -
19
+ - :icon: `check `
20
+
19
21
22
+ * - MongoDB Enterprise (3.4+)
23
+ - :icon: `check `
24
+ - :icon: `check `
25
+ - :icon: `check `
26
+ - :icon: `check `
20
27
21
- * - `BI Connector <https://docs.mongodb.com/bi-connector/v2.0/ >`__
22
- - |checkmark |
23
- - |checkmark |
24
- - |checkmark |
28
+
29
+ * - :bic: `BI Connector </installation/> `
30
+ - :icon: `check `
31
+ - :icon: `check `
32
+ - :icon: `check `
25
33
-
26
34
27
- * - `Compass <https://docs.mongodb.com/compass/current/ >`__
28
- - | checkmark |
35
+ * - `Compass <https://docs.mongodb.com/compass/current/install/ >`__
36
+ - :icon: ` check `
29
37
-
30
38
-
31
39
-
32
40
33
41
* - `Spark Connector <https://docs.mongodb.com/spark-connector/v2.0/ >`__
34
- - | checkmark |
42
+ - :icon: ` check `
35
43
-
36
44
-
37
45
-
38
46
39
- * - `Ops Manager <https://docs.opsmanager.mongodb.com/current/ >`__
40
- - | checkmark |
41
- -
47
+ * - :opsmgr: `Ops Manager </core/requirements/index.html#hardware-compatibility-matrix-for-onprem-hosts> `
48
+ - :icon: ` check `
49
+ - :icon: ` check `
42
50
-
43
51
-
44
52
45
- * - Automation Agent
46
- - |checkmark |
53
+ * - :opsmgr: `Automation Agent </core/requirements/index.html#compatibility-matrix-for-onprem-hosts> `
54
+ - :icon: `check `
55
+ - :icon: `check `
47
56
-
48
- - |checkmark |
49
57
-
50
58
51
- * - Monitoring Agent
52
- - |checkmark |
59
+ * - :opsmgr: `Monitoring Agent </core/requirements/index.html#compatibility-matrix-for-onprem-hosts> `
60
+ - :icon: `check `
61
+ - :icon: `check `
53
62
-
54
- - |checkmark |
55
63
-
56
64
57
- * - Backup Agent
58
- - |checkmark |
65
+ * - :opsmgr: `Backup Agent </core/requirements/index.html#compatibility-matrix-for-onprem-hosts> `
66
+ - :icon: `check `
67
+ - :icon: `check `
59
68
-
60
- - |checkmark |
61
69
-
You can’t perform that action at this time.
0 commit comments