Skip to content

Commit

Permalink
DOCS-5752 typo on fsync page
Browse files Browse the repository at this point in the history
  • Loading branch information
kay-kim committed Jun 30, 2015
1 parent ec7c269 commit 1ef5751
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions source/includes/extracts-wired-tiger-base.yaml
@@ -1,6 +1,6 @@
ref: _wt-fsync-lock-compatibility
content:
With WiredTiger the {{operation}} *cannot* guarantee that the data
content: |
With WiredTiger, the {{operation}} *cannot* guarantee that the data
files do not change. As a result, do not use these methods to ensure
consistency for the purposes of creating backups.
...
20 changes: 12 additions & 8 deletions source/reference/command/fsync.txt
Expand Up @@ -32,6 +32,13 @@ Definition
Considerations
--------------

Wired Tiger Compatibility
~~~~~~~~~~~~~~~~~~~~~~~~~

.. versionadded:: 3.0

.. include:: /includes/extracts/wt-fsync-lock-compatibility-command.rst

Impact on Larger Deployments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -70,13 +77,6 @@ a :program:`mongod` instance operate in a read-only mode.

Closing the connection may make it difficult to release the lock.

Wired Tiger Compatibility
~~~~~~~~~~~~~~~~~~~~~~~~~

.. versionadded:: 3.0

.. include:: /includes/extracts/wt-fsync-lock-compatibility-command.rst

Examples
--------

Expand All @@ -98,8 +98,12 @@ The operation returns immediately. To view the status of the
Lock ``mongod`` Instance
~~~~~~~~~~~~~~~~~~~~~~~~

.. note::

.. include:: /includes/extracts/wt-fsync-lock-compatibility-command.rst

The primary use of :dbcommand:`fsync` is to lock the :program:`mongod`
instance in order to back up the files withing :program:`mongod`\ 's :setting:`~storage.dbPath`.
instance in order to back up the files within :program:`mongod`\ 's :setting:`~storage.dbPath`.
The operation flushes all data to the storage layer and
blocks all write operations until you unlock the :program:`mongod` instance.

Expand Down

0 comments on commit 1ef5751

Please sign in to comment.