Skip to content

Commit f5b89b9

Browse files
jocelyn-mendez1Jocelyn Mendez
authored andcommitted
DOCS-14935 --cpu flag removal (#168)
* DOCS-14935 --cpu removal * DOCS-14935 --cpu removal Co-authored-by: Jocelyn Mendez <[email protected]>
1 parent b093442 commit f5b89b9

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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.

source/reference/program/mongod.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ Options
4848

4949
.. |tlsClusterCAFile| replace:: :option:`--tlsClusterCAFile <mongod --tlsClusterCAFile>`
5050

51+
.. versionchanged:: 5.2
52+
53+
- MongoDB removes the ``--cpu`` command-line option.
54+
5155
.. versionchanged:: 5.0
5256

5357
- MongoDB removes the ``--serviceExecutor`` command-line option and the
@@ -689,12 +693,6 @@ Core Options
689693
prior to restarting :program:`mongod` without :option:`--transitionToAuth`.
690694

691695

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-
698696
.. option:: --sysinfo
699697

700698
Returns diagnostic system information and then exits. The

source/release-notes/5.2-compatibility.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,12 @@ Compatibility Changes in MongoDB 5.2 (Release Candidate)
1515
This page is a work in progress and will be updated with changes
1616
introduced in 5.2 that can affect compatibility with older versions of
1717
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+

0 commit comments

Comments
 (0)