Skip to content

DOCS-1362 #1922

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

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions source/reference/command/fsync.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ block. As a result, :dbcommand:`fsync`,
with lock, is not a reliable mechanism for making
a :program:`mongod` instance operate in a read-only mode.

.. include:: /includes/note-disable-profiling-fsynclock.rst

Examples
--------

Expand Down
2 changes: 0 additions & 2 deletions source/reference/command/profile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ profile
around this functionality in the :program:`mongo`
shell.

.. include:: /includes/note-disable-profiling-fsynclock.rst

.. note::

This command obtains a write lock on the affected database and will
Expand Down
2 changes: 0 additions & 2 deletions source/reference/method/db.fsyncLock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ db.fsyncLock()

This function locks the database and create a window for
:doc:`backup operations </core/backups>`.

.. include:: /includes/note-disable-profiling-fsynclock.rst
1 change: 0 additions & 1 deletion source/reference/method/db.setProfilingLevel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ Definition
the :setting:`~operationProfiling.slowOpThresholdMs` to the log even when the database profiler is
not active.

.. include:: /includes/note-disable-profiling-fsynclock.rst
2 changes: 0 additions & 2 deletions source/tutorial/backup-with-filesystem-snapshots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,4 @@ member`).
db.runCommand( { fsync: 1, lock: true } );
db.runCommand( { fsync: 1, lock: false } );

.. include:: /includes/note-disable-profiling-fsynclock.rst

.. include:: /includes/warning-fsync-lock-mongodump.rst