File tree Expand file tree Collapse file tree 3 files changed +23
-6
lines changed Expand file tree Collapse file tree 3 files changed +23
-6
lines changed Original file line number Diff line number Diff line change
1
+ MongodB removes the following :binary: `~bin.mongod ` options:
2
+
3
+ .. list-table ::
4
+ :header-rows: 1
5
+
6
+ * - Removed :binary: `~bin.mongod ` Options
7
+ - Description
8
+
9
+ * - ``--cpu ``
10
+ - MongoDB 5.2 removes the ``--cpu `` :binary: `~bin.mongod ` option.
Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ Options
48
48
49
49
.. |tlsClusterCAFile| replace:: :option:`--tlsClusterCAFile <mongod --tlsClusterCAFile>`
50
50
51
+ .. versionchanged:: 5.2
52
+
53
+ - MongoDB removes the ``--cpu`` command-line option.
54
+
51
55
.. versionchanged:: 5.0
52
56
53
57
- MongoDB removes the ``--serviceExecutor`` command-line option and the
@@ -689,12 +693,6 @@ Core Options
689
693
prior to restarting :program:`mongod` without :option:`--transitionToAuth`.
690
694
691
695
692
- .. option:: --cpu
693
-
694
- Forces the :program:`mongod` process to report the percentage of CPU time in
695
- write lock, every four seconds.
696
-
697
-
698
696
.. option:: --sysinfo
699
697
700
698
Returns diagnostic system information and then exits. The
Original file line number Diff line number Diff line change @@ -15,3 +15,12 @@ Compatibility Changes in MongoDB 5.2 (Release Candidate)
15
15
This page is a work in progress and will be updated with changes
16
16
introduced in 5.2 that can affect compatibility with older versions of
17
17
MongoDB.
18
+
19
+ Removed Parameters
20
+ ------------------
21
+
22
+ Removed :binary:`~bin.mongod` Options
23
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24
+
25
+ .. include:: /includes/5.2/removed-mongod-options.rst
26
+
You can’t perform that action at this time.
0 commit comments